Spacing

SCPI Command :

CALCulate<n>:LIMit<li>:LOWer:SPACing
class SpacingCls[source]

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

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

Selects linear or logarithmic interpolation for the calculation of a lower 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: RsFsw.enums.ScalingMode, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:LOWer:SPACing
driver.calculate.limit.lower.spacing.set(interpol_type = enums.ScalingMode.LINear, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects linear or logarithmic interpolation for the calculation of a lower 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’)