Building Test Harness programmatically

조회 수: 2 (최근 30일)
Maradona Rodrigues
Maradona Rodrigues 2012년 7월 23일
답변: Jens 2014년 1월 13일
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에서 Inputs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by