X
SCPI Command :
CALCulate<n>:MASK:UPPer:SHIFt:X
- class XCls[source]
X commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:MASK:UPPer:SHIFt:X value: float = driver.calculate.mask.upper.shift.x.get(window = repcap.Window.Default)
Shifts the lower frequency mask horizontally by a specified distance. Positive values move the mask to the right, negative values shift the mask to the left. 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
frequency: Defines the distance of the shift. Unit: HZ
- set(frequency: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:MASK:UPPer:SHIFt:X driver.calculate.mask.upper.shift.x.set(frequency = 1.0, window = repcap.Window.Default)
Shifts the lower frequency mask horizontally by a specified distance. Positive values move the mask to the right, negative values shift the mask to the left. You have to select a mask before you can use this command with method RsFsw. Calculate.Mask.Name.set.
- param frequency
Defines the distance of the shift. Unit: HZ
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)