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

fix setting multiple destinations

parent 5c06bbba
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ class Beamlet(OPCUADevice):
]
default_settings = [
("FPGA_beamlet_output_nof_destinations_RW", nof_destinations)
("FPGA_beamlet_output_nof_destinations_RW", [nof_destinations] * N_pn),
]
# Set MAC, IP, port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment