The bVXI register class is used for reading and writing data blocks to digital registers within VXI cards. Access to the hardware must involve only a single access via the VXI backplane for each data word.
The primary use of this class is accessing data buffers and lookup tables within VXI modules.
All address variables are VME addresses and are thus expressed in units of bytes (8 bits).
Attributes :-
-s    VXI slot number
-a    address
-o    offset
-l    length
-w    width of VME access. Options are 8; 16; 32.
-p    access permission (rw, ro, wo)
-f    data format
-i    initial value
The absolute VME address of the start address of a block access (relative to the card base address allocated by the Resource Manager) is given by data area base address + block offset.
The WRITE and READ operations transfer a number (given by the -l attribute) of data words
(of width given by the -w attribute).
The INITIALISE operation writes the data value given by the -i attribute to a number of locations given
by the -l attribute. This is useful for setting all locations in a data buffer to a given value.