Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 199

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare