Multichannel-systems NeuroExplorer Manual de usuario Pagina 202

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 201
5.5.5.6. AddInterval Function
AddInterval Function
Adds a new interval to the specified interval variable.
Syntax
AddInterval(var, interval_start, interval_end)
Parameters
Parameter Type Description
var variableReference Reference to the interval variable.
interval_start double Start of new interval (in seconds).
interval_end double End of new interval (in seconds).
Returns
None
Comments
The new interval should not overlap with any of the existing intervals of the specified interval variable.
Usage
NexScript
doc = GetActiveDocument()
intervalVar = GetVarByName(doc, "Trials")
% add interval [100s,120s]
AddInterval(intervalVar, 100, 120)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 200
Vista de pagina 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 372 373

Comentarios a estos manuales

Sin comentarios