Building Test Harness programmatically

2 views (last 30 days)
Maradona Rodrigues
Maradona Rodrigues on 23 Jul 2012
Answered: Jens on 13 Jan 2014
Hi Users,
I am trying to build the test harness for testing the simulink and stateflow models i deveop and currently held up with a method of how to create the harness between the test input vectors and the plant model.
My test Input vectors are in the form of signal builder block and they should be connected to the datatype conversion blocks . i am aware of the following commands to do the thing i need but cannot get a proper script for it to do automatically.
1. I need to output the signal names from the signal builder i guess this command will give me the names from the signal builder [siglabels] = signalbuilder(block)
2. I believe the add_line command will connect the signals to the data type conversion blocks of each signals
add_line('mymodel','siglabels(i)/1','DataTypeConversion/1')
please can someone give me a script for the above problem.
I can send an example model if required.
Cheers

Answers (1)

Jens
Jens on 13 Jan 2014
The testing and verification tool TPT comes with funcions that generate the test harness automatically for Simulink and Stateflow models

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!