Multichannel-systems NeuroExplorer Manual de usuario Pagina 175

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 174
5.5.3.7. GetVarByName Function
GetVarByName Function
Returns the reference to the variable which has the specified name.
Syntax
variableReference GetVarByName(doc, name)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
name string Variable name.
Returns
Returns the reference to the variable which has the specified name.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
% get the variable with the name TrialStart
start = GetVarByName(doc, "TrialStart")
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 173
Vista de pagina 174
1 2 ... 170 171 172 173 174 175 176 177 178 179 180 ... 372 373

Comentarios a estos manuales

Sin comentarios