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.

1378

Inputs/Outputs

datatype_icon

session in

The resource to be used.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

offset

The offset, in bytes, from the beginning of the window mapped using Map Address.

This input accepts 32-bit and 64-bit unsigned integers.

Default value: 0

datatype_icon

value

The data to write to the memory window.

Default value: 0

datatype_icon

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.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

datatype_icon

next offset

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