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.applications.k14Xnr5G.sense.frequency.span.get()

No command help available

return

span: No help available

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

No command help available

param span

No help available

Cloning the Group

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

Subgroups