Multichannel-systems NeuroExplorer Manual do Utilizador Página 330

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 329
1 2 ... 325 326 327 328 329 330 331 332 333 334 335 ... 372 373

Comentários a estes Manuais

Sem comentários