Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 368

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 367
6.3.8. ContinuousValues Method
Variable.ContinuousValues Method
For continuous variable, returns all the A/D values in milliVolts. This method is valid only for
continuous variables.
Syntax
SAFEARRAY(double) ContinuousValues()
Parameters
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first continuous variable
cont1= doc.Continuous(1);
% get all the values
cont1Values = cont1.ContinuousValues();
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 366
Przeglądanie stron 367

Komentarze do niniejszej Instrukcji

Brak uwag