rectangular_plot#
- AMIConturEyeDiagram.rectangular_plot(enable: bool = True) bool#
Enable or disable the rectangular plot on the chart.
- Parameters:
- enablebool
Whether to enable the rectangular plot. The default is
True. IfFalse, the rectangular plot is disabled.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.eye import AMIConturEyeDiagram >>> obj = AMIConturEyeDiagram.__new__(AMIConturEyeDiagram) >>> obj.rectangular_plot(True)