mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-08 13:08:43 +01:00
Voltage and slow adc naming (#772)
* voltages in python * added voltage values in cmd line, added voltagelist in detector class * voltage values in python * slow adc list
This commit is contained in:
@@ -345,10 +345,10 @@ class DetectorImpl : public virtual slsDetectorDefs {
|
||||
void setCtbVoltageNames(const std::vector<std::string> &names);
|
||||
void setCtbVoltageName(const defs::dacIndex index, const std::string &name);
|
||||
|
||||
std::vector<std::string> getCtbSlowAdcNames() const;
|
||||
std::string getCtbSlowAdcName(const defs::dacIndex i) const;
|
||||
void setCtbSlowAdcNames(const std::vector<std::string> &names);
|
||||
void setCtbSlowAdcName(const defs::dacIndex index, const std::string &name);
|
||||
std::vector<std::string> getCtbSlowADCNames() const;
|
||||
std::string getCtbSlowADCName(const defs::dacIndex i) const;
|
||||
void setCtbSlowADCNames(const std::vector<std::string> &names);
|
||||
void setCtbSlowADCName(const defs::dacIndex index, const std::string &name);
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user