Left

SCPI Command :

CURSor<*>:MAXimum:LEFT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(cursor=Cursor.Default) None[source]
# CURSor<*>:MAXimum:LEFT
driver.cursor.maximum.left.set(cursor = repcap.Cursor.Default)

Sets cursor 2 to the next maximum to the left of the current position.

Parameters:

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

set_and_wait(cursor=Cursor.Default, opc_timeout_ms: int = -1) None[source]