Shift

SCPI Command :

CALCulate<n>:LIMit<li>:UPPer:SHIFt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# CALCulate<n>:LIMit<li>:UPPer:SHIFt
value: float = driver.calculate.limit.upper.shift.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Moves a complete upper limit line vertically. Compared to defining an offset, this command actually changes the limit line definition points by the value you define.

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:

distance: Defines the distance that the limit line moves. The unit depends on method RsFsw.calculate.limit.unit.set() .

set(distance: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:UPPer:SHIFt
driver.calculate.limit.upper.shift.set(distance = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Moves a complete upper limit line vertically. Compared to defining an offset, this command actually changes the limit line definition points by the value you define.

Parameters:
  • distance – Defines the distance that the limit line moves. The unit depends on method RsFsw.calculate.limit.unit.set() .

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