Shift

SCPI Command :

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

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

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

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

param distance

Numeric value. The unit depends on the scale of the x-axis. Unit: HZ

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