Spacing
SCPI Command :
CALCulate<n>:LIMit<li>:CONTrol:SPACing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) ScalingMode[source]
# CALCulate<n>:LIMit<li>:CONTrol:SPACing value: enums.ScalingMode = driver.calculate.limit.control.spacing.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Selects linear or logarithmic interpolation for the calculation of limit lines from one horizontal point to the next.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
interpol_mode: LINear | LOGarithmic
- set(interpol_mode: ScalingMode, window=Window.Default, limitIx=LimitIx.Default) None[source]
# 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)
Selects linear or logarithmic interpolation for the calculation of limit lines from one horizontal point to the next.
- Parameters:
interpol_mode – LINear | LOGarithmic
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)