Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 343

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 342
6.2.10. IntervalCount Property
Document.IntervalCount Property
Read-only property that returns the number of interval variables in the document.
Syntax
int IntervalCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
numIntervalVars = doc.IntervalCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var numIntervalVars = doc.IntervalCount;
See Also
Document Interface
COM/ActiveX Interfaces
Page 341
Seitenansicht 342
1 2 ... 338 339 340 341 342 343 344 345 346 347 348 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare