Warning: Overriding parameters of 'signalbuilder-block...' inside a user defined library block
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
RobinZ
el 10 de Dic. de 2015
Comentada: RobinZ
el 11 de En. de 2016
I created my own library block with a subsystem that contains 'signalbuilder' blocks.
Now when I use that block in a simulink model and set the signals of the signalbuilder via script, I get the warning message that its parameters are being overwritten.
Is there a way to suppress this warning? Setting the library blocks mask parameters to "MaskSelfModifiable" does not seem to help..
Thank you very much in advance!
BR, Robin
0 comentarios
Respuesta aceptada
Vidya Viswanathan
el 24 de Dic. de 2015
It is generally not a recommended practice to place a Signal Builder block inside a custom library. This is due to the presence of several callbacks associated with that block.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!