Page 1 of 1

Inspect the NEURON object

Posted: Tue Dec 05, 2017 3:51 am
by theiera
Hello everybody,

I'm having troubles to get a correct import of a NEURON models.
It imports fine but when it runs it does not spike as it should.
I would like to be able to inspect the actual values of the parameters the NETPYNE sets in the NEURON objects.
Is there a way to access the objects/sections/mechanisms instantiated by NETPYNE, maybe after the simulation has run?

Any help would be appreciated.

Sergio

Re: Inspect the NEURON object

Posted: Tue Dec 05, 2017 4:05 am
by theiera
Hello,

found it!

Code: Select all

(pops, cells, conns, stims, simData) = sim.create(netParams = p['netParams'], simConfig = p['simConfig'], output = True)
Thanks anyway!

Sergio