moench: allow power chip

This commit is contained in:
2020-03-04 10:41:10 +01:00
parent 1b996d1703
commit 7859cf78e9
5 changed files with 5 additions and 5 deletions

View File

@ -238,10 +238,10 @@ class Detector {
Result<int> getHighVoltage(Positions pos = {}) const;
/** [Jungfrau][Mythen3][Gotthard2] */
/** [Jungfrau][Mythen3][Gotthard2][Moench] */
Result<bool> getPowerChip(Positions pos = {}) const;
/** [Jungfrau][Mythen3][Gotthard2] */
/** [Jungfrau][Mythen3][Gotthard2][Moench] */
void setPowerChip(bool on, Positions pos = {});
/**