Stop
SCPI Command :
[SENSe][:WINDow<n>]:FREQuency:STOP
- class StopCls[source]
Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:STOP value: float = driver.sense.window.frequency.stop.get(window = repcap.Window.Default)
No command help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
stop: No help available
- set(stop: float, window=Window.Default) None [source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:STOP driver.sense.window.frequency.stop.set(stop = 1.0, window = repcap.Window.Default)
No command help available
- param stop
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)