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.applications.k14Xnr5G.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
interpolation_mode: No help available
- set(interpolation_mode: RsFsw.enums.ScalingMode, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:LOWer:SPACing driver.applications.k14Xnr5G.calculate.limit.lower.spacing.set(interpolation_mode = 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 interpolation_mode
No help available
- 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’)