The xGIR register class is used for loading program files into the DSP on the GIR in a VXI module. Since normally all DSPs on any given model of VXI card will be running the same program the xGIR class caches program files internally and performs the actual program load from this cached copy.

Attributes :-

The WRITE operation supplies the path name of a file containing a DSP program to be either downloaded into the internal program cache or to be loaded into the DSP. The action performed is determined by the current value of the mode attribute. In the case of a WRITE operation with mode=2 ,programming the DSP, then a null string can be supplied as a path name in which case the last file downloaded by a mode=0 or mode=1 operation will be used.

The READ operation returns the path name of the file last specified in a WRITE operation.

The INITIALISE operation is equivalent to a WRITE operation with mode=0.

The program files can be supplied as either Windows or Unix text files with one (16 bit) data word per record.