Span
SCPI Command :
[SENSe]:FREQuency:SPAN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:FREQuency:SPAN value: float = driver.applications.k9X11Ad.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.
- set(frequency: float) None[source]
# [SENSe]:FREQuency:SPAN driver.applications.k9X11Ad.sense.frequency.span.set(frequency = 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:
frequency – 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