The xThr register class is used for writing the sumbus threshold registers
on the VXI Master Trigger modules.
This is a 16 bit digital write only register which handles conversion between threshold multiplicity and
hardware register value via a lookup table.
Attributes :-
-s    VXI slot number
-o    offset
-r    table
-i    initial value
The WRITE operation will accept a value in "real" units (i.e. the required threshold multiplicity) which
is first converted to digital units using the lookup table before being written to the hardware.
It will also accept a value in digital units in the form 0xnn which is written directly to the hardware.
The READ operation will always return a value converted into "real" units.