Execute Generic Command VI
- Updated2024-06-26
- 2 minute(s) read
Executes the specified command on one or multiple devices or physical channels.
Property commitment and command execution are in a single round-trip network transaction. If any properties have pending changes for the devices or physical channels, this VI automatically commits the properties before executing command.

Inputs/Outputs
![]() session in specifies the session to access for the given action. ![]() resources is a comma-delimited list specifying the names of the resources to access. A resource can be a device or a physical channel. ![]() command specifies the name of the command to access. ![]() error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() timeout (10 sec) specifies the maximum amount of time, in seconds, to wait for the operation to complete. This VI returns an error if the time elapses. ![]() session out is a copy of the session in reference. ![]() error out contains error information. This output provides standard error out functionality. |