Stop

SCPI Command :

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

No help available

Parameters:

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

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

No help available

Parameters:

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