lime_tbx.application.coefficients.access_data module
This module contains the functionality that manages the coefficient files in the local system. Get all the available ones, get the currently selected one or set a different one as the selected one.
- lime_tbx.application.coefficients.access_data.get_all_coefficients() List[LimeCoefficients] [source]
Obtain all available LimeCoefficients
- Returns:
coeffs – All available LimeCoefficients
- Return type:
list of LimeCoefficients
- lime_tbx.application.coefficients.access_data.get_coefficients_filenames() List[str] [source]
Obtain the basenames of LIME TBX’s existing coefficient files.
- Returns:
filenames – Filenames (basenames) of LIME TBX’s existing coefficient files.
- Return type:
list of str