Skip to content
Snippets Groups Projects
Commit 2531780c authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-480: remove tango dformat=image because it is not supported

parent cbb2a2ff
Branches
Tags
1 merge request!220Resolve L2SS-480 "Delays to beam weights"
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
import numpy import numpy
import datetime import datetime
from tango.server import attribute, command, device_property from tango.server import attribute, command, device_property
from tango import AttrWriteType, AttrDataFormat, DebugIt, DevState, DeviceProxy, DevVarStringArray, DevVarFloatArray, DevVarLong64Array, DevVarDoubleArray from tango import AttrWriteType, DebugIt, DevState, DeviceProxy, DevVarStringArray, DevVarFloatArray, DevVarLong64Array, DevVarDoubleArray
# Additional import # Additional import
from tangostationcontrol.common.entrypoint import entry from tangostationcontrol.common.entrypoint import entry
...@@ -170,7 +170,7 @@ class Beam(lofar_device): ...@@ -170,7 +170,7 @@ class Beam(lofar_device):
logger.warning("Restarting device to activate new measures tables") logger.warning("Restarting device to activate new measures tables")
restart_python() restart_python()
@command(dtype_in=DevVarStringArray, dformat_in=AttrDataFormat.IMAGE, dtype_out=DevVarDoubleArray) @command(dtype_in=DevVarStringArray, dtype_out=DevVarDoubleArray)
@DebugIt() @DebugIt()
@log_exceptions() @log_exceptions()
@only_in_states([DevState.ON]) @only_in_states([DevState.ON])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment