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

Provide a default of 0 for the signal input samples delay, as part of...

Provide a default of 0 for the signal input samples delay, as part of initialising to a well-defined state.
parent da38e34c
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,12 @@ class SDP(opcua_device): ...@@ -78,6 +78,12 @@ class SDP(opcua_device):
default_value=[0] * 16 default_value=[0] * 16
) )
FPGA_signal_input_samples_delay_RW_default = device_property(
dtype='DevVarULongArray',
mandatory=False,
default_value=[[0] * 12] * 16
)
FPGA_subband_weights_RW_default = device_property( FPGA_subband_weights_RW_default = device_property(
dtype='DevVarULongArray', dtype='DevVarULongArray',
mandatory=False, mandatory=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment