Next

SCPI Command :

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

Sets cursor 2 to the next smaller peak (from 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]