Multichannel-systems NeuroExplorer Manual de usuario Pagina 176

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 175
5.5.3.8. NewEvent Function
NewEvent Function
Creates a new timestamped variable.
Syntax
variableReference NewEvent(doc, count)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
count double Initial number of the timestamps in the document.
Returns
Returns a reference to the new variable.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
temp = NewEvent(doc, 10) % creates a script-only variable
doc.NewVar = NewEvent(doc, 0) % creates a new variable in the file
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 174
Vista de pagina 175
1 2 ... 171 172 173 174 175 176 177 178 179 180 181 ... 372 373

Comentarios a estos manuales

Sin comentarios