mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
minor
This commit is contained in:
@ -483,8 +483,9 @@ class Detector {
|
||||
/** [Gotthard2][Jungfrau] */
|
||||
Result<int> getFilterResistor(Positions pos = {}) const;
|
||||
|
||||
/** [Gotthard2] Options: 0-3. Default: 0
|
||||
* [Jungfrau] 0-1. Default: 1 */
|
||||
/** [Gotthard2][Jungfrau] Set filter resistor. Increasing values for
|
||||
* increasing resistance.\n[Gotthard2] Options: [0|1|2|3]. Default is
|
||||
* 0.\n[Jungfrau] Options: [0|1]. Default is 1.*/
|
||||
void setFilterResistor(int value, Positions pos = {});
|
||||
|
||||
///@{
|
||||
|
@ -1350,8 +1350,9 @@ class CmdProxy {
|
||||
|
||||
INTEGER_COMMAND_VEC_ID(
|
||||
filterresistor, getFilterResistor, setFilterResistor, StringTo<int>,
|
||||
"[0|1|2|3] [Gotthard2] Set filter resistor. Default is 0.\n[0|1] "
|
||||
"[Jungfrau] Set filter resistor. Default is 1.");
|
||||
"[value] [Gotthard2][Jungfrau] Set filter resistor. Increasing values "
|
||||
"for increasing resistance.\n\t[Gotthard2] Options: [0|1|2|3]. Default "
|
||||
"is 0.\n\t[Jungfrau] Options: [0|1]. Default is 1.");
|
||||
|
||||
/** temperature */
|
||||
GET_COMMAND_NOID(
|
||||
|
Reference in New Issue
Block a user