Skip to content
Snippets Groups Projects
Commit 5df3d70e authored by sveseli's avatar sveseli
Browse files

added api/impl classes for BSS integration

parent e1a80b95
No related branches found
No related tags found
No related merge requests found
Release 1.1 ()
=============================
- Added the following functionality for managing DAQs:
- Max. run time specification causes DAQ to be stopped automatically
- Target directory specification causes files to be uploaded into
a specific directory relative to experiment root path
- Upload data/target directory on exit specify upload of the given
directory automatically after DAQ completes
- Added the following functionality for managing uploads:
- Target directory specification causes files to be uploaded into
a specific directory relative to experiment root path
- Introduced sphinx as python API documentation framework
Release 1.0 (01/31/2017)
=============================
......
build
.. automodule:: dm.aps_bss.api
.. currentmodule:: dm.aps_bss.api
ApsBssApi
---------
.. autoclass:: dm.aps_bss.api.apsBssApi.ApsBssApi()
:show-inheritance:
:members: __init__, listRuns, getCurrentRun, listBeamlineProposals, getBeamlineProposal
......@@ -13,6 +13,7 @@ The `dm` package contains python APIs for accessing Data Management services.
:caption: Contents:
dm.daq_web_service.api
dm.aps_bss.api
Indices and tables
==================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment