Toggle Light / Dark / Auto color theme Toggle table of contents sidebar metest.logmetric module¶ Master module for metest.logmetric class metest.logmetric.logmetric(args: argparse.Namespace)[source]¶ Bases: object read_harmonie_logs(args: argparse.Namespace) → None[source]¶ Read log files from Harmonie argsargparse.NamespaceClass of arguments to module Three main log files exist with different prefix. These are read from the file input and different functions are called accordingly write_results(dataframes: list, args: argparse.Namespace) → None[source]¶ Write the results to database dataframeslistList of pandas dataframes to write. Each dataframe is written to individual tables. A dataframe holding CYCLE must always be first.