diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py b/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py index 8f7618b00920635a29de2c806784d5559730ee53..52ae56d161a1f81ca67b93be60f29529ff377334 100644 --- a/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py +++ b/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py @@ -43,6 +43,21 @@ class Beamlet(opcua_device): # Device Properties # ----------------- + FPGA_beamlet_output_hdr_eth_source_mac_RW_default = device_property( + dtype='DevVarStringArray', + mandatory=True + ) + + FPGA_beamlet_output_hdr_ip_source_address_RW_default = device_property( + dtype='DevVarStringArray', + mandatory=True + ) + + FPGA_beamlet_output_hdr_udp_source_port_RW_default = device_property( + dtype='DevVarUShortArray', + mandatory=True + ) + FPGA_beamlet_output_hdr_eth_destination_mac_RW_default = device_property( dtype='DevVarStringArray', mandatory=True