TimestampFrequency
Read-only property that returns the timestamp frequency of the document in Hertz.
Syntax
TimestampFrequency
Matlab Example
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
tsFrequency = doc.TimestampFrequency;