Spacing
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer: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>:UPPer:SPACing value: enums.ScalingMode = driver.calculate.limit.upper.spacing.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
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: RsFsw.enums.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)
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’)