U16
- Updated2023-02-17
- 2 minute(s) read
U16
Writes a 16-bit value to a location in a memory window mapped by Map Address.
You must use Map Address to map the address before you call this function. The address must be a valid memory address in the current process.
.gvi.png?_LANG=enus)
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

offset
The offset, in bytes, from the beginning of the window mapped using Map Address.
Default value: 0

value
The data to write to the memory window.
Default value: 0

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.

next offset
The next byte offset after the data is written to the given offset in the mapped memory window.