INCBITS <1D-spectrum-name>(<bit-pattern>) OFFSET <integer-offset> [INDEXED <index>]
Eg., to obtain a spectrum of 4 bit-pattern sortwords, the command would be used as follows:
where MB1, MB2, MB3 and MB4 are 4 adc pattern words and MULT is a 1D spectrum 64 channels long. The bit-pattern of MB1 will be incremented into spectrum MULT starting at the first channel (offset 0), that of MB2 incremented starting at the 17th channel, etc.INCBITS MULT(MB1) OFFSET 0 INCBITS MULT(MB2) OFFSET 16 INCBITS MULT(MB3) OFFSET 32 INCBITS MULT(MB4) OFFSET 48