rectangular_plot#
- AMIEyeDiagram.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. WhenFalse, the rectangular plot is disabled.
- Returns:
Examples
>>> from ansys.aedt.core import Circuit >>> circuit = Circuit() >>> rep = circuit.post.reports_by_category.eye_diagram("AEYEPROBE(OutputEye)", "QuickEyeAnalysis") >>> rep.create() >>> rep.rectangular_plot(False)