table_manager#
Bases:
TUIMenuEnters the table file manager menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
delete(service, version, mode, path)Deletes a table from local storage.
list_matrix_data(service, version, mode, path)Lists the data of a “matrix” type locally-stored table.
list_properties(service, version, mode, path)Lists the properties of a locally-stored table.
list_tables(service, version, mode, path)Lists all locally-stored tables.
read_matrix_data_file(service, version, ...)Imports a “matrix” type table from a file into local storage.
read_rgp_file(service, version, mode, path)Imports a set of Real Gas Property (RGP) tables from a file into local storage.
rename(service, version, mode, path)Renames a locally-stored table.
store_in_case_file(service, version, mode, path)Sets the persistence mode for RGP tables (embedded in case file or rely on external file).
__init__ method of TUIMenu class.
Bases:
TUIMethodDeletes a table from local storage.
Bases:
TUIMethodLists the data of a “matrix” type locally-stored table.
Bases:
TUIMethodLists the properties of a locally-stored table.
Bases:
TUIMethodLists all locally-stored tables.
Bases:
TUIMethodImports a “matrix” type table from a file into local storage.
Bases:
TUIMethodImports a set of Real Gas Property (RGP) tables from a file into local storage.
Bases:
TUIMethodRenames a locally-stored table.
Bases:
TUIMethodSets the persistence mode for RGP tables (embedded in case file or rely on external file).