Byte Array
- Updated2023-02-17
- 2 minute(s) read
Byte Array
Reads the specified number of bytes from the device or interface and returns the results as an array of unsigned 8-bit integers.
Inputs/Outputs

session in
The resource to be used.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

byte count
The number of bytes to read.

session out
The resource to which a VISA session is opened.
This output also includes the class for the session, which matches that of session in.

error out
Error information.
The node produces this output according to standard error behavior.

read buffer
The actual data read from the device during the data phase of the control transfer.