Y
SCPI Command :
CALCulate<n>:MASK:UPPer:SHIFt:Y
- class YCls[source]
Y commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:MASK:UPPer:SHIFt:Y value: float = driver.calculate.mask.upper.shift.y.get(window = repcap.Window.Default)
Shifts the upper frequency mask vertically by a specified distance. Positive values move the mask upwards, negative values shift the mask downwards. You have to select a mask before you can use this command with method RsFsw.Calculate. Mask.Name.set.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
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]
# SCPI: CALCulate<n>:MASK:UPPer:SHIFt:Y driver.calculate.mask.upper.shift.y.set(level = 1.0, window = repcap.Window.Default)
Shifts the upper frequency mask vertically by a specified distance. Positive values move the mask upwards, negative values shift the mask downwards. You have to select a mask before you can use this command with method RsFsw.Calculate. Mask.Name.set.
- param level
Defines the distance of the shift. The shift is relative to the current position. Unit: dB
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)