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

L2SS-965 apply property during init

parent db0d7f12
No related branches found
No related tags found
1 merge request!432Resolve L2SS-965 "Add rcu attenuator db rw default property"
......@@ -265,6 +265,11 @@ 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