VISA Write From File Function

Owning Palette: VISA Advanced VIs and Functions

Requires: Base Development System

Takes data from the file specified by filename and writes it to the device synchronously.

filename opens in binary mode and the function reads the amount of data specified by count. The data is then written to the device. This operation returns only when the transfer terminates.

 Add to the block diagram  Find on the palette
VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.
filename is the name of file from which data will be read.
count is the number of bytes to be written.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
VISA resource name out is a copy of the VISA resource name that VISA functions return.
return count is the number of bytes actually transferred.
error out contains error information. This output provides standard error out functionality.