X

SCPI Command :

CALCulate<n>:MASK:UPPer:SHIFt:X
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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() .

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: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() .

Parameters:
  • frequency – Defines the distance of the shift. Unit: HZ

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