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