How to detect the simulation start command (Run Button of a model) for inserting user commands before the 'SimulationStatus' takes the value 'start'?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
In a design with multiple Xilinx simulation muxes, there is a need to make the right selection of a circuit dedicated for the simulation purpose. To do so, a verification that all muxes must be set to the "Simulation representative circuit" has to be done before the get_param(gcs, 'SimulationStatus') = 'start'.
Is there a function / m-script associated to the 'Run button' (or Menu-> Simulation-> Run or CTRL+T) that can be edited for inserting user commands before the simulation start? Or any GUI tag from the model windows that can be read?
Thanks for your help,
Richard
0 commentaires
Réponses (1)
Muthu Annamalai
le 27 Juil 2015
Hello Richard,
I assume you want to modify properties of a block on 'initialization of simulation'.
You have callbacks on various blocks which can be accessed by right-click "Block properties" and under callback functions.
Adding respective block property set/get parameters will enable you to control pre-simulation/post and during simulation actions.
For example the following shows how to add a callback for MaskInit http://www.mathworks.com/help/xpc/driver/create-initialization-callback.html
2 commentaires
Voir également
Catégories
En savoir plus sur Model, Block, and Port Callbacks dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!