DAQ: devices - added zoom get and set methods

This commit is contained in:
2026-01-16 09:44:36 +01:00
parent 39fd1b049a
commit 5781184c28
+1 -4
View File
@@ -3,13 +3,10 @@ import sys
import threading
from enum import Enum
from enum_pv import EnumPv
import automation1 as a1
from aare.common.beamline import MXBeamline, mx_beamline
from epics import PV, Motor
from my_motor import MyMotor
from aare.devices.my_motor import MyMotor
class AerotechController: