How to detect the simulation start command (Run Button of a model) for inserting user commands before the 'SimulationStatus' takes the value 'start'?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Muthu Annamalai
am 27 Jul. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Model, Block, and Port Callbacks 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!