Simscape Custom Blocks: New Tab in block dialog box

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 Comment

Am I right, assuming that it is not possible to add Tabs to a custom Simscape block?

Sign in to comment.

Answers (1)

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

Categories

Find more on Simscape in Help Center and File Exchange

Asked:

on 26 May 2014

Answered:

on 13 Aug 2019

Community Treasure Hunt

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

Start Hunting!