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
LimaGroup
Lima-camera-eiger
Commits
b12c5ca2
Commit
b12c5ca2
authored
Jan 27, 2020
by
Alejandro Homs Puron
Committed by
operator for beamline
Jan 27, 2020
Browse files
Tango: correct typo in name
parent
870e9b8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tango/Eiger.py
View file @
b12c5ca2
...
...
@@ -235,17 +235,17 @@ class EigerClass(PyTango.DeviceClass):
#----------------------------------------------------------------------------
from
Lima
import
Eiger
as
EigerAcq
_EigerIterface
=
None
_EigerI
n
terface
=
None
_EigerCamera
=
None
def
get_control
(
detector_ip_address
=
"0"
,
api_generation
=
""
,
**
keys
)
:
global
_EigerIterface
global
_EigerI
n
terface
global
_EigerCamera
if
_EigerIterface
is
None
:
if
_EigerI
n
terface
is
None
:
args
=
[
getattr
(
EigerAcq
.
Camera
,
api_generation
)]
if
api_generation
else
[]
_EigerCamera
=
EigerAcq
.
Camera
(
detector_ip_address
,
*
args
)
_EigerIterface
=
EigerAcq
.
Interface
(
_EigerCamera
)
return
Core
.
CtControl
(
_EigerIterface
)
_EigerI
n
terface
=
EigerAcq
.
Interface
(
_EigerCamera
)
return
Core
.
CtControl
(
_EigerI
n
terface
)
def
get_tango_specific_class_n_device
()
:
return
EigerClass
,
Eiger
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