parse_hdm_file#

Hfss.parse_hdm_file(file_name: str | Path) Parser | bool#

Parse an HFSS SBR+ or Creeping Waves hdm file.

Parameters:
file_namestr or pathlib.Path

Name of the file to parse.

Returns:
ansys.aedt.core.modules.hdm_parser.Parser or bool

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.parse_hdm_file(file_name="output.hdm")