UsSource

SCPI Command :

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

Enables the second cursor source. To select the second source, use method RsMxo.cursor.ssource.set() . The command has the same effect as method RsMxo.cursor.smode.set() .

Parameters:

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

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

Enables the second cursor source. To select the second source, use method RsMxo.cursor.ssource.set() . The command has the same effect as method RsMxo.cursor.smode.set() .

Parameters:
  • first – OFF | ON

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