Value
SCPI Command :
CALCulate:SPECtrum<*>:FREQuency:BANDwidth[:RESolution][:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) float[source]
# CALCulate:SPECtrum<*>:FREQuency:BANDwidth[:RESolution][:VALue] value: float = driver.calculate.spectrum.frequency.bandwidth.resolution.value.get(spectrum = repcap.Spectrum.Default)
Queries or defines the used resolution bandwidth.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
rbw: 0.0002 to 2000000
- set(rbw: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:FREQuency:BANDwidth[:RESolution][:VALue] driver.calculate.spectrum.frequency.bandwidth.resolution.value.set(rbw = 1.0, spectrum = repcap.Spectrum.Default)
Queries or defines the used resolution bandwidth.
- Parameters:
rbw – 0.0002 to 2000000
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)