Reading a block state/output through the console during the simulation

Hi everyone!

Let’s suppose that I forgot to insert a scope at the output of a block (in my case a Monoflop).

Now I have a very very slow simulation that takes more than two hours and I can’t stop it… Is there a console command to get the output of the block with its path? I tried with " plecs(‘get’,‘mdl/Monoflop’) " but I get just the set parameters.

Thanks!

Hello,

Unfortunately, no. You need to pre-specify in PLECS what nodes/signals you are interested in seeing either in a Scope/XY Plot/Display/To File/To Workspace (Blockset only) block before starting a simulation.

Kind regards,

Kris

Oh!

I hoped there was a way!

Thanks a lot for your very quick answer!

Regards.