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

L2SS-769: Added comment describing extra parameter that disappears in use and inheritance

parent e05c7f89
No related branches found
No related tags found
1 merge request!317Resolve L2SS-769 "Implement digital beam"
......@@ -157,6 +157,8 @@ class beam_device(lofar_device):
# generic delay calculator to ask about validity of settings
self.generic_delay_calculator = delay_calculator([0, 0, 0])
# Derived classes will override this with a non-parameterised
# version that lofar_device will call.
@log_exceptions()
def configure_for_initialise(self, num_pointings):
super().configure_for_initialise()
......
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