getTracerStatus
Description
returns the tracer status on the Speedgoat® target computer.tracer_status = getTracerStatus(target_object)
The tracer status can have one of these values:
READY— target_object exists, no tracer data is available, and thestartTracerfunction has not been called.START_REQUESTED— target_object exists, no tracer data is available, thestartTracerfunction has started the tracer, and the real-time application is not loaded.RUNNING— target_object exists, tracer data is being collected, thestartTracerfunction has started the tracer, and the real-time application is loaded and running.DATA_AVAILABLE— target_object exists and tracer data is available.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a
See Also
Target | getAvailableTrace | getTracerData | resetTracer | startTracer