Span

SCPI Command :

[SENSe]:WINDow<n>:FREQuency:SPAN
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default) float[source]
# [SENSe]:WINDow<n>:FREQuency:SPAN
value: float = driver.sense.window.frequency.span.get(window = repcap.Window.Default)

No help available

Parameters:

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

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

No help available

Parameters:

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

Cloning the Group

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

Subgroups