|
CALLVIMETHOD |
( |
String |
VI, |
|
|
String |
METHOD, |
|
|
Generic |
P1, |
|
|
Generic |
P2, |
|
|
Generic |
P3, |
|
|
Generic |
P4, |
|
|
String |
HOST | |
|
) |
| | |
Call a method on a LabVIEW VI.
This command is passed the name of the LabVIEW VI and the method to call
- Parameters:
-
[in] | VI | Name of VI to read |
[in] | METHOD | method to call |
[in] | HOST | (optional) Remote HOST to connect to (default: as specified by ISC_SETUP) |
- Returns:
- Generic variable containing value of VI control/indicator
|