add_limit_line_from_equation#
- AMIEyeDiagram.add_limit_line_from_equation(start_x: float, stop_x: float, step: float, equation: str = 'x', units: str = 'GHz', y_axis: int = 1) bool#
Add a Cartesian limit line from point lists. This method works only in graphical mode.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.add_limit_line_from_equation(0, 10, 1, "x", "GHz", 1)