Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 201

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 200
5.5.5.5. AddContValue Function
AddContValue Function
Adds a new data point to the specified continuous variable
Syntax
AddContValue(var, timestamp, value)
Parameters
Parameter Type Description
var variableReference Reference to the continuous variable.
timestamp double Timestamps value in seconds.
value double Voltage value in millivolts.
Returns
None
Comments
None
Usage
NexScript
doc = GetActiveDocument()
contVar = GetVarByName(doc, "ContVar1")
% add voltage value of 25.7 mV at the time 100.3 seconds
AddContValue(contVar, 100.3, 25.7)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 199
Seitenansicht 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare