State

SCPI Command :

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

If enabled, the horizontal cursor lines follow the waveform. The function is available if both horizontal and vertical cursors are displayed (method RsMxo.cursor.function.set() ) . The function is not available for measurements on eyes (R&S MXO5-K136) .

Parameters:

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

Returns:

track_curve: OFF | ON

set(track_curve: bool, cursor=Cursor.Default) None[source]
# CURSor<*>:TRACking[:STATe]
driver.cursor.tracking.state.set(track_curve = False, cursor = repcap.Cursor.Default)

If enabled, the horizontal cursor lines follow the waveform. The function is available if both horizontal and vertical cursors are displayed (method RsMxo.cursor.function.set() ) . The function is not available for measurements on eyes (R&S MXO5-K136) .

Parameters:
  • track_curve – OFF | ON

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