State
SCPI Command :
CURSor<*>:TRACking[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) bool[source]
# CURSor<*>:TRACking[:STATe] value: bool = driver.cursor.tracking.state.get(cursor = repcap.Cursor.Default)
If set to ON, the horizontal cursor lines follow the waveform.
- 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 set to ON, the horizontal cursor lines follow the waveform.
- Parameters:
track_curve – OFF | ON
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)