Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 339

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 338
6.2.6. EndTime Property
Document.EndTime Property
Read-write property that specifies the document data end time (maximum timestamp) in seconds.
Syntax
double EndTime
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
endTime = doc.EndTime;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var endTime = doc.EndTime;
See Also
Document Interface
COM/ActiveX Interfaces
Page 337
Przeglądanie stron 338
1 2 ... 334 335 336 337 338 339 340 341 342 343 344 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag