Y

SCPI Command :

CALCulate<n>:MASK:LOWer:SHIFt:Y
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:MASK:LOWer:SHIFt:Y
value: float = driver.calculate.mask.lower.shift.y.get(window = repcap.Window.Default)

Shifts the lower frequency mask vertically by a specified distance. Positive values move the mask upwards, negative values shift the mask downwards. Before making any changes to a frequency mask, you have to select one by name with method RsFsw.calculate.mask.name.set() .

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

level: Defines the distance of the shift. The shift is relative to the current position. Unit: dB

set(level: float, window=Window.Default) None[source]
# CALCulate<n>:MASK:LOWer:SHIFt:Y
driver.calculate.mask.lower.shift.y.set(level = 1.0, window = repcap.Window.Default)

Shifts the lower frequency mask vertically by a specified distance. Positive values move the mask upwards, negative values shift the mask downwards. Before making any changes to a frequency mask, you have to select one by name with method RsFsw.calculate.mask.name.set() .

Parameters:
  • level – Defines the distance of the shift. The shift is relative to the current position. Unit: dB

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)