The hfss_log_parser.py module#
Summary#
Basic meta-data extracted from the header of an HFSS batch log. |
|
Statistics reported during the initial tetrahedral meshing phase. |
|
Single adaptive solution pass with convergence metrics. |
|
Frequency-sweep summary block. |
|
Base class for a single block parser. |
|
Extract project meta-data from the log header. |
|
Extract initial mesh statistics from the log. |
|
Build a list of AdaptivePass objects from the adaptive section. |
|
Extract frequency-sweep summary from the log. |
|
High-level parser that orchestrates all block parsers. |
|
Root container returned by HFSSLogParser.parse(). |
Description#
HFSS log file parser for extracting simulation results and metrics.