allowing pyctbgui to work for xilinx ctb (#1079)

* allowing pyctbgui to work for xilinx ctb

* slowadc and adc enable (only 10g) allowed for xilinx ctb
This commit is contained in:
2025-01-31 12:24:05 +01:00
committed by GitHub
parent e6e260d8ca
commit 0e45ae189d
10 changed files with 166 additions and 84 deletions

View File

@ -1056,7 +1056,7 @@ int getPower(enum DACINDEX ind) {
// dac powered off
if (dacValues[ind] == LTC2620_D_GetPowerDownValue()) {
LOG(logWARNING, ("Power V%s powered down\n", powerNames[pwrIndex]));
LOG(logWARNING, ("Power V%s is powered down\n", powerNames[pwrIndex]));
return LTC2620_D_GetPowerDownValue();
}