Span

SCPI Commands

SENSe:FREQuency:SPAN
class SpanCls[source]

Span commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:FREQuency:SPAN
value: float = driver.applications.k30NoiseFigure.sense.frequency.span.get()

This command defines the frequency span. If you change the span, the application creates a new frequency list.

return

span: Unit: Hz

set(span: float) None[source]
# SCPI: [SENSe]:FREQuency:SPAN
driver.applications.k30NoiseFigure.sense.frequency.span.set(span = 1.0)

This command defines the frequency span. If you change the span, the application creates a new frequency list.

param span

Unit: Hz