Multichannel-systems NeuroExplorer Manual de usuario Pagina 301

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 300
5.5.13.21. GetFirstGT Function
GetFirstGT Function
Returns the index of the first timestamp in the specified variable that is greater than the specified
number.
Syntax
double GetFirstGT(var, number)
Parameters
Parameter Type Description
var variableReference Reference to the variable.
number double Time value in seconds.
Returns
Returns the index of the first timestamp in the specified variable that is greater than the specified
number.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
neuron = GetVarByName(doc, "Neuron04a")
% get the index of the first spike after 5.7s
index = GetFirstGT(var, 5.7)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 299
Vista de pagina 300
1 2 ... 296 297 298 299 300 301 302 303 304 305 306 ... 372 373

Comentarios a estos manuales

Sin comentarios