NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delayed Recording Setup in Long-Running Simulation Programs

ZackWave opened this issue · comments

How can I set up recording after sim.run()? I've tried using it explicitly, but it doesn't work. I need to set up recording after the first sim.run() because my program runs for a long time. The program structure is similar to: record, sim.run(), get_data(clear=True), record.