Multichannel Systems NeuroExplorer User Manual

Page 208

Advertising
background image


The following script will allow a user to choose one of the neurons in the active document and select
this neuron for analysis:

doc = GetActiveDocument()

Neuron_Number = 1

% choose a neuron

res = Dialog(doc, Neuron_Number, "Select Neuron", "neuron")

% get the neuron variable and select it

Neuron_Var = GetVar(doc, Neuron_Number, "neuron")

Select(doc, Neuron_Var)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 206

Advertising