Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
TestReportStopAllRecordings
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE
Note
This function can only be used in test units with report configured to use Test Report Viewer format.
Function Syntax
testReportStopAllRecordings()
Description
Stops all currently running recordings in the test report. If recordings are not explicitly stopped they will be automatically stopped at the end of the test unit (or at the end of each execution cycle, respectively).
Parameters
—
Return Values
—
Example
testReportStartRecording(comfort::VehicleMotion::CrashDetected, "Signal1");
testReportStartRecording(sysvar::Namespace1::SVTest);
// … do something
testReportStopAllRecordings();
TestReportStartRecording • TestReportStopRecording