- use find_mdlrefs() to get a list of all referenced models
- For each model, use find_system() to get a list of inports and outports
- For each inport and each outport, use set_param() to set 'BusOutputAsStruct' to true
Programatically set Inport/Outport Blocks as "Output as nonvirtual bus"
4 ビュー (過去 30 日間)
古いコメントを表示
We have a hiarchy of models with busses going across model boundries. We need to have all these inports and outports set as nonvirtual bus. If we don't bad things seem to happen with the code. With new programmers coming on we find these check boxes rarely get set. I am looking for a way to either Default the checkbox "Output as nonvirtual bus" to "yes" or programatically interrigate the entire model hiarchy to find all inport and outport and set the check box.
0 件のコメント
回答 (1 件)
Mark McBroom
2021 年 12 月 23 日
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!