![]() | 1 | initial version |
Hi,
Is it possible to return channel data at the same time as dynamic calculations running? For now, the data is extracted from the .out file in the end of simulation which is not good option in my case. I am considering the following option: stop the simulation at each time step and transfer data from the formed .out file to the dataframe, but it seems a rather clumsy solution and will reduce the performance of calculations.