From b860a55be6c38a04bf2ccb9fdb9e77296f88d2ae Mon Sep 17 00:00:00 2001 From: watts Date: Tue, 18 Oct 2022 13:51:16 +0200 Subject: [PATCH] Move detector settings to new page --- Config_Controller.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Config_Controller.md b/Config_Controller.md index 709a553..e3c8dc1 100644 --- a/Config_Controller.md +++ b/Config_Controller.md @@ -38,18 +38,3 @@ Definition of a set of hardware controllers.  Integer value that defines communication rate of the controller.
 **Default**: ? - -## Detector -Definitions of the set of detector hardware available. - - **active**::
- Integer value that defines if the detector should be used (value of 1) or ignored (value of 0).
- **Default**: 0 - - - **type**::
- 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 };` - -