X
SCPI Command :
CALCulate<n>:MASK:LOWer:SHIFt:X
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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().- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
frequency: Defines the distance of the shift. Unit: Hz
- set(frequency: float, window=Window.Default) None[source]
# 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().- Parameters:
frequency – Defines the distance of the shift. Unit: Hz
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)