add_trace_characteristics#
- FarField.add_trace_characteristics(name: str, arguments: list = None, solution_range: list = None) bool#
Add a trace characteristic to the plot.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.add_trace_characteristics(name="XAtYVal")