|
|||||||
|
|
|
|
|
|
|
|
NbChannels | false | false | Scalar | READ_WRITE | Tango::DEV_LONG | OPERATOR | Nb of channels to be readout |
NbAcquisitions | false | false | Scalar | READ_WRITE | Tango::DEV_LONG | OPERATOR | Nb of acquisitions to be readout. Set to 0 if trigger in continuous mode. |
Preset | false | false | Scalar | READ_WRITE | Tango::DEV_LONG | OPERATOR | MCS preset value |
FlagMCSSet | false | false | Scalar | READ | Tango::DEV_LONG | OPERATOR | |
AcquiredTriggers | false | false | Scalar | READ | Tango::DEV_LONG | OPERATOR | Number of triggers received. |
CountsArray | false | false | Image | READ | Tango::DEV_LONG | OPERATOR | Readout of the MCS. It is one array of efective dimension\nNbChannel*NbAcquisitions. These has to be used for\n extracting the readout of a given channel. The counts for all \nchannels in one acquisition are consecutive. For exemplo if the\narray values are: 1, 3, 5, 6, 2, 8, for 2 channels in 3 acquisitions, the\nreadout of the first channel would be: 1, 5, 2 and of the\n second: 3, 6, 8. |