Wavecount property – Multichannel Systems NeuroExplorer User Manual

Page 345

Advertising
background image

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

Advertising