Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 329

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 328
6.1.7. Sleep Method
Application.Sleep Method
Pauses the application.
Syntax
void Sleep ( int millisecondsToSleep )
Parameters
Parameter Type Description
millisecondsToSleep int Number of milliseconds to sleep
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
% pause NeuroExplorer for 1 second
nex.Sleep(1000);
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
// pause NeuroExplorer for 1 second
nex.Sleep(1000);
See Also
Application Interface
COM/ActiveX Interfaces
Page 327
Seitenansicht 328
1 2 ... 324 325 326 327 328 329 330 331 332 333 334 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare