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

L2SS-965 added property RCU_attenuator_dB_RW_default

parent f6a60e22
No related branches found
No related tags found
1 merge request!432Resolve L2SS-965 "Add rcu attenuator db rw default property"
...@@ -63,6 +63,12 @@ class RECV(opcua_device): ...@@ -63,6 +63,12 @@ class RECV(opcua_device):
default_value=[True] * 32 default_value=[True] * 32
) )
RCU_attenuator_dB_RW_default = device_property(
dtype='DevFloat',
mandatory=False,
default_value=[0.0] * 96
)
RCU_band_select_RW_default = device_property( RCU_band_select_RW_default = device_property(
dtype='DevVarLong64Array', dtype='DevVarLong64Array',
mandatory=False, mandatory=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment