This commit is contained in:
2026-03-18 16:07:21 +01:00
parent 567dc8af71
commit 8afeb92a32
6 changed files with 138 additions and 70 deletions
+8 -3
View File
@@ -177,9 +177,14 @@ class Module : public virtual slsDetectorDefs {
void setDAC(int val, dacIndex index, bool mV);
bool getPowerChip() const;
void setPowerChip(bool on);
bool isPowerEnabled(defs::dacIndex index) const;
void setPowerEnabled(const std::vector<defs::dacIndex> &indices,
bool value);
int getPowerDAC(defs::powerIndex index) const;
void setPowerDAC(defs::powerIndex index, int value);
bool isPowerEnabled(defs::powerIndex index) const;
void setPowerEnabled(const std::vector<defs::powerIndex> &indices,
bool enable);
int getPowerADC(defs::powerIndex index) const;
int getVoltageLimit() const;
void setVoltageLimit(const int limit_in_mV);
int getImageTestMode() const;
void setImageTestMode(const int value);
/* temperature in millidegrees */