Capture Baseline Data from Iterations
This example shows how to create a baseline test by capturing data from a test case with table iterations. The iterations are create from the Signal Editor scenarios in the sltestcar
model.
1. Open the model.
Model = 'sltestCar';
open_system(Model);
2. Open the Test Manager.
sltestmgr
3. In the Test Manager, click Test File from Model from the New dropdown.
4. Specify the test file.
Enter
sltestCar
as the Model.Enter a test filename or full path in Location.
Select
Baseline
as the Test Type.
5. Select the test case by expanding the test file and selecting the sltestCar/Inputs test case.
6. Select the signals for the baseline data:
In the Simulation Outputs section, click Add.
In the model canvas, select the
output torque
signal and in the Connect dialog, check the box for that signal. Select thevehicle speed
signal and check its box in the dialog.In the Test Manager message dialog box, click Done.
The signals appear in the Logged Signals table.
7. To view the iterations for the test case, expand the Iterations and Table Iterations sections. The iterations for the selected test case automatically appear. The iterations correspond to the four Signal Editor scenarios.
8. Capture baseline data for the iterations.
In the Baseline Criteria section, click the arrow next to Capture.
Select MAT as the File format.
Specify the location to save the baseline data files in the File field.
Select Capture Baselines for Iterations.
Click Capture.
The model simulates for all Signal Editor scenarios. The baseline data for output_torque
and vehicle_speed
are captured in four MAT files. Also, each baseline data set is added to its corresponding iterations in the table.
sltest.testmanager.close close_system(Model,0)