Multichannel-systems NeuroExplorer Manuale Utente Pagina 329

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 328
1 2 ... 324 325 326 327 328 329 330 331 332 333 334 ... 372 373

Commenti su questo manuale

Nessun commento