Xcoupling

SCPI Command :

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

Defines the positioning mode of the vertical cursor.

Parameters:

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

Returns:

coupling: OFF | ON

  • ON: Moving one cursor line moves the other cursor line too. The cursor lines always remain a fixed distance.

  • OFF: Each cursor line is positioned independently.

set(coupling: bool, cursor=Cursor.Default) None[source]
# CURSor<*>:XCOupling
driver.cursor.xcoupling.set(coupling = False, cursor = repcap.Cursor.Default)

Defines the positioning mode of the vertical cursor.

Parameters:
  • coupling

    OFF | ON

    • ON: Moving one cursor line moves the other cursor line too. The cursor lines always remain a fixed distance.

    • OFF: Each cursor line is positioned independently.

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