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

  • 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 198
5.5.5.3. AddTimestamp Function
AddTimestamp Function
Adds a new timestamp to the specified event or neuron variable.
Syntax
AddTimestamp(var, timestamp)
Parameters
Parameter Type Description
var variableReference Reference to the event or neuron variable.
timestamp double New timestamp (in seconds).
Returns
None
Comments
The new timestamp should not be equal to one of the existing timestamps of the specified variable.
Usage
NexScript
doc = GetActiveDocument()
eventVar = GetVarByName(doc, "Event04")
% add timestamp at 1.5 seconds
AddTimestamp(eventVar, 1.5)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 197
Zobrazit stránku 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 372 373

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

Žádné komentáře