Span

SCPI Command :

[SENSe][:WINDow<n>]:FREQuency:SPAN
class SpanCls[source]

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

get(window=Window.Default) float[source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:SPAN
value: float = driver.sense.window.frequency.span.get(window = repcap.Window.Default)

No command help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

return

span: No help available

set(span: float, window=Window.Default) None[source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:SPAN
driver.sense.window.frequency.span.set(span = 1.0, window = repcap.Window.Default)

No command help available

param span

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

Cloning the Group

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

Subgroups