Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 201

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag