L2SS-879: add fpga_bf_rx points to beamlet
Compare changes
@@ -37,6 +37,7 @@ class Beamlet(opcua_device):
@@ -37,6 +37,7 @@ class Beamlet(opcua_device):
@@ -154,6 +155,19 @@ class Beamlet(opcua_device):
@@ -154,6 +155,19 @@ class Beamlet(opcua_device):
FPGA_bf_weights_yy_R = attribute_wrapper(comms_annotation=["FPGA_bf_weights_yy_R"], datatype=numpy.uint32, dims=(N_PN, A_PN, N_BEAMLETS_CTRL))
FPGA_bf_weights_yy_RW = attribute_wrapper(comms_annotation=["FPGA_bf_weights_yy_RW"], datatype=numpy.uint32, dims=(N_PN, A_PN, N_BEAMLETS_CTRL), access=AttrWriteType.READ_WRITE)
subband_select_RW = attribute(dtype=(numpy.uint32,), max_dim_x=N_BEAMLETS_CTRL, access=AttrWriteType.READ_WRITE, fisallowed="is_attribute_access_allowed")