Back to arena_adc-ads42lb69_0010.
Fields
There may be multiple profileProcessing nodes. This does the follow on processing after the subchannels/processors have operated on the data. Note that output data from the profile processor is what is set to the arenaDAQ for storage. Each will have the following fields.
Field name | Description |
---|---|
masterResetMode | |
input | Identifies the input to the profile processor. |
processor | Identifies the operation of the profile processor |
input
Each input has the following fields
Field name | Description |
---|---|
name | User defined string |
profileDataType | Enumeration that specifies the output route from the subchannel. |
profileMode | Mask which defines the modes that this profile will act on. For example X0000000 would handle modes 00000000 and 10000000 (or 0 and 128). |
profileSubChannel | The subchannel to use as input. |
processor
Each input has the following fields
Field name | Description |
---|---|
name | User defined string identifying this profile. |
resetMode | -1 |
input1 | Identifies which input to use |
processorType | Enumeration that can be "Coherent Accum." for coherent accumulation. |
input2 | Identifies which input to use for the second input in pulse pair processing |
input2ProfileLag | |
start | Start bin of the time gate relative to the subchannel processor's time gate. A value of 0 starts at the very beginning of the time gate. |
length | Number of bins to use from the subchannel processor. This must be a non-negative integer that is less than or equal to the number of bins in the subchannel processor's time gate. |
accumulation | The number of accumulation (also known as stacking, coherent averaging) to apply to the data. The number of accumulations is (accumulation+1). A value of 63 will accumulate 64 pulse waveforms before sending to the arenaDAQ for storage. |