PostProcessorCircuit#
- class ansys.aedt.core.visualization.post.post_circuit.PostProcessorCircuit(app)#
Manages the main schematic postprocessing functions.
Note
Some functionalities are available only when AEDT is running in the graphical mode.
- Parameters:
- app
ansys.aedt.core.application.analysis_nexxim.FieldAnalysisCircuit
Inherited parent object. The parent object must provide the members _modeler, _desktop, _odesign, and logger.
- app
Methods
Retrieve display types for a report categories.
Compute the list of all available report categories.
Compute the list of all available report quantities of a given report quantity category.
Get the list of available solutions that can be used for the reports.
PostProcessorCircuit.copy_report_data
(plot_name)Copy report data as static data.
Create an AMI initial response plot.
Create an AMI statistical eye plot.
Create a report in AEDT.
PostProcessorCircuit.create_report_from_configuration
([...])Create a report based on a JSON file, TOML file, RPT file, or dictionary of properties.
Create a statistical QuickEye, VerifEye, and/or Statistical Eye plot.
PostProcessorCircuit.delete_report
([plot_name])Delete all reports or specific report.
Export the 2D Plot data to a CSV file.
Export a 2D Plot data to a file.
Export plot to an image file.
Return all the possible report categories organized by report types, solution and categories.
Get a simulation result from a solved setup and cast it in a
SolutionData
object.Retrieve solution data for each variation.
Paste report data as static data.
Rename a plot.
Sampling a waveform at clock times plus half unit interval.
PostProcessorCircuit.sample_waveform
(...[, ...])Sampling a waveform at clock times plus half unit interval.
Remove the selection of an object that would prevent the image from exporting correctly.
Attributes
List of all report names.
Report types.
Logger.
Modeler.
Report setup.
Design solution type.
Get/Set the boolean to automatically update reports on edits.