solver.tui.file.table_manager#

class main_menu.file.table_manager(path, service)#

Enters the table file manager menu.

delete(*args, **kwargs)#

Deletes a table from local storage.

list_matrix_data(*args, **kwargs)#

Lists the data of a “matrix” type locally-stored table.

list_properties(*args, **kwargs)#

Lists the properties of a locally-stored table.

list_tables(*args, **kwargs)#

Lists all locally-stored tables.

read_matrix_data_file(*args, **kwargs)#

Imports a “matrix” type table from a file into local storage.

read_rgp_file(*args, **kwargs)#

Imports a set of Real Gas Property (RGP) tables from a file into local storage.

rename(*args, **kwargs)#

Renames a locally-stored table.

store_in_case_file(*args, **kwargs)#

Sets the persistence mode for RGP tables (embedded in case file or rely on external file).