Write
- Updated2023-02-17
- 2 minute(s) read
Write
Writes the data from a buffer to the device or interface.
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

write buffer
The data to be written to the device.
This input accepts an array of unsigned 8-bit integers or a string.

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.

return count
The actual number of bytes written.