Span

SCPI Command :

[SENSe]:ADEMod:AF:SPAN
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:ADEMod:AF:SPAN
value: float = driver.sense.ademod.af.span.get()

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

Returns:

span: Unit: HZ

set(span: float) None[source]
# [SENSe]:ADEMod:AF:SPAN
driver.sense.ademod.af.span.set(span = 1.0)

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

Parameters:

span – Unit: HZ

Cloning the Group

# Create a copy of the original group, that exists independently
span_copy = driver.sense.ademod.af.span.clone()

Subgroups