Shift

SCPI Command :

CALCulate<n>:LIMit<li>:LOWer:SHIFt
class ShiftCls[source]

Shift commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# SCPI: CALCulate<n>:LIMit<li>:LOWer:SHIFt
value: float = driver.calculate.limit.lower.shift.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

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

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

distance: Defines the distance that the limit line moves. The unit depends on method RsFsw.Calculate.Limit.Unit.set. Unit: DB

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

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

param distance

Defines the distance that the limit line moves. The unit depends on method RsFsw.Calculate.Limit.Unit.set. Unit: DB

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