Multichannel-systems NeuroExplorer Manual de usuario Pagina 330

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 329
6.1.8. RunNexScript Method
Application.RunNexScript Method
Runs the specified NexScript. Returns true if succeeded.
Syntax
bool RunNexScript ( string scriptPath )
Parameters
Parameter Type Description
scriptPath string Script path.
Returns
Returns true if script succeeded, otherwise, returns false.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
res = nex.RunNexScript('C:\Scripts\TestScript.nsc');
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
// note that in JavaScript you need to use double backslashes
// when specifying file path
var res = nex.RunNexScript("C:\\Scripts\\TestScript.nsc");
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 328
Vista de pagina 329
1 2 ... 325 326 327 328 329 330 331 332 333 334 335 ... 372 373

Comentarios a estos manuales

Sin comentarios