get_instrument_module_path

sofia_redux.scan.utilities.class_provider.get_instrument_module_path(instrument)[source]

Return the module path to custom SOFSCAN instrument

Parameters:
instrumentstr

The name of the instrument.

Returns:
module_pathstr

The dot-separated module path for subsequent import via importlib.import_module().