Span

SCPI Commands

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()

This command defines the frequency span.

return

span: No help available

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

This command defines the frequency span.

param span

numeric value Unit: Hz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.frequency.span.clone()

Subgroups