Multichannel-systems NeuroExplorer Manual de usuario Pagina 345

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 344
6.2.12. WaveCount Property
Document.WaveCount Property
Read-only property that returns the number of waveform variables in the document.
Syntax
int WaveCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
numWaveVars = doc.WaveCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var numWaveVars = doc.WaveCount;
See Also
Document Interface
COM/ActiveX Interfaces
Page 343
Vista de pagina 344
1 2 ... 340 341 342 343 344 345 346 347 348 349 350 ... 372 373

Comentarios a estos manuales

Sin comentarios