Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
4e158089
Commit
4e158089
authored
Mar 02, 2014
by
Andreas Freise
Browse files
fixing problems with readin bs2 command.
parent
56045da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/components.py
View file @
4e158089
...
...
@@ -346,7 +346,9 @@ class beamSplitter(AbstractMirrorComponent):
self
.
_requested_node_names
.
append
(
node2
)
self
.
_requested_node_names
.
append
(
node3
)
self
.
_requested_node_names
.
append
(
node4
)
print
" phi : {0}"
.
format
(
phi
)
print
" alpha : {0}"
.
format
(
alpha
)
self
.
__alpha
=
Param
(
"alpha"
,
self
,
SIfloat
(
alpha
))
@
property
...
...
@@ -383,7 +385,7 @@ class beamSplitter(AbstractMirrorComponent):
else
:
values
.
pop
(
0
)
# remove initial value
return
beamSplitter
(
values
[
0
],
values
[
5
],
values
[
6
],
values
[
7
],
values
[
8
],
values
[
1
],
None
,
values
[
3
],
values
[
7
],
values
[
8
],
values
[
1
],
None
,
values
[
2
],
values
[
3
],
values
[
4
])
def
getFinesseText
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment