Skip to content
Snippets Groups Projects
Select Git revision
  • 57012ecdb305931192e5f6c05420dbcd9f9b52b9
  • main default protected
  • GBE
  • dev
  • dev_rcm
  • dev_sync_lbp
  • 3.2
  • 3.1
  • 3.0
  • 2.5
  • 2.4
  • 2.3
  • 2.2.1
  • 2.2
  • 2.1
  • 2.0
  • 1.0
17 results

__init__.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    __init__.py 540 B
    """
    FofbTool is a module to operate and configure the Fast Orbit Feedback (FOFB) platform at SOLEIL.
    
    This package is cut in several modules:
        * FofbTool.Utils
            Contains usefull functions, or first level function that make use of the core functions.
    
        * FofbTool.Operation
            Contains core functions to make actions on the (FOFB) platform.
    
        * FofbTool.Configuration
            Contains core functions to apply configurations on the FOFB platform
    
    For basic usage, see doc of FofbTool.Utils
    
    """
    __version__ = "3.5.1-dev"