Ratio
SCPI Command :
CALCulate:MATH<*>:FFT:BANDwidth[:RESolution]:RATio
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) int[source]
# CALCulate:MATH<*>:FFT:BANDwidth[:RESolution]:RATio value: int = driver.calculate.math.fft.bandwidth.resolution.ratio.get(math = repcap.Math.Default)
This command defines the ratio of span (Hz) / resolution bandwidth (Hz) .
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
span_rbw_ratio: ratio span / resolution bandwidth
- set(span_rbw_ratio: int, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:BANDwidth[:RESolution]:RATio driver.calculate.math.fft.bandwidth.resolution.ratio.set(span_rbw_ratio = 1, math = repcap.Math.Default)
This command defines the ratio of span (Hz) / resolution bandwidth (Hz) .
- Parameters:
span_rbw_ratio – ratio span / resolution bandwidth
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)