SetNeuronWire
Sets the wire number of a neuron variable.
Syntax
doc.SetNeuronWire(neuronVar, wire)
Parameters
Parameter |
Type |
Description |
---|---|---|
neuronVar |
variable reference |
Reference to the neuron variable. |
wire |
number |
Wire number |
Return
None.
Examples
Python
import nex
doc = nex.GetActiveDocument()
doc.SetNeuronWire(doc['SPK01a'], 16)