Maximum
SCPI Command :
[SENSe]:ADEMod:SPECtrum:SPAN[:MAXimum]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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) .
- Returns:
freq_range: Unit: Hz
- set(freq_range: float) None[source]
# [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) .
- Parameters:
freq_range – Unit: Hz