I have a very detailed question,
in the below programs:
set_param('mdl','SimulationCommand','start')
set_param('mdl','SimulationCommand','pause')
set_param('mdl','SimulationCommand','Update')
set_param('mdl','SimulationCommand','continue')
when I use set_param('mdl','SimulationCommand','Update') does this command updates the mdl before next continue?Or updating will down in the end of next continuation?