Span
SCPI Command :
[SENSe]:FREQuency:SPAN
- class SpanCls[source]
Span commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:FREQuency:SPAN value: float = driver.sense.frequency.span.get()
Defines the frequency span. If you set a span of 0 Hz in the Spectrum application, the FSW starts a measurement in the time domain.
- return
span: The minimum span for measurements in the frequency domain is 10 Hz. For SEM and spurious emission measurements, the minimum span is 20 Hz. Range: 0 Hz to fmax, Unit: Hz
- set(span: float) None [source]
# SCPI: [SENSe]:FREQuency:SPAN driver.sense.frequency.span.set(span = 1.0)
Defines the frequency span. If you set a span of 0 Hz in the Spectrum application, the FSW starts a measurement in the time domain.
- param span
The minimum span for measurements in the frequency domain is 10 Hz. For SEM and spurious emission measurements, the minimum span is 20 Hz. Range: 0 Hz to fmax, Unit: Hz
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.frequency.span.clone()
Subgroups