table_manager#
Bases:
TUIMenu
Enters the table file manager menu.
Methods:
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).
Deletes a table from local storage.
Lists the data of a “matrix” type locally-stored table.
Lists the properties of a locally-stored table.
Lists all locally-stored tables.
Imports a “matrix” type table from a file into local storage.
Imports a set of Real Gas Property (RGP) tables from a file into local storage.
Renames a locally-stored table.
Sets the persistence mode for RGP tables (embedded in case file or rely on external file).