Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 248

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 247
5.5.8.18. MakeIntervals Function
MakeIntervals Function
Creates new interval variable with intervals [varTimestamp+shiftmin, varTimestamp+shiftMax].
Syntax
variableReference MakeIntervals(var, shiftMin, shiftMax)
Parameters
Parameter Type Description
var variableReference Reference to the variable.
shiftMin double Shift minimum in seconds.
shiftMax double Shift maximum in seconds.
Returns
Reference to the new variable.
Comments
Creates new interval variable with intervals [varTimestamp+shiftmin, varTimestamp+shiftMax].
Usage
NexScript
doc = GetActiveDocument()
doc.IntAroundEvent04 = MakeIntervals(doc.Event04, 0, 2)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 246
Przeglądanie stron 247
1 2 ... 243 244 245 246 247 248 249 250 251 252 253 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag