Main Content

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.

  1. Enter sltestCar as the Model.

  2. Enter a test filename or full path in Location.

  3. 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:

  1. In the Simulation Outputs section, click Add.

  2. In the model canvas, select the output torque signal and in the Connect dialog, check the box for that signal. Select the vehicle speed signal and check its box in the dialog.

  3. In the Test Manager message dialog box, click Done.

  4. 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.

  1. In the Baseline Criteria section, click the arrow next to Capture.

  2. Select MAT as the File format.

  3. Specify the location to save the baseline data files in the File field.

  4. Select Capture Baselines for Iterations.

  5. 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)

Related Topics