VISA VXI Cmd or Query Function
- Updated2025-07-30
- 3 minute(s) read
Sends the device a miscellaneous command or query and/or retrieves the response to a previous query.

Inputs/Outputs
VISA resource name
—
VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.
mode (x200: 16-bit cmd)
—
mode specifies whether to issue a command and/or retrieve a response. Note The mode you specify can cause all or part of the command or response parameters to be ignored. The possible results of specifying a particular mode are the following:
This input accepts the following values.
command
—
command is the miscellaneous command to send.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
VISA resource name out
—
VISA resource name out is a copy of the VISA resource name that VISA functions return.
response
—
response is the response retrieved from the device. If the mode specifies to send a command rather than retrieve a response, you can use VI_NULL for this parameter.
error out
—
error out contains error information. This output provides standard error out functionality. |
VISA resource name
—
mode (x200: 16-bit cmd)
—
command
—
error in (no error)
—
VISA resource name out
—
response
—
error out
—