Inspect the NEURON object

A Python package that facilitates development and use of models of biological neural networks

Moderator: tom_morse

Post Reply
theiera
Posts: 9
Joined: Mon Feb 26, 2007 5:37 am

Inspect the NEURON object

Post 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
theiera
Posts: 9
Joined: Mon Feb 26, 2007 5:37 am

Re: Inspect the NEURON object

Post 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
Post Reply