Skip to content
Snippets Groups Projects
Commit 43999f8e authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-1008: add beamlet source default properties

parent bebd7003
No related branches found
No related tags found
1 merge request!460Resolve L2SS-1008 "Beamlet source addresses"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment