plot_first_bounce_currents#

HDMPlotter.plot_first_bounce_currents(snapshot_path: str = None) None#

Plot First bounce of currents read from an hdm file.

Parameters:
snapshot_pathstr, optional

Full path to exported image file. If None the plot will be shown.

Examples

>>> from ansys.aedt.core.visualization.advanced.hdm_plot import HDMPlotter
>>> obj = HDMPlotter()
>>> obj.plot_first_bounce_currents(snapshot_path="example.txt")