Read Register (U64) VI
- Updated2024-06-26
- 2 minute(s) read
Reads 64 bits from the given register address of the specified device.

Inputs/Outputs
![]() session in specifies the session to access for the given action. ![]() device specifies the name of the device to access. ![]() register address specifies the address to access. ![]() error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() session out is a copy of the session in reference. ![]() device out indicates the name of the device the operation was applied to. ![]() 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. ![]() data out contains the data read from register address. ![]() error out contains error information. This output provides standard error out functionality. |