Center

SCPI Command :

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

Defines the position of the displayed frequency range, which is (Center - Span/2) to (Center + Span/2) . The width of the range is defined using the frequency span setting.

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<*>:FREQuency:CENTer
driver.calculate.spectrum.frequency.center.set(center = 1.0, spectrum = repcap.Spectrum.Default)

Defines the position of the displayed frequency range, which is (Center - Span/2) to (Center + Span/2) . The width of the range is defined using the frequency span setting.

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

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