State

SCPI Command :

XY<*>[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(xyAxis=XyAxis.Default) bool[source]
# XY<*>[:STATe]
value: bool = driver.xy.state.get(xyAxis = repcap.XyAxis.Default)

Activates an XY-waveform.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, xyAxis=XyAxis.Default) None[source]
# XY<*>[:STATe]
driver.xy.state.set(state = False, xyAxis = repcap.XyAxis.Default)

Activates an XY-waveform.

Parameters:
  • state – OFF | ON

  • xyAxis – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Xy’)