Comment

Read-only property that returns a string with the data file comment.

Syntax

Comment

Matlab Example

nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
comment = doc.Comment;