I can ask for things like
Code: Select all
soma.vpsection at least gives me inserted mechanisms, but it does not tell me all variables that are available as one would get in the "Plot What?" window of a graph, which is what I want.
Moderator: hines
Code: Select all
soma.vCode: Select all
from neuron import h
soma = h.Section()
if hasattr(soma, 'v'):
print "Variable v present"