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
2ff29c4a
Commit
2ff29c4a
authored
May 20, 2022
by
Jerome Carnis
🦊
Browse files
deviceEigerP11.py: update docstrings
parent
0f0f1c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamzik3/devices/deviceEigerP11.py
View file @
2ff29c4a
...
...
@@ -48,7 +48,7 @@ class InterfaceStatus(IntEnum):
class
TriggerMode
(
IntEnum
):
"""The trigger modes can be found in Eiger documentation."""
"""The trigger modes can be found in Eiger
2
documentation
(v1.5.0)
."""
EXTE
=
0
EXTS
=
1
...
...
@@ -329,6 +329,10 @@ class EigerSwTrigger(EigerTrigger):
"""
Use this class as the Device in the macro templates if you want to do a scan, with
the EigerSwScanner as the Scanner.
This class expects that the trigger mode is set as INTS (see the method
EigerSwScanner._init_new_scan). In that mode, the detector records nimages frames
per trigger and stays armed until ntrigger are received.
"""
def
_acquisition_thread
(
self
)
->
None
:
...
...
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