State

SCPI Command :

MEASurement<*>:TRACk[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:TRACk[:STATe]
value: bool = driver.measurement.track.state.get(measIndex = repcap.MeasIndex.Default)

Enables or disables the track for the selected measurement.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:TRACk[:STATe]
driver.measurement.track.state.set(state = False, measIndex = repcap.MeasIndex.Default)

Enables or disables the track for the selected measurement.

Parameters:
  • state – OFF | ON

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