Span

SCPI Command :

[SENSe]:FREQuency:SPAN
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:FREQuency:SPAN
value: float = driver.applications.k10Xlte.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.

Returns:

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]
# [SENSe]:FREQuency:SPAN
driver.applications.k10Xlte.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.

Parameters:

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 copy of the original group, that exists independently
span_copy = driver.applications.k10Xlte.sense.frequency.span.clone()

Subgroups