Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 300

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 299
5.5.13.20. GetFirstGE Function
GetFirstGE Function
Returns the index of the first timestamp in the specified variable that is greater than or equal to the
specified number.
Syntax
double GetFirstGE(var, number)
Parameters
Parameter Type Description
var variableReference Reference to the variable.
number double Time value in seconds.
Returns
Returns the index of the first timestamp in the specified variable that is greater than or equal to the
specified number.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
neuron = GetVarByName(doc, "Neuron04a")
% get the index of the first spike at or after 5.7s
index = GetFirstGE(var, 5.7)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 298
Przeglądanie stron 299
1 2 ... 295 296 297 298 299 300 301 302 303 304 305 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag