plot_first_bounce_currents#
- HDMPlotter.plot_first_bounce_currents(snapshot_path: str = None) None#
Plot First bounce of currents read from an
hdmfile.- Parameters:
- snapshot_path
str,optional Full path to exported image file. If
Nonethe plot will be shown.
- snapshot_path
Examples
>>> from ansys.aedt.core.visualization.advanced.hdm_plot import HDMPlotter >>> obj = HDMPlotter() >>> obj.plot_first_bounce_currents(snapshot_path="example.txt")