diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py b/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py index 9b7899827f764f7b1abf983cb533541f7dbec146..f9148336ce33a77c194aaf1f1d17fd58039c3ec8 100644 --- a/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py +++ b/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py @@ -8,16 +8,16 @@ """ # PyTango imports -from tango.server import device_property -from tango import AttrWriteType +#from tango.server import device_property +#from tango import AttrWriteType # Additional import from tangostationcontrol.common.entrypoint import entry -from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper +#from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper from tangostationcontrol.devices.opcua_device import opcua_device -from tangostationcontrol.devices.sdp.sdp import SDP +#from tangostationcontrol.devices.sdp.sdp import SDP -import numpy +#import numpy __all__ = ["DigitalBeam", "main"]