Position

SCPI Command :

CALCulate:SPECtrum<*>:GATE:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) float[source]
# CALCulate:SPECtrum<*>:GATE:POSition
value: float = driver.calculate.spectrum.gate.position.get(spectrum = repcap.Spectrum.Default)

Sets the position of the displayed frequency range.

Parameters:

spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)

Returns:

center: -1E+26 to 1E+26

set(center: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:GATE:POSition
driver.calculate.spectrum.gate.position.set(center = 1.0, spectrum = repcap.Spectrum.Default)

Sets the position of the displayed frequency range.

Parameters:
  • center – -1E+26 to 1E+26

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