Update Config_Detector
@@ -94,15 +94,15 @@ Further configuration parameters are type-dependent.
|
||||
 **Default**: empty string
|
||||
|
||||
**setTimeChannel**::<BR>
|
||||
 String value that defines (for an "Epics" detector) the EPICS channel that should be given the dwell time for a measurement. This is commonly used for the exposure setting of an area detector.<BR>
|
||||
 String value that defines (for an "Epics" detector) the EPICS channel where _Pixelator_ provides the dwell time of the current scan point. This is commonly used for the exposure setting of an area detector. The value pushed to the EPICS channel is calculated by `T×**hardwareTimeFactor** - **hardwareTimeOffset**`, where `T` is the dwell time in ms used by Pixelator.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**channelStart**::<BR>
|
||||
 String value that defines ??? <BR>
|
||||
 String value that defines the EPICS channel where ??? <BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**channelCtr**::<BR>
|
||||
 String value that defines ??? <BR>
|
||||
 String value that defines the EPICS channel where _Pixelator_ provides the index of the current scan point (i.e. an integer value that starts at 0 and increases with each scan point). <BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**channelFilename**::<BR>
|
||||
@@ -110,16 +110,16 @@ Further configuration parameters are type-dependent.
|
||||
 **Default**: empty string
|
||||
|
||||
**channelFilepath**::<BR>
|
||||
 String value that defines the EPICS channel where _Pixelator_ provides the file path where the detector should record data during the scan. To be used together with **channelFilenam**.<BR>
|
||||
 String value that defines the EPICS channel where _Pixelator_ provides the file path where the detector should record data during the scan. To be used together with **channelFilename**.<BR>
|
||||
 **Default**: empty string
|
||||
|
||||
**hardwareTimeFactor**::<BR>
|
||||
 Double value that defines if . <BR>
|
||||
 **Default**: ?
|
||||
 Double value that defines the factor to convert the dwell time (ms) used by _Pixelator_ to the dwell time value to be provided to the **setTimeChannel** EPICS channel. <BR>
|
||||
 **Default**: 1.0
|
||||
|
||||
**hardwareTimeOffset**::<BR>
|
||||
 Double value that defines if . <BR>
|
||||
 **Default**: ?
|
||||
 Double value that defines the offset to convert the dwell time (ms) used by _Pixelator_ to the dwell time value to be provided to the **setTimeChannel** EPICS channel. <BR>
|
||||
 **Default**: 0.0
|
||||
|
||||
**getDataTimeout**::<BR>
|
||||
 Double value that defines the number of seconds to wait for data to be received before moving on to the next scan point. <BR>
|
||||
@@ -135,5 +135,4 @@ Further configuration parameters are type-dependent.
|
||||
|
||||
****::<BR>
|
||||
 Integer value that defines <BR>
|
||||
 **Default**: ?
|
||||
|
||||
 **Default**: ?
|
||||
Reference in New Issue
Block a user