get_hdm_plotter#

Hfss.get_hdm_plotter(file_name: str | None = None) HDMPlotter#

Get the HDM plotter.

Parameters:
file_namestr, optional
Returns:
ansys.aedt.core.sbrplus.plot.HDMPlotter

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> plotter = hfss.get_hdm_plotter()