HeaderBlockParser#

class pyedb.workflows.utilities.siwave_log_parser.HeaderBlockParser(lines: List[str])#

Bases: BlockParser

Extract AEDT version information from the log header.

Overview#

parse

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:

AEDTVersion