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

changed N_beamsets_ctrl to 1

parent de39232d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class Beamlet(opcua_device):
A_PN = 6
N_POL = 2
N_BEAMLETS_CTRL = 488
N_BEAMSETS_CTRL = 2
N_BEAMSETS_CTRL = SDP.N_beamsets_ctrl
N_POL_BF = 2
P_SUM = 2 # number of hops that the data of the stream has traveled to reach the BSN aligner on this node
......
......@@ -113,7 +113,7 @@ class SDP(opcua_device):
# TODO(needs to not be statically declared as this can change depending on the station and configuration)
S_pn = 12 # Number of ADC signal inputs per Processing Node (PN) FPGA.
N_pn = 16 # Number of FPGAs per antenna band that is controlled via the SC - SDP interface.
N_beamsets_ctrl = 2
N_beamsets_ctrl = 1
FPGA_firmware_version_R = attribute_wrapper(comms_annotation=["FPGA_firmware_version_R"], datatype=str, dims=(N_pn,))
FPGA_boot_image_R = attribute_wrapper(comms_annotation=["FPGA_boot_image_R"], datatype=numpy.int32, dims=(N_pn,), doc="Active FPGA image (0=factory, 1=user)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment