Private
Public Access
Update Config_Topup
+20
-16
@@ -1,16 +1,20 @@
|
||||
# Topup
|
||||
This file contains the topup settings.
|
||||
|
||||
See source:trunk/PixelatorController/config/topup.json for an example.
|
||||
|
||||
**active**::<BR>
|
||||
 Integer value 1 activates topup handling. <BR>
|
||||
 **Default**: 0
|
||||
|
||||
**channel**::<BR>
|
||||
 String value defines the EPICS address of the topup channel. <BR>
|
||||
 Mandatory for topup handling.
|
||||
|
||||
**wait_time**::<BR>
|
||||
 Float value defines the delay (in seconds) between when the topup signal stops and when stxm measurements resume.<BR>
|
||||
 **Default**: 0
|
||||
# Topup
|
||||
This file contains the topup settings.
|
||||
|
||||
See source:trunk/PixelatorController/config/topup.json for an example.
|
||||
|
||||
**active**::<BR>
|
||||
 Integer value 1 activates topup handling. <BR>
|
||||
 **Default**: 0
|
||||
|
||||
**channel**::<BR>
|
||||
 String value defines the EPICS address of the topup channel. <BR>
|
||||
 Mandatory for topup handling.
|
||||
|
||||
**wait_time**::<BR>
|
||||
 Float value defines the delay (in seconds) between when the topup signal stops and when stxm measurements resume.<BR>
|
||||
 **Default**: 0
|
||||
|
||||
**default_mode**::<BR>
|
||||
 String value defines the topup mode that will be set when PixelatorController is started. Should be an exact match for one of the valid topup mode strings: \["Off", "On", "No Repeat"\]. The validity of the value is not checked, so other values will give unpredictable results.<BR>
|
||||
 **Default**: "Off"
|
||||
Reference in New Issue
Block a user