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
Bliss
bliss
Commits
4d89a12e
Commit
4d89a12e
authored
Jul 01, 2021
by
Stuart Fisher
Browse files
make sure to update the channel value as well
parent
686b0d77
Pipeline
#49693
passed with stages
in 167 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/controllers/tango_shutter.py
View file @
4d89a12e
...
...
@@ -366,6 +366,7 @@ class TangoShutter(BaseShutter):
while
self
.
state
!=
state
:
sleep
(
1
)
self
.
_state_changed
(
self
.
state
)
self
.
_state_channel
.
value
=
self
.
state
def
_wait_mode
(
self
,
mode
,
timeout
=
3
):
"""
...
...
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