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