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

Merge branch 'remove-FPGA_beamlet_output_nof_beamlets' into 'master'

L2SDP-102: Remove deprecated FPGA_beamlet_output_nof_beamlets

See merge request !876
parents 69d4b7a8 3864a1d2
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: ...@@ -166,6 +166,9 @@ Next change the version in the following places:
# Release Notes # 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.30.0 Refactor station state transitions using the State pattern
* 0.29.2 Bump MinIO versions * 0.29.2 Bump MinIO versions
* 0.29.1-3 Fix central logs service consul name * 0.29.1-3 Fix central logs service consul name
......
0.30.0 0.30.1
...@@ -289,17 +289,6 @@ class Beamlet(OPCUADevice): ...@@ -289,17 +289,6 @@ class Beamlet(OPCUADevice):
access=AttrWriteType.READ_WRITE, 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( FPGA_beamlet_output_scale_R = AttributeWrapper(
comms_annotation=["FPGA_beamlet_output_scale_R"], comms_annotation=["FPGA_beamlet_output_scale_R"],
datatype=numpy.double, datatype=numpy.double,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment