Building Test Harness programmatically

1 次查看(过去 30 天)
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Test Harnesses 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by