Spacing

SCPI Command :

CALCulate<n>:LIMit<li>:LOWer:SPACing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) ScalingMode[source]
# 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.

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>: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.

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’)