Writes 64 bits of data to the register address of the specified device.


icon

Inputs/Outputs

  • cgenclassrntag.png session in

    session in specifies the session to access for the given action.

  • cgenclassrntag.png device

    device specifies the name of the device to access.

  • cu32.png register address

    register address specifies the address to access.

  • cu64.png data

    data specifies the data to write to the module register address.

  • cerrcodeclst.png error in (no error)

    error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrntag.png session out

    session out is a copy of the session in reference.

  • igenclassrntag.png device out

    device out indicates the name of the device the operation was applied to.

  • iu32.png next register address

    next register address next register address is register address + 1. Depending on the module's register map, this may or may not be convenient when accessing consecutive registers.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.