Timestampfrequency property – Multichannel Systems NeuroExplorer User Manual

Page 337

Advertising
background image

6.2.4. TimestampFrequency Property

Document.TimestampFrequency Property


Read-only property that returns the timestamp frequency of the document in Hertz.

Syntax


double TimestampFrequency

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

tsFrequency = doc.TimestampFrequency;

JavaScript

var nex = new ActiveXObject("NeuroExplorer.Application");

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

var tsFrequency = doc.TimestampFrequency;

See Also

Document Interface

COM/ActiveX Interfaces

Page 335

Advertising