Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 254

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 253
1 2 ... 249 250 251 252 253 254 255 256 257 258 259 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare