AdaptiveBlockParser#
- class pyedb.workflows.utilities.hfss_log_parser.AdaptiveBlockParser(lines: List[str])#
Bases:
BlockParserBuild a list of
AdaptivePassobjects from the adaptive section.
Overview#
Parse every adaptive pass and determine which one triggered convergence. |
Import detail#
from pyedb.workflows.utilities.hfss_log_parser import AdaptiveBlockParser
Method detail#
- AdaptiveBlockParser.parse() List[AdaptivePass]#
Parse every adaptive pass and determine which one triggered convergence.
- Returns:
Ordered list of passes (pass_nr always increases).
- Return type: