Private
Public Access
11
1

Create Config_Detector

2022-10-18 13:50:55 +02:00
parent 6f142f6f39
commit 7836e34e43

12
Config_Detector.md Normal file

@@ -0,0 +1,12 @@
# Detector
Definitions of the set of detector hardware available.
**active**::<BR>
&emsp;Integer value that defines if the detector should be used (value of 1) or ignored (value of 0). <BR>
&emsp;**Default**: 0
**type**::<BR>
&emsp;String value that identifies which hardware interface will handle the detector behaviour. The set of allowed values is listed near the beginning of [`Detector.h`](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/Detector.h#L23), for example:
`enum Type { Base, Counter, Analog, Interferometer, Orchestra, Epics, Tcp, Zmq };`