rminstr_specs.utilities.importer¶
Importer utilities for calorimeter-python.
Functions¶
|
Import an instrument model/functionality by string. |
Module Contents¶
- rminstr_specs.utilities.importer.import_specs(model_name: str, functionality: str) type¶
Import an instrument model/functionality by string.
- Parameters:
- model_namestr
Name of of instrument model to import the spec sheet of.
- functionalitystr
Name of measurement functionality to import, this is the spec sheet so DatasheetDCV for example.
- Returns:
- Specification
Specification class.