Resolution

SCPI Command :

[SENSe]:ADEMod:SPECtrum:BWIDth[:RESolution]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:ADEMod:SPECtrum:BWIDth[:RESolution]
value: float = driver.sense.ademod.spectrum.bandwidth.resolution.get()

Defines the resolution bandwidth for data acquisition. From the specified RBW and the demodulation span set by method RsFsw.sense.ademod.spectrum.span.maximum.set() or method RsFsw.applications.k17Mcgd.sense.bandwidth.demod.set() , the required measurement time is calculated. If the available measurement time is not sufficient for the given bandwidth, the measurement time is set to its maximum and the resolution bandwidth is increased to the resulting bandwidth. Is identical to [SENSe:]BANDwidth[:RESolution].

Returns:

bandwidth: Refer to specifications document. Unit: HZ

set(bandwidth: float) None[source]
# [SENSe]:ADEMod:SPECtrum:BWIDth[:RESolution]
driver.sense.ademod.spectrum.bandwidth.resolution.set(bandwidth = 1.0)

Defines the resolution bandwidth for data acquisition. From the specified RBW and the demodulation span set by method RsFsw.sense.ademod.spectrum.span.maximum.set() or method RsFsw.applications.k17Mcgd.sense.bandwidth.demod.set() , the required measurement time is calculated. If the available measurement time is not sufficient for the given bandwidth, the measurement time is set to its maximum and the resolution bandwidth is increased to the resulting bandwidth. Is identical to [SENSe:]BANDwidth[:RESolution].

Parameters:

bandwidth – Refer to specifications document. Unit: HZ