From fa3796e97c13065bc9ba57cfc7c6da706181272e Mon Sep 17 00:00:00 2001 From: watts Date: Tue, 18 Oct 2022 19:16:58 +0200 Subject: [PATCH] Update Config_Detector --- Config_Detector.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/Config_Detector.md b/Config_Detector.md index 257a794..3855978 100644 --- a/Config_Detector.md +++ b/Config_Detector.md @@ -48,6 +48,40 @@ Definitions of the set of detector hardware available. The file contains a JSON Further configuration parameters are type-dependent. + + **devicePath**::
+ String value that defines the filesystem address of the device. May be used together with **subdevice** and **channel**
+ + **subdevice**::
+ Integer value that defines part of a device address. May be used together with **devicePath** and **channel**.
+ **Default**: 0 + + **channel**::
+* "Counter" type: Integer value that defines part of a device address. Used together with **devicePath** and **subdevice**.
+ **Default**: 0 +* "Epics" type: String value that defines the EPICS channel that the detector will source data from.
+ **Default**: empty string + + **clockSource**::
+ Integer value that defines the address of the clock used to define the counting time intervals.
+ **Default**: 0 + + **controller**::
+ String value that defines the controller that handles the detector.
+ + + **axis**::
+ Integer value that defines which axis the "Interferometer" type detector measures along.
+ **Default**: 0 + + **setTimeChannel**::
+ String value that defines ??? .
+ **Default**: ? + + **details**::
+ Integer value that defines if .
+ **Default**: ? + ****::
 Integer value that defines if .
 **Default**: ? @@ -60,3 +94,6 @@ Further configuration parameters are type-dependent.  Integer value that defines if .
 **Default**: ? + ****::
+ Integer value that defines if .
+ **Default**: ? \ No newline at end of file