Skip to content
Snippets Groups Projects
Commit 6aacc999 authored by Pieter Donker's avatar Pieter Donker
Browse files

added calibrating_paf and uploading_weights command to correlator_control

parent 8c9778dd
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ class parameterset(PyParameterSet): ...@@ -156,6 +156,7 @@ class parameterset(PyParameterSet):
self.replace (str(k), str(v)) # k, v always type string self.replace (str(k), str(v)) # k, v always type string
def get(self, key): def get(self, key):
# type: (object) -> object
"""Get the parametervalue object of a parameter.""" """Get the parametervalue object of a parameter."""
return parametervalue (self._get(key), _copyObj=True) return parametervalue (self._get(key), _copyObj=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