How can I define a custom BlockType in Simulink

1 Ansicht (letzte 30 Tage)
Jacques
Jacques am 23 Feb. 2014
Beantwortet: Kaustubha Govind am 10 Jul. 2014
Hello,
When I create a custom block using an S-function, the BlockType of this block, by using
get_param(myblock, 'BlockType')
is displayed as S-Function .
If now I put a mask on my custom block, the block type will be displayed as Reference .
How can I get this to return something like Mycustomblocktype ?
Thank you,
Jack
  2 Kommentare
Jacques
Jacques am 23 Feb. 2014
Actually, even with a mask, the block type is displayed as S-function. However, if I export the variable to a c program, it will then be displayed as Reference. Why is this ??
Daniel
Daniel am 3 Jul. 2014
I have the same problem. How can i change BlockType which is always marked as readonly? Currently the BlockType inherit from previous block like subsystem, s-function etc. I need my own types and using an additional attribute is more a hack than a solution for this problem.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Jacques
Jacques am 23 Feb. 2014
In fact, Reference was displayed because the library from which the block was taken was not on the path. It had nothing to do with the mask.

Weitere Antworten (1)

Kaustubha Govind
Kaustubha Govind am 10 Jul. 2014
The BlockType parameter cannot be customized, and is only defined by internal blocks. For your case, perhaps you could use MaskType instead?

Kategorien

Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by