Hi,
In model few constant blocks are terminated. I just want to read all terminated constant blocks.
Query1:
I just want to find list of constant blocks which are terminated in a simulink model.
Query2:
Simulink model is top level(big parent) model and it contains multiple reference models and inside sub reference models. I just want to read list of all reference and sub reference models names recursively.
find_mdlrefs function is giving only one lower level sub reference model blocks.
Please help me to improve my knowledge on simulink blocks programatically.