Owning Class: support
Requires: MathScript RT Module
run(a)
Runs a VI that you specify. You cannot specify parameters for the VI. LabVIEW waits for the VI to stop before processing the next MathScript command.
| Name | Description |
|---|---|
| a | Specifies the path to the VI you want to run. a is a string. |
If you use this function in a stand-alone application or shared library and a is a relative path, LabVIEW searches for the file in the path where you installed the application or shared library. If a is an absolute path, LabVIEW searches for the file on the local machine or target at the specified location. (Real-Time Module) If you deploy this function to an RT target and a is a relative path, LabVIEW searches for the file in the path returned by the Default Data Directory VI.
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | No (affects entire script) |