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 RsRtx.cursor.ssource.set() . If enabled, the second corsor lines Cx.2 measure on the second source. Using a second source, you can measure differences between two channels with cursors.

Parameters:

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

Returns:

use_source_2: OFF | ON

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

Enables the second cursor source. To select the second source, use method RsRtx.cursor.ssource.set() . If enabled, the second corsor lines Cx.2 measure on the second source. Using a second source, you can measure differences between two channels with cursors.

Parameters:
  • use_source_2 – OFF | ON

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