AMIConturEyeDiagram#

class ansys.aedt.core.visualization.report.eye.AMIConturEyeDiagram(app, report_category, setup_name, expressions=None)[source]#

Provides for managing eye contour diagram reports in AMI analysis.

Methods

AMIConturEyeDiagram.add_all_eye_measurements()

Add all eye measurements to the plot.

AMIConturEyeDiagram.add_cartesian_x_marker(value)

Add a cartesian X marker.

AMIConturEyeDiagram.add_cartesian_y_marker(value)

Add a cartesian Y marker.

AMIConturEyeDiagram.add_limit_line_from_equation(...)

Add a Cartesian limit line from point lists.

AMIConturEyeDiagram.add_limit_line_from_points(...)

Add a Cartesian limit line from point lists.

AMIConturEyeDiagram.add_note(text[, ...])

Add a note at a position.

AMIConturEyeDiagram.add_trace_characteristics(name)

Add a trace characteristic to the plot.

AMIConturEyeDiagram.add_trace_to_report(traces)

Add a trace to a specific report.

AMIConturEyeDiagram.apply_report_template(...)

Apply report template.

AMIConturEyeDiagram.clear_all_eye_measurements()

Clear all eye measurements from the plot.

AMIConturEyeDiagram.create([name])

Create an eye diagram report.

AMIConturEyeDiagram.delete()

Delete current report.

AMIConturEyeDiagram.delete_traces(plot_name, ...)

Delete an existing trace or traces.

AMIConturEyeDiagram.edit_general_settings([...])

Edit general settings for the plot.

AMIConturEyeDiagram.edit_grid([minor_x, ...])

Edit the grid settings for the plot.

AMIConturEyeDiagram.edit_header([...])

Edit the plot header.

AMIConturEyeDiagram.edit_legend([...])

Edit the plot legend.

AMIConturEyeDiagram.edit_x_axis([font, ...])

Edit the X-axis settings.

AMIConturEyeDiagram.edit_x_axis_scaling([...])

Edit the X-axis scaling settings.

AMIConturEyeDiagram.edit_y_axis([name, ...])

Edit the Y-axis settings.

AMIConturEyeDiagram.edit_y_axis_scaling([...])

Edit the Y-axis scaling settings.

AMIConturEyeDiagram.export_config(output_file)

Generate a configuration file from active report.

AMIConturEyeDiagram.export_mask_violation([...])

Export the eye diagram mask violations to a TAB file.

AMIConturEyeDiagram.eye_mask(points[, ...])

Create an eye diagram in the plot.

AMIConturEyeDiagram.get_solution_data()

Get the report solution data.

AMIConturEyeDiagram.hide_legend([...])

Hide the Legend.

AMIConturEyeDiagram.import_traces(...)

Import report data from a file into a specified report.

AMIConturEyeDiagram.rectangular_plot([enable])

Enable or disable the rectangular plot on the chart.

AMIConturEyeDiagram.update_expressions_with_defaults([...])

Update the list of expressions by taking all quantities from a given category.

AMIConturEyeDiagram.update_trace_in_report(traces)

Update a trace in a specific report.

Attributes

AMIConturEyeDiagram.differential_pairs

Differential pairs flag.

AMIConturEyeDiagram.domain

Plot domain.

AMIConturEyeDiagram.expressions

Expressions.

AMIConturEyeDiagram.limit_lines

List of available limit lines in the report.

AMIConturEyeDiagram.matrix

Maxwell 2D/3D or Q2D/Q3D matrix name.

AMIConturEyeDiagram.notes

List of available notes in the report.

AMIConturEyeDiagram.plot_name

Plot name.

AMIConturEyeDiagram.polyline

Polyline name for the field report.

AMIConturEyeDiagram.primary_sweep

Primary sweep report.

AMIConturEyeDiagram.primary_sweep_range

Primary sweep range report.

AMIConturEyeDiagram.properties

Report properties.

AMIConturEyeDiagram.quantity_type

Quantity type used in the AMI analysis plot.

AMIConturEyeDiagram.reduced_matrix

Maxwell 2D/3D reduced matrix name for eddy current solvers.

AMIConturEyeDiagram.report_category

Report category.

AMIConturEyeDiagram.report_type

Report type.

AMIConturEyeDiagram.secondary_sweep

Secondary sweep report.

AMIConturEyeDiagram.secondary_sweep_range

Secondary sweep range report.

AMIConturEyeDiagram.traces

List of available traces in the report.

AMIConturEyeDiagram.use_pulse_in_tdr

Defines if the TDR should use a pulse or step.

AMIConturEyeDiagram.variations

Variations.