VISA Move In 8 Function
- Updated2025-07-30
- 3 minute(s) read
Moves one or more 8-bit units of data from device memory to local memory.
This function uses the specified address space and offset to read in count 8-bit units of data.

Inputs/Outputs
address space (A16: 1)
—
address space specifies the address space to map. 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 write to. offset accepts a 32- or 64-bit unsigned integer as input. The type of resource determines how offset specifies the offset.
count
—
count is the number of data items to move.
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.
data
—
data is the array of 8 bit data being moved.
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
—
data
—
error out
—