How do I change the mask appeareance of a simscape blocks, such as Variable Orifice block?

4 次查看(过去 30 天)
Q1: I want to chage the mask appearance of simscape blocks, sucb as Variable Orifice block shown in the following picture.
So I change some Attribues and Dialog of Parameters in the Parameters&Dialog shown in the following picture, such as Visible.
But the mask appearance not affect at all. Why???
Q2: What is the function of the command shown in the following picture.
simscape.compiler.sli.internal.preinitmask(gcb)???????
  2 个评论
Raju
Raju 2022-5-6
Hi Liqun,
Usually all the block mask parameters are completely in control of the developer and there might be internal callbacks which might be overwriting your visibility settings.
Also, what you are seeing in the initialization section is a preinitialize-callback which usually exists for most of the blocks, to control the mask params & may be sometimes license & other checks
Hope this clarifies
Raju.
liqun fang
liqun fang 2022-5-8
Hi Raju
Thank you for your answer.
I try to comment the function in the initialization section with % symbol. The result still is that the mask appearance can't change. So the mask appearance may be completely in control of internal callbacks, such as Variable Orifice block and Constant Source block.

请先登录,再进行评论。

回答(1 个)

Yifeng Tang
Yifeng Tang 2022-6-22
As Raju commented, the icons for library blocks are in control of the developer. In recent versions of Simscape, there is usually a .svg file of the same name as the block .ssc file, in the installation folder, and the .svg file is the icon definition. Changing those is possible, at your own risk, but it'll require changes to your installation folder.
You can always put another mask on though. Since it's your own mask, you can change its appearance whichever way you want. However, you have to do this for every block you want to change.

类别

Help CenterFile Exchange 中查找有关 Simscape Fluids 的更多信息

产品


版本

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by