get_report_plotter#

SolutionData.get_report_plotter(curves=None, formula=None, to_radians=False, props=None)[source]#

Get the ReportPlotter on the specified curves.

Parameters:
curveslist, str, optional

Trace names.

formulastr, optional

Trace formula. Default is None which takes the real part of the trace.

to_radiansbool, optional

Whether is data has to be converted to radians or not. Default is False.

Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotter

Report plotter class.