Maximum
SCPI Command :
[SENSe]:ADEMod:SPECtrum:SPAN[:MAXimum]
- class MaximumCls[source]
Maximum commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:ADEMod:SPECtrum:SPAN[:MAXimum] value: float = driver.sense.ademod.spectrum.span.maximum.get()
Sets the DBW to the specified value and the span (around the center frequency) of the RF data to be evaluated to its new maximum (the demodulation bandwidth) .
- return
freq_range: Unit: Hz
- set(freq_range: float) None [source]
# SCPI: [SENSe]:ADEMod:SPECtrum:SPAN[:MAXimum] driver.sense.ademod.spectrum.span.maximum.set(freq_range = 1.0)
Sets the DBW to the specified value and the span (around the center frequency) of the RF data to be evaluated to its new maximum (the demodulation bandwidth) .
- param freq_range
Unit: Hz