Spacing

SCPI Commands

CALCulate<Window>:LIMit<LimitIx>:UPPer:SPACing
class SpacingCls[source]

Spacing commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default) ScalingMode[source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:SPACing
value: enums.ScalingMode = driver.calculate.limit.upper.spacing.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

This command selects linear or logarithmic interpolation for the calculation of an upper limit line from one horizontal point to the next.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

return

interpol_type: LINear | LOGarithmic

set(interpol_type: ScalingMode, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:SPACing
driver.calculate.limit.upper.spacing.set(interpol_type = enums.ScalingMode.LINear, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

This command selects linear or logarithmic interpolation for the calculation of an upper limit line from one horizontal point to the next.

param interpol_type

LINear | LOGarithmic

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)