Multichannel-systems NeuroExplorer Manual de usuario Pagina 339

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 338
1 2 ... 334 335 336 337 338 339 340 341 342 343 344 ... 372 373

Comentarios a estos manuales

Sin comentarios