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
python-handel
Commits
cf3f10b7
Commit
cf3f10b7
authored
Aug 08, 2017
by
Vincent Michel
Browse files
Add missing function to __all__
parent
cadee5c0
Pipeline
#807
passed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
handel/interface.py
View file @
cf3f10b7
...
...
@@ -9,11 +9,15 @@ from ._cffi import handel, ffi
__all__
=
[
'init'
,
'init_handel'
,
'exit'
,
'new_detector'
,
'get_num_detectors'
,
'get_detectors'
,
'get_detector_from_channel'
,
'start_run'
,
'stop_run'
,
'get_run_data_length'
,
'get_run_data'
,
'get_buffer_length'
,
'get_buffer_full'
,
'get_buffer'
,
'buffer_done'
,
'load_system'
,
'save_system'
,
'start_system'
,
'enable_log_output'
,
'disable_log_output'
,
'set_log_output'
,
'set_log_level'
,
'close_log'
,
'get_num_modules'
,
'get_modules'
,
'get_module_from_channel'
,
'set_acquisition_value'
,
'get_acquisition_value'
,
'remove_acquisition_value'
,
'apply_acquisition_value'
,
'get_handel_version'
]
MAX_STRING_LENGTH
=
80
...
...
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