Spacing
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer:SPACing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) ScalingMode[source]
# 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.
- 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_type: LINear | LOGarithmic
- set(interpol_type: ScalingMode, window=Window.Default, limitIx=LimitIx.Default) None[source]
# 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.
- Parameters:
interpol_type – 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’)