Spacing

SCPI Commands

CALCulate<Window>:LIMit<LimitIx>:CONTrol: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>:CONTrol:SPACing
value: enums.ScalingMode = driver.calculate.limit.control.spacing.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

This command selects linear or logarithmic interpolation for the calculation of limit lines 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_mode: LINear | LOGarithmic

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

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

param interpol_mode

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’)