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
cfel-sc-public
Kamzik3
Commits
58089e5e
Commit
58089e5e
authored
May 19, 2022
by
Jerome Carnis
🦊
Browse files
deviceEigerP11.py: rename classes
parent
1f8d25c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamzik3/devices/deviceEigerP11.py
View file @
58089e5e
...
...
@@ -318,7 +318,7 @@ class EigerTrigger(Device):
class
EigerSwTrigger
(
EigerTrigger
):
"""
Use this class as the Device in the macro templates if you want to do a scan, with
the EigerScanner as the Scanner.
the EigerS
wS
canner as the Scanner.
"""
def
_acquisition_thread
(
self
)
->
None
:
...
...
@@ -335,7 +335,7 @@ class EigerSwTrigger(EigerTrigger):
self
.
set_status
(
STATUS_IDLE
)
class
EigerScanner
(
DeviceScanner
):
class
EigerS
wS
canner
(
DeviceScanner
):
def
__init__
(
self
,
detector
:
DeviceTangoEigerDetector
,
...
...
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