Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 172

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 171
5.5.3.4. GetVar Function
GetVar Function
Returns the reference to the specified variable.
Syntax
variableReference GetVar(doc, number, varType)
Parameters
Parameter Type Description
doc documentReference Reference to the document
number double 1-based variable number within the group specified
by varType.
varType string Variable type. Should be "neuron", "neuronorevent" ,
"event", "interval" "wave", "popvector", "continuous",
"marker" or "all".
Returns
Returns the reference to the specified variable.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
% get the second event variable
event = GetVar(doc, 2, "event")
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 170
Seitenansicht 171
1 2 ... 167 168 169 170 171 172 173 174 175 176 177 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare