How can I change mask parameters in my model in SystemTest 2.3(R2009a)?

1 view (last 30 days)
I have a model with masked subsystems. In this specific case, there is a MinMax block under the mask, and depending on the parameter, the block's behaviour is changed.
I would like to know how I can change the mask parameters from SystemTest and test the revised behaviour after the original test.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 24 Jul 2009
You can create a testvector with the min and max values and select the block parameter that you want to override with the SystemTest test vector. See the snapshot from a demo. This demo can be opened using the following command:
systemtest demosystest_fuelctrl
If you need to perform more advanced actions than the Simulink element allows, it is possible to use a MATLAB element in the middle of the test and run the SET_PARAM command.

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2009a

Community Treasure Hunt

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

Start Hunting!