Dynare++ simulation paths for endogenous variables

I am using Dynare++ and I would like to access the simulation values for endogenous variables, so that I can plot their time paths. In Dynare I can do this easily after a simulation. Is there an easy way I can do this in Dynare++.

Thanks in advance for any help,
Michael

If you use the function “dynare simul.m” you can easily recover all the simulated series (see the function help)

Thanks!