Skip to content
Snippets Groups Projects
Commit cb348035 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-877: Siwtch type hint to numpy.ndarray

parent 71705cf4
No related branches found
No related tags found
1 merge request!411Resolve L2SS-877 "Read modify write digitalbeam"
...@@ -106,7 +106,7 @@ class lofar_device(Device, metaclass=DeviceMeta): ...@@ -106,7 +106,7 @@ class lofar_device(Device, metaclass=DeviceMeta):
# TODO(Corne): Actually implement locking in L2SS-940 # TODO(Corne): Actually implement locking in L2SS-940
def atomic_read_modify_write_attribute( def atomic_read_modify_write_attribute(
self, values: List[any], proxy: DeviceProxy, attribute: str, sparse=None self, values: numpy.ndarray, proxy: DeviceProxy, attribute: str, sparse=None
): ):
"""Atomatically read-modify-write the attribute on the given proxy""" """Atomatically read-modify-write the attribute on the given proxy"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment