ProjectInfo#

class pyedb.workflows.utilities.hfss_log_parser.ProjectInfo#

Basic meta-data extracted from the header of an HFSS batch log.

Variables:
  • name (str) – Project name (without extension).

  • file (Path) – Full path to the project file.

  • design (str) – Active design name (may be empty).

  • user (str) – OS user that launched the solve.

  • cmd_line (str) – Exact command line used for the run.

Overview#

Import detail#

from pyedb.workflows.utilities.hfss_log_parser import ProjectInfo

Attribute detail#

ProjectInfo.name: str#
ProjectInfo.file: pathlib.Path#
ProjectInfo.design: str = ''#
ProjectInfo.user: str = ''#
ProjectInfo.cmd_line: str = ''#