Simscape Custom Blocks: New Tab in block dialog box
5 ビュー (過去 30 日間)
古いコメントを表示
I am woking on some custom Simulink/Simscape blocks und would like to add new tabs in the block dialog box besides the Parameters and Variables tab. How can I do this?
1 件のコメント
Oliver
2015 年 6 月 2 日
Am I right, assuming that it is not possible to add Tabs to a custom Simscape block?
回答 (1 件)
Maxwell Thompson
2019 年 8 月 13 日
Hello Remo,
I also work with custom simscape components and it appears that this functionality does not yet exist within the simscape language. I have a particurlarly long list of parameters that I would like to catergorize as well. The only current workaround that I know of seems to be to mask the generated simscape block and assign tabs that way which can be tedious. However it comes with a caveat that if you mask the block directly (Simscape Custom components at least) it will most likely crash the simulation on first runs. A work around to that is to put the block (or copy of the block) into a subsystem and mask the subsystem. This, for whatever reason, seems to mitigate the crashing.
I would put in an enhancement request to mathworks though, as this seems like an important behaviour to be able to code.
Sincerely,
Maxwell
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Creating Custom Components and Libraries についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!