Zoom

SCPI Command :

[SENSe]:ADEMod:SPECtrum:SPAN:ZOOM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:ADEMod:SPECtrum:SPAN:ZOOM
value: float = driver.sense.ademod.spectrum.span.zoom.get()

Sets the span (around the center frequency) for RF spectrum result display. The span is limited to the demodulation bandwidth (see method RsFsw.applications.k17Mcgd.sense.bandwidth.demod.set() ) .

Returns:

span: Unit: HZ

set(span: float) None[source]
# [SENSe]:ADEMod:SPECtrum:SPAN:ZOOM
driver.sense.ademod.spectrum.span.zoom.set(span = 1.0)

Sets the span (around the center frequency) for RF spectrum result display. The span is limited to the demodulation bandwidth (see method RsFsw.applications.k17Mcgd.sense.bandwidth.demod.set() ) .

Parameters:

span – Unit: HZ