Multichannel-systems NeuroExplorer Manuale Utente Pagina 254

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 253
5.5.8.24. IntSize Function
IntSize Function
Creates a new Interval Variable that contains the intervals with the specified length range.
Syntax
variableReference IntSize(intervalVar, minInt, maxInt)
Parameters
Parameter Type Description
intervalVar variableReference Reference to the interval variable.
minInt double Minimum interval length (in seconds).
maxInt double Maximum interval length (in seconds).
Returns
Reference to the new interval variable.
Comments
Creates a new Interval Variable that contains all of the intervals of intervalVar that have the length
which is more or equal to minInt and less than or equal to intMax.
Usage
NexScript
doc = GetActiveDocument()
doc.TrialsLessThan10secDuration = IntSize(doc.Trials, 0, 10)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 252
Vedere la pagina 253
1 2 ... 249 250 251 252 253 254 255 256 257 258 259 ... 372 373

Commenti su questo manuale

Nessun commento