<< ld_startproc ext_process matrix >>

ORTD Scilab Interface Toolbox >> ext_process > ld_startproc2

ld_startproc2

Execute a sub process with some more options (EXPERIMENTAL)

Calling Sequence

[sim, out] = ld_startproc2(sim, events, exepath, chpwd, prio, whentorun)

Description

out * - output

exepath - string: path to executable

chpwn - change current directory before running the process

prio - Priority (set to zero for now)

whentorun - 0 - Start process on blocks initialisation and stop on desruction;

1 - Start process on activation in a statemachine and stop on reset


Report an issue
<< ld_startproc ext_process matrix >>