mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
M3: fixed gain bits with negative polarity
This commit is contained in:
@ -1992,7 +1992,7 @@ std::string CmdProxy::GainCaps(int action){
|
||||
if (!args.empty())
|
||||
WrongNumberOfParameters(0);
|
||||
|
||||
auto tmp = det->getChipStatusRegister();
|
||||
auto tmp = det->getGainCaps();
|
||||
sls::Result<defs::M3_GainCaps> csr;
|
||||
for (auto val : tmp){
|
||||
if (val)
|
||||
|
Reference in New Issue
Block a user