Span
SCPI Command :
[SENSe]:ADEMod:AF:SPAN
- class SpanCls[source]
Span commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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 [SENSe:]BWIDth:DEMod) .
- return
span: Unit: HZ
- set(span: float) None [source]
# SCPI: [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 [SENSe:]BWIDth:DEMod) .
- param span
Unit: HZ
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.ademod.af.span.clone()
Subgroups