parse_hdm_file#
- Hfss.parse_hdm_file(file_name: str | Path) Parser | bool#
Parse an HFSS SBR+ or Creeping Waves
hdmfile.- Parameters:
- file_name
strorpathlib.Path Name of the file to parse.
- file_name
- Returns:
ansys.aedt.core.modules.hdm_parser.Parseror bool
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.parse_hdm_file(file_name="output.hdm")