Deselectall method – Multichannel Systems NeuroExplorer User Manual

Page 354

Advertising
background image

6.2.21. DeselectAll Method

Document.DeselectAll Method


Deselects all the data variables in the document.

Syntax


void DeselectAll()

Returns


None.

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

doc = nex.OpenDocument('C:\Data\TestDataFile.nex');

% deselect all variables

doc.DeselectAll();

% select one variable

doc.Variable('Neuron01').Select();

% run Interspike Interval Histogram analysis saved in 'ISI' template

doc.ApplyTemplate('ISI');

% get numerical results

results = doc.GetNumericalResults();

See Also

Variable Interface

Application Interface

Document Interface

COM/ActiveX Interfaces

Page 352

Advertising