Multichannel-systems NeuroExplorer Manual de usuario Pagina 244

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 243
5.5.8.14. FirstInInterval Function
FirstInInterval Function
Creates the new event. For each interval of the specified interval variable, the first timestamp in this
interval is copied to the result.
Syntax
variableReference FirstInInterval(var, intervalVar)
Parameters
Parameter Type Description
var variableReference Reference to the neuron or event variable.
intervalVar variableReference Reference to the interval variable.
Returns
The reference to the new variable.
Comments
Creates the new event. For each interval of intervalVar, the first var timestamp in this interval is
copied to the result.
Usage
NexScript
doc = GetActiveDocument()
doc.firstInTrial = FirstInInterval(GetVarByName(doc,"Neuron1"),
GetVarByName(doc,"Trials"))
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 242
Vista de pagina 243
1 2 ... 239 240 241 242 243 244 245 246 247 248 249 ... 372 373

Comentarios a estos manuales

Sin comentarios