add_eye_mask#

ReportPlotter.add_eye_mask(properties)#

Add a new eye mask to the chart.

Parameters:
propertiesdict, optional

Properties of the trace.

Examples

>>> from ansys.aedt.core.visualization.plot.matplotlib import ReportPlotter
>>> obj = ReportPlotter()
>>> obj.add_eye_mask({"points": [[0, 0], [1, 1]], "xunits": "ns", "yunits": "mV", "enable_limits": True})