Skip to content
Snippets Groups Projects
Commit 283c857e authored by Andreas Freise's avatar Andreas Freise
Browse files

alpha at BS must not be attrparam but just param.

parent 94f811e6
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ class beamSplitter(AbstractMirrorComponent):
self._requested_node_names.append(node3)
self._requested_node_names.append(node4)
self.__alpha = AttrParam("alpha", self, SIfloat(alpha))
self.__alpha = Param("alpha", self, SIfloat(alpha))
@property
def alpha(self): return self.__alpha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment