This commit is contained in:
2021-08-05 17:29:43 +02:00
parent 86126c7e27
commit 074178848e
3 changed files with 9 additions and 5 deletions

View File

@ -2239,7 +2239,9 @@ class Detector(CppDetectorApi):
@property @property
@element @element
def filterresistor(self): def filterresistor(self):
"""[Gotthard2][Jungfrau] Set filter resistor. """
[Gotthard2][Jungfrau] Set filter resistor. Increasing values for increasing "
"resistance.
Note Note
---- ----
[Gotthard2] Default is 0. Options: 0-3. [Gotthard2] Default is 0. Options: 0-3.

View File

@ -483,8 +483,9 @@ class Detector {
/** [Gotthard2][Jungfrau] */ /** [Gotthard2][Jungfrau] */
Result<int> getFilterResistor(Positions pos = {}) const; Result<int> getFilterResistor(Positions pos = {}) const;
/** [Gotthard2] Options: 0-3. Default: 0 /** [Gotthard2][Jungfrau] Set filter resistor. Increasing values for
* [Jungfrau] 0-1. Default: 1 */ * 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 = {}); void setFilterResistor(int value, Positions pos = {});
///@{ ///@{

View File

@ -1350,8 +1350,9 @@ class CmdProxy {
INTEGER_COMMAND_VEC_ID( INTEGER_COMMAND_VEC_ID(
filterresistor, getFilterResistor, setFilterResistor, StringTo<int>, filterresistor, getFilterResistor, setFilterResistor, StringTo<int>,
"[0|1|2|3] [Gotthard2] Set filter resistor. Default is 0.\n[0|1] " "[value] [Gotthard2][Jungfrau] Set filter resistor. Increasing values "
"[Jungfrau] Set filter resistor. Default is 1."); "for increasing resistance.\n\t[Gotthard2] Options: [0|1|2|3]. Default "
"is 0.\n\t[Jungfrau] Options: [0|1]. Default is 1.");
/** temperature */ /** temperature */
GET_COMMAND_NOID( GET_COMMAND_NOID(