Multichannel-systems NeuroExplorer Uživatelský manuál Strana 202

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 201
5.5.5.6. AddInterval Function
AddInterval Function
Adds a new interval to the specified interval variable.
Syntax
AddInterval(var, interval_start, interval_end)
Parameters
Parameter Type Description
var variableReference Reference to the interval variable.
interval_start double Start of new interval (in seconds).
interval_end double End of new interval (in seconds).
Returns
None
Comments
The new interval should not overlap with any of the existing intervals of the specified interval variable.
Usage
NexScript
doc = GetActiveDocument()
intervalVar = GetVarByName(doc, "Trials")
% add interval [100s,120s]
AddInterval(intervalVar, 100, 120)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 200
Zobrazit stránku 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 372 373

Komentáře k této Příručce

Žádné komentáře