How to detect the simulation start command (Run Button of a model) for inserting user commands before the 'SimulationStatus' takes the value 'start'?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Muthu Annamalai
on 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
See Also
Categories
Find more on Model, Block, and Port Callbacks in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!