Sscreen

SCPI Command :

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

Resets the cursors to their initial positions. Reset is helpful if the cursors have disappeared from the display or need to be moved for a larger distance.

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]