Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 327

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 326
6.1.5. OpenDocument Method
Application.OpenDocument Method
Opens the specified data file. Returns Document object if succeeded.
Syntax
Document OpenDocument ( string documentPath )
Parameters
Parameter Type Description
documentPath string Full data file path
Returns
Returns Document object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
// note that in JavaScript you need to use double backslashes
// when specifying file path
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 325
Seitenansicht 326
1 2 ... 322 323 324 325 326 327 328 329 330 331 332 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare