Parser#

class ansys.aedt.core.sbrplus.hdm_parser.Parser(filename)[source]#

Parser class that loads an HDM-format export file from HFSS SBR+, interprets its header and its binary content. Except for the header, the binary content is not parsed until an explicit call to parse_message.

Methods

Parser.parse_message()

Parse the binary content of the HDM file.