dacs should work now even in tests

This commit is contained in:
2026-03-24 15:10:14 +01:00
parent 30c1ee17bc
commit 3c723990f1
2 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (C) 2021 Contributors to the SLS Detector Package
from .detector import Detector, freeze
from .utils import element_if_equal
from .dacs import DetectorDacs, NamedDacs
from .dacs import NamedDacs
from .powers import DetectorPowers
from .proxy import SlowAdcProxy
from . import _slsdet