Resolution

SCPI Commands

SENSe:ADEMod:SPECtrum:BWIDth:RESolution
class ResolutionCls[source]

Resolution commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [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 [SENSe:]ADEMod:SPECtrum:SPAN[:MAXimum] or [SENSe:]BWIDth:DEMod, 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. This command is identical to [SENSe:]BANDwidth[:RESolution].

return

bandwidth: refer to data sheet Unit: HZ

set(bandwidth: float) None[source]
# SCPI: [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 [SENSe:]ADEMod:SPECtrum:SPAN[:MAXimum] or [SENSe:]BWIDth:DEMod, 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. This command is identical to [SENSe:]BANDwidth[:RESolution].

param bandwidth

refer to data sheet Unit: HZ