Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
ds
felmaster
Commits
2187c05e
Commit
2187c05e
authored
Oct 05, 2021
by
Claudio Scafuri
💬
Browse files
debug toolbox
parent
d564683b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/readdly.py
0 → 100755
View file @
2187c05e
#!/usr/bin/python3
# dumb script for logging opa/delya of fel01 and verfying compensation procedure
from
tango
import
*
opa
=
DeviceProxy
(
'srv-tango-srf-01:20000/sl/laser/opa_sl.01'
)
dly8
=
DeviceProxy
(
'srv-tango-srf-01:20000/sl/motor/trls_sl.08'
)
wv
=
opa
.
wavelength
wvsp
=
opa
.
read_attribute
(
'wavelength'
).
w_value
wp
=
opa
.
wavelengthSP
ps8
=
dly8
.
position
print
(
wv
,
wvsp
,
wp
,
ps8
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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