Skip to content
Snippets Groups Projects
Commit 3864a1d2 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SDP-102: Remove deprecated FPGA_beamlet_output_nof_beamlets

parent 41fb9e5b
No related branches found
No related tags found
1 merge request!876L2SDP-102: Remove deprecated FPGA_beamlet_output_nof_beamlets
......@@ -166,6 +166,9 @@ Next change the version in the following places:
# Release Notes
* 0.30.1 Remove deprecated FPGA_beamlet_output_nof_beamlets
Fix prometheus metric for counting calibrations
Removed ALARM and DISABLED states
* 0.30.0 Refactor station state transitions using the State pattern
* 0.29.2 Bump MinIO versions
* 0.29.1-3 Fix central logs service consul name
......
0.30.0
0.30.1
......@@ -289,17 +289,6 @@ class Beamlet(OPCUADevice):
access=AttrWriteType.READ_WRITE,
)
FPGA_beamlet_output_nof_beamlets_R = AttributeWrapper(
comms_annotation=["FPGA_beamlet_output_nof_beamlets_R"],
datatype=numpy.uint32,
dims=(N_pn,),
)
FPGA_beamlet_output_nof_beamlets_RW = AttributeWrapper(
comms_annotation=["FPGA_beamlet_output_nof_beamlets_RW"],
datatype=numpy.uint32,
dims=(N_pn,),
min_value=1,
)
FPGA_beamlet_output_scale_R = AttributeWrapper(
comms_annotation=["FPGA_beamlet_output_scale_R"],
datatype=numpy.double,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment