Multichannel-systems NeuroExplorer Manual do Utilizador Página 339

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 338
1 2 ... 334 335 336 337 338 339 340 341 342 343 344 ... 372 373

Comentários a estes Manuais

Sem comentários