NeuronVars
Returns the list of neuron variables in the document.
Syntax
doc.NeuronVars()
Return
Returns the list of neuron variables in the document.
Note
You can also use global function nex.NeuronVars(doc)
:
import nex
doc = nex.GetActiveDocument()
neurons = nex.NeuronVars(doc)
Examples
Python
import nex
doc = nex.GetActiveDocument()
neurons = doc.NeuronVars()