X
SCPI Command :
CALCulate<n>:MASK:LOWer: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:LOWer:SHIFt:X value: float = driver.calculate.mask.lower.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. Before making any changes to a frequency mask, you have to select one by name 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:LOWer:SHIFt:X driver.calculate.mask.lower.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. Before making any changes to a frequency mask, you have to select one by name 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’)