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

lime_tbx.application.coefficients.access_data.get_previously_selected_version() str[source]

Get the version name of the previously selected version.

Returns:

version_name – Name of the previously selected version

Return type:

str

lime_tbx.application.coefficients.access_data.set_previously_selected_version(name: str)[source]

Set the name of the previously/current selected version.

Parameters:

version_name (str) – Name of the previously selected version