Multichannel-systems NeuroExplorer Manual de usuario Pagina 238

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 237
5.5.8.8. IntervalFilter Function
IntervalFilter Function
Creates the new event containing all the timestamps of the specified event or neuron variable that are
in the intervals of the specified interval variable.
Syntax
variableReference IntervalFilter(var, intervalVar)
Parameters
Parameter Type Description
var variableReference Reference to the variable.
intervalVar variableReference Reference to the interval variable.
Returns
Reference to the new variable.
Comments
Creates the new event containing all the timestamps of var that are in the intervals of the intervalVar
Usage
NexScript
doc = GetActiveDocument()
doc.filtered = IntervalFilter(GetVarByName(doc, "Neuron1"), GetVarByName(doc,
"Trials"))
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 236
Vista de pagina 237
1 2 ... 233 234 235 236 237 238 239 240 241 242 243 ... 372 373

Comentarios a estos manuales

Sin comentarios