Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-diaphragm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
iris-diaphragm
Commits
d6314be9
Commit
d6314be9
authored
3 years ago
by
Milan Prica
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.elettra.eu:cs/ds/iris-diaphragm
parents
885e9dd7
3229aaf2
Branches
master
Tags
1.0.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/iris_diaphragm.py
+1
-1
1 addition, 1 deletion
src/iris_diaphragm.py
with
1 addition
and
1 deletion
src/iris_diaphragm.py
+
1
−
1
View file @
d6314be9
...
...
@@ -149,7 +149,7 @@ class IrisDiaphragm (PyTango.Device_4Impl):
self
.
write_position
(
new_aperture
)
def
is_Aperture_allowed
(
self
,
req_type
):
return
self
.
get_state
()
in
(
PyTango
.
DevState
.
ON
,)
return
req_type
is
PyTango
.
AttReqType
.
READ_REQ
or
self
.
get_state
()
in
(
PyTango
.
DevState
.
ON
,)
def
read_StepSize
(
self
,
attr
):
# self.debug_stream("In read_StepSize()")
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment