mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
minor
This commit is contained in:
@ -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.
|
||||||
|
@ -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 = {});
|
||||||
|
|
||||||
///@{
|
///@{
|
||||||
|
@ -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(
|
||||||
|
Reference in New Issue
Block a user