VISA In 16 Function
- Updated2025-07-30
- 3 minute(s) read
Reads a 16-bit block of data from the specified address space and offset.

Inputs/Outputs
address space (A16: 1)
—
address space specifies the address space without requiring VISA Map Address to be called. The following table lists the valid entries for specifying address space.
VISA resource name
—
VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.
offset (0)
—
offset is the offset, in bytes, of the device to read from. offset accepts a 32- or 64-bit unsigned integer as input. The type of resource determines how offset specifies the offset.
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.
value
—
value contains the data read from address space.
error out
—
error out contains error information. This output provides standard error out functionality. |
address space (A16: 1)
—
VISA resource name
—
offset (0)
—
error in (no error)
—
VISA resource name out
—
value
—
error out
—