Auto

SCPI Command :

CALCulate:SPECtrum<*>:FREQuency:BANDwidth[:RESolution]:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) bool[source]
# CALCulate:SPECtrum<*>:FREQuency:BANDwidth[:RESolution]:AUTO
value: bool = driver.calculate.spectrum.frequency.bandwidth.resolution.auto.get(spectrum = repcap.Spectrum.Default)

Couples the frequency span to the RBW setting.

Parameters:

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

Returns:

auto_rbw: OFF | ON

set(auto_rbw: bool, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:FREQuency:BANDwidth[:RESolution]:AUTO
driver.calculate.spectrum.frequency.bandwidth.resolution.auto.set(auto_rbw = False, spectrum = repcap.Spectrum.Default)

Couples the frequency span to the RBW setting.

Parameters:
  • auto_rbw – OFF | ON

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