|
|
| STARTVI |
( |
String |
VI, |
|
|
String |
HOST, |
|
|
Qualifier |
WAIT | |
|
) |
| | |
Start a LabVIEW VI.
This command is passed the name of the LabVIEW VI to start
- Parameters:
-
| [in] | VI | Name of VI to read |
| [in] | WAIT | Wait for VI to stop executing once it is started (default is not to wait) |
| [in] | HOST | (optional) Remote HOST to connect to (default: as specified by ISC_SETUP) |
- Returns:
- Generic variable containing value of VI control/indicator
|