Skip to content
Snippets Groups Projects
Commit 9d6fcba3 authored by Taya Snijder's avatar Taya Snijder
Browse files

L2SS-965 fixed type and removed configure for initialise

parent a194116e
No related branches found
No related tags found
1 merge request!432Resolve L2SS-965 "Add rcu attenuator db rw default property"
......@@ -64,9 +64,9 @@ class RECV(opcua_device):
)
RCU_attenuator_dB_RW_default = device_property(
dtype='DevFloat',
dtype='DevVarLong64Array',
mandatory=False,
default_value=[0.0] * 96
default_value=[0] * 96
)
RCU_band_select_RW_default = device_property(
......@@ -265,11 +265,6 @@ class RECV(opcua_device):
# Restore the mask
self.RCU_mask_RW = RCU_mask
def configure_for_initialise(self):
super().configure_for_initialise()
# apply the RCU_attenuator_dB config
self.RCU_attenuator_dB_RW = self.RCU_band_select_RW_default
# --------
# internal functions
# --------
......
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