Get NVMEM Bytes VI
- Updated2025-10-06
- 3 minute(s) read
Reads the specified number of bytes (data size) starting at the given data address in the specified NVMEM area.

Inputs/Outputs
session in
—
session in specifies the session to access for the given action.
NVMEM area
—
NVMEM area specifies the the non-volatile memory area to access. This must include both the device name and NVMEM area name, such as "Mod1/capabilities." If you do not specify this parameter, the session default NVMEM areas will be used.
data address
—
data address specifies the starting address to begin accessing data.
data size
—
data size The number of bytes to read from the data address within the given NVMEM area.
error in (no error)
—
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.
session out
—
session out is a copy of the session in reference.
NVMEM area out
—
NVMEM area out is a copy of the nvmem area resource.
next data address
—
next data address is data address + data size. This may be convenient when accessing contiguous fields.
data out
—
data out contains the data read from data address.
error out
—
error out contains error information. This output provides standard error out functionality. |
session in
—
data address
—
error in (no error)
—
session out
—
next data address
—
data out
—
error out
—