EyeDiagram#
- class ansys.aedt.core.visualization.report.eye.EyeDiagram(app, report_category, setup_name, expressions=None)#
Provides for managing eye diagram reports.
Methods
Add all eye measurements to the plot.
EyeDiagram.add_cartesian_x_marker
(value[, name])Add a cartesian X marker.
EyeDiagram.add_cartesian_y_marker
(value[, ...])Add a cartesian Y marker.
Add a Cartesian limit line from point lists.
EyeDiagram.add_limit_line_from_points
(...[, ...])Add a Cartesian limit line from point lists.
EyeDiagram.add_note
(text[, x_position, ...])Add a note at a position.
EyeDiagram.add_trace_characteristics
(name[, ...])Add a trace characteristic to the plot.
EyeDiagram.add_trace_to_report
(traces[, ...])Add a trace to a specific report.
EyeDiagram.apply_report_template
(input_file)Apply report template.
Clear all eye measurements from the plot.
EyeDiagram.create
([name])Create an eye diagram report.
Delete current report.
EyeDiagram.delete_traces
(plot_name, traces_list)Delete an existing trace or traces.
Edit general settings for the plot.
EyeDiagram.edit_grid
([minor_x, minor_y, ...])Edit the grid settings for the plot.
EyeDiagram.edit_header
([company_name, ...])Edit the plot header.
EyeDiagram.edit_legend
([show_solution_name, ...])Edit the plot legend.
EyeDiagram.edit_x_axis
([font, font_size, ...])Edit the X-axis settings.
Edit the X-axis scaling settings.
EyeDiagram.edit_y_axis
([name, font, ...])Edit the Y-axis settings.
EyeDiagram.edit_y_axis_scaling
([name, ...])Edit the Y-axis scaling settings.
EyeDiagram.export_config
(output_file)Generate a configuration file from active report.
EyeDiagram.export_mask_violation
([output_file])Export the eye diagram mask violations to a TAB file.
EyeDiagram.eye_mask
(points[, x_units, ...])Create an eye diagram in the plot.
Get the report solution data.
EyeDiagram.hide_legend
([solution_name, ...])Hide the Legend.
EyeDiagram.import_traces
(input_file, plot_name)Import report data from a file into a specified report.
EyeDiagram.rectangular_plot
([enable])Enable or disable the rectangular plot on the chart.
Update the list of expressions by taking all quantities from a given category.
EyeDiagram.update_trace_in_report
(traces[, ...])Update a trace in a specific report.
Attributes
Flag for automatically computing eye measurements.
Auto-cross amplitude flag.
Auto-delay flag.
Cross-amplitude value when
auto_cross_amplitude=False
.Differential pairs flag.
Plot domain.
DY DX tolerance.
Expressions.
Eye measurement point.
List of available limit lines in the report.
Manual delay value when
auto_delay=False
.Maxwell 2D/3D or Q2D/Q3D matrix name.
List of available notes in the report.
Offset value.
Plot name.
Polyline name for the field report.
Primary sweep report.
Primary sweep range report.
Report properties.
Quantity type used in the AMI analysis plot.
Maxwell 2D/3D reduced matrix name for eddy current solvers.
Report category.
Report type.
Secondary sweep report.
Secondary sweep range report.
Thinning flag.
Number of thinning points.
Time start value.
Time stop value.
List of available traces in the report.
Unit interval value.
Defines if the TDR should use a pulse or step.
Variations.