Auto

SCPI Command :

CALCulate:MATH<*>:FFT:BANDwidth[:RESolution]:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) bool[source]
# CALCulate:MATH<*>:FFT:BANDwidth[:RESolution]:AUTO
value: bool = driver.calculate.math.fft.bandwidth.resolution.auto.get(math = repcap.Math.Default)

Couples the frequency span to the RBW.

Parameters:

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

set(span_rbw_cpl: bool, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:BANDwidth[:RESolution]:AUTO
driver.calculate.math.fft.bandwidth.resolution.auto.set(span_rbw_cpl = False, math = repcap.Math.Default)

Couples the frequency span to the RBW.

Parameters:
  • span_rbw_cpl – OFF | ON

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