EyeDiagram#

class pyaedt.modules.report_templates.EyeDiagram(app, report_category, setup_name, expressions=None)[source]#

Provides for managing eye diagram reports.

Methods

EyeDiagram.add_all_eye_measurements()

Add all eye measurements to the plot.

EyeDiagram.add_cartesian_x_marker(val[, name])

Add a cartesian X marker.

EyeDiagram.add_cartesian_y_marker(val[, ...])

Add a cartesian Y marker.

EyeDiagram.add_limit_line_from_equation(...)

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(trace_name)

Add a trace characteristic to the plot.

EyeDiagram.add_trace_to_report(traces[, ...])

Add a trace to a specific report.

EyeDiagram.clear_all_eye_measurements()

Clear all eye measurements from the plot.

EyeDiagram.create([plot_name])

Create an eye diagram report.

EyeDiagram.delete()

Delete current report.

EyeDiagram.delete_traces(plot_name, traces_list)

Delete an existing trace or traces.

EyeDiagram.edit_general_settings([...])

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.

EyeDiagram.edit_x_axis_scaling([...])

Edit the X-axis scaling settings.

EyeDiagram.edit_y_axis([axis_name, font, ...])

Edit the Y-axis settings.

EyeDiagram.edit_y_axis_scaling([axis_name, ...])

Edit the Y-axis scaling settings.

EyeDiagram.export_mask_violation([out_file])

Export the eye diagram mask violations to a TAB file.

EyeDiagram.eye_mask(points[, xunits, ...])

Create an eye diagram in the plot.

EyeDiagram.get_solution_data()

Get the report solution data.

EyeDiagram.hide_legend([solution_name, ...])

Hide the Legend.

EyeDiagram.import_traces(file_path, plot_name)

Import report data from a file into a specified report.

EyeDiagram.rectangular_plot([value])

Enable or disable the rectangular plot on the chart.

EyeDiagram.update_expressions_with_defaults([...])

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

EyeDiagram.auto_compute_eye_meas

Flag for automatically computing eye measurements.

EyeDiagram.auto_cross_amplitude

Auto-cross amplitude flag.

EyeDiagram.auto_delay

Auto-delay flag.

EyeDiagram.cross_amplitude

Cross-amplitude value when auto_cross_amplitude=False.

EyeDiagram.differential_pairs

Differential pairs flag.

EyeDiagram.domain

Plot domain.

EyeDiagram.dy_dx_tolerance

DY DX tolerance.

EyeDiagram.expressions

Expressions.

EyeDiagram.eye_measurement_point

Eye measurement point.

EyeDiagram.limit_lines

List of available limit lines in the report.

EyeDiagram.manual_delay

Manual delay value when auto_delay=False.

EyeDiagram.matrix

2D or Q3D matrix name.

EyeDiagram.notes

List of available notes in the report.

EyeDiagram.offset

Offset value.

EyeDiagram.plot_name

Plot name.

EyeDiagram.polyline

Polyline name for the field report.

EyeDiagram.primary_sweep

Primary sweep report.

EyeDiagram.primary_sweep_range

Primary sweep range report.

EyeDiagram.quantity_type

Quantity type used in the AMI analysis plot.

EyeDiagram.report_category

Report category.

EyeDiagram.report_type

Report type.

EyeDiagram.secondary_sweep

Secondary sweep report.

EyeDiagram.secondary_sweep_range

Secondary sweep range report.

EyeDiagram.thinning

Thinning flag.

EyeDiagram.thinning_points

Number of thinning points.

EyeDiagram.time_start

Time start value.

EyeDiagram.time_stop

Time stop value.

EyeDiagram.traces

List of available traces in the report.

EyeDiagram.unit_interval

Unit interval value.

EyeDiagram.use_pulse_in_tdr

Defines if the TDR should use a pulse or step.

EyeDiagram.variations

Variations.