From 43999f8ec5dbe690598b2474ba7075bd9e0fc0a3 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Thu, 13 Oct 2022 15:05:19 +0200 Subject: [PATCH] L2SS-1008: add beamlet source default properties --- .../tangostationcontrol/devices/sdp/beamlet.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py b/tangostationcontrol/tangostationcontrol/devices/sdp/beamlet.py index 8f7618b00..52ae56d16 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 -- GitLab