export_mask_violation#
- AMIConturEyeDiagram.export_mask_violation(output_file: str = None) str#
Export the eye diagram mask violations to a TAB file.
- Parameters:
- output_file
str,optional Full path to the TAB file. The default is
None, in which case the violations are exported to a TAB file in the working directory.
- output_file
- Returns:
strOutput file path if a TAB file is created.
Examples
>>> from ansys.aedt.core.visualization.report.eye import AMIConturEyeDiagram >>> obj = AMIConturEyeDiagram.__new__(AMIConturEyeDiagram) >>> obj.export_mask_violation("violations.tab")