Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 350

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 349
6.2.17. Interval Method
Document.Interval Method
Returns Variable object for the specified interval variable index.
Syntax
Variable Interval(int IntervalIndex)
Parameters
Parameter Type Description
IntervalIndex int 1-based interval variable index
Returns
Returns Variable object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first interval variable
Interval1 = doc.Interval(1);
% get the last interval variable
IntervalLast = doc.Interval(doc.IntervalCount);
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
// get the first interval variable
var Interval1 = doc.Interval(1);
// get the last interval variable
var IntervalLast = doc.Interval(doc.IntervalCount);
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 348
Vue de la page 349
1 2 ... 345 346 347 348 349 350 351 352 353 354 355 ... 372 373

Commentaires sur ces manuels

Pas de commentaire