State

SCPI Command :

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

Switches the indicated cursor on or off.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, cursor=Cursor.Default) None[source]
# CURSor<*>:STATe
driver.cursor.state.set(state = False, cursor = repcap.Cursor.Default)

Switches the indicated cursor on or off.

Parameters:
  • state – OFF | ON

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