Range

SCPI Command :

DISPlay[:WINDow<n>]:PSWeep:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:PSWeep:RANGe
value: bool = driver.applications.k18AmplifierEt.display.window.psweep.range.get(window = repcap.Window.Default)

No help available

Parameters:

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

set(state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:PSWeep:RANGe
driver.applications.k18AmplifierEt.display.window.psweep.range.set(state = False, window = repcap.Window.Default)

No help available

Parameters:

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