Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 338

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 337
6.2.5. StartTime Property
Document.StartTime Property
Read-write property that specifies the document data start time (minimum timestamp) in seconds.
Syntax
double StartTime
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
startTime = doc.StartTime;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var startTime = doc.StartTime;
See Also
Document Interface
COM/ActiveX Interfaces
Page 336
Seitenansicht 337
1 2 ... 333 334 335 336 337 338 339 340 341 342 343 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare