State

SCPI Command :

DISPlay[:WINDow<n>]:XGINdicator[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:XGINdicator[:STATe]
value: bool = driver.applications.k40PhaseNoise.display.window.xgIndicator.state.get(window = repcap.Window.Default)

No help available

Parameters:

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

set(arg_0: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:XGINdicator[:STATe]
driver.applications.k40PhaseNoise.display.window.xgIndicator.state.set(arg_0 = False, window = repcap.Window.Default)

No help available

Parameters:

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