Script to create instance of bus signal and write it to the data dictionary
Show older comments
I would like write a script that does the following:
- Create an instance of a bus signal included in a data dictionary
- Set the values of the members of the bus signal to 0.
- Write this instance to the data dictionary.
Can it be done? If so, how to do it?
Thanks!
Answers (1)
Kavya Vuriti
on 31 Mar 2020
0 votes
Hi,
To create bus objects or bus elements programmatically, you could refer following documentation:https://www.mathworks.com/help/simulink/ug/create-bus-objects-programmatically.html#bvf4tak
Categories
Find more on Prepare Model Inputs and Outputs in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!