HeaderBlockParser#
- class pyedb.workflows.utilities.siwave_log_parser.HeaderBlockParser(lines: List[str])#
Bases:
BlockParserExtract AEDT version information from the log header.
Overview#
Parse the stored lines and return an AEDTVersion instance. |
Import detail#
from pyedb.workflows.utilities.siwave_log_parser import HeaderBlockParser
Method detail#
- HeaderBlockParser.parse() AEDTVersion#
Parse the stored lines and return an AEDTVersion instance.
- Returns:
Populated data object.
- Return type: