This commit is contained in:
2021-08-05 13:39:55 +02:00
parent c5d6dd0dd4
commit dd12c7c2f5
3 changed files with 16 additions and 11 deletions

View File

@ -477,6 +477,14 @@ class Detector {
* [Mythen3] If exposure time is too short, acquisition will return with an
* ERROR and take fewer frames than expected */
void setParallelMode(bool value, Positions pos = {});
/** [Gotthard2][Jungfrau] */
Result<int> getFilterResistor(Positions pos = {}) const;
/** [Gotthard2] Options: 0-3. Default: 0
* [Jungfrau] 0-1. Default: 1 */
void setFilterResistor(int value, Positions pos = {});
///@{
/** @name Acquisition */
@ -1282,12 +1290,6 @@ class Detector {
/** default disabled */
void setCDSGain(bool value, Positions pos = {});
/** [Gotthard2] */
Result<int> getFilter(Positions pos = {}) const;
/** [Gotthard2] Set filter resister. Options: 0-3. Default: 0 */
void setFilter(int value, Positions pos = {});
/** [Gotthard2] */
Result<bool> getCurrentSource(Positions pos = {}) const;