sbndprmdaq.digitizer package
Subpackages
Submodules
sbndprmdaq.digitizer.ats310 module
sbndprmdaq.digitizer.board_wrapper module
Contains a wrapper for the ATS digitizer class
- class sbndprmdaq.digitizer.board_wrapper.BoardWrapper(instance, logger, ExceptionType)
Bases:
objectThe BoardWrapper class. It has only the constructor, but it will automagically generate all other methods starting from the public methods of the provided class. extra arguments:
- __init__(instance, logger, ExceptionType)
Constructor. It implements public methods by wrapping that of ‘instance’ within the _wrap function.
- Parameters:
instance (object) – an instance of an arbitrary object to wrap public
methods –
ExceptionType (Exception) –
wrapper. (to catch in the) –