PostProcessor3DLayout#

class ansys.aedt.core.visualization.post.post_3dlayout.PostProcessor3DLayout(app)#

Manages the main schematic postprocessing functions.

Note

Some functionalities are available only when AEDT is running in the graphical mode.

Parameters:
appansys.aedt.core.application.analysis_nexxim.FieldAnalysisCircuit

Inherited parent object. The parent object must provide the members _modeler, _desktop, _odesign, and logger.

Methods

PostProcessor3DLayout.animate_fields_from_aedtplt(...)

Generate a field plot to an image file (JPG or PNG) using PyVista.

PostProcessor3DLayout.available_display_types([...])

Retrieve display types for a report categories.

PostProcessor3DLayout.available_quantities_categories([...])

Compute the list of all available report categories.

PostProcessor3DLayout.available_report_quantities([...])

Compute the list of all available report quantities of a given report quantity category.

PostProcessor3DLayout.available_report_solutions([...])

Get the list of available solutions that can be used for the reports.

PostProcessor3DLayout.change_field_property(...)

Modify a field plot property.

PostProcessor3DLayout.compute_power_by_layer([...])

Computes the power by layer.

PostProcessor3DLayout.compute_power_by_net([...])

Compute the power by nets.

PostProcessor3DLayout.copy_report_data(plot_name)

Copy report data as static data.

PostProcessor3DLayout.create_3d_plot(...[, ...])

Create a 3D plot using Matplotlib.

PostProcessor3DLayout.create_creeping_plane_visual_ray_tracing([...])

Create a Creeping Wave Plane Wave Visual Ray Tracing and return the class object.

PostProcessor3DLayout.create_creeping_point_visual_ray_tracing([...])

Create a Creeping Wave Point Source Visual Ray Tracing and return the class object.

PostProcessor3DLayout.create_fieldplot_cutplane(...)

Create a field plot of cut planes.

PostProcessor3DLayout.create_fieldplot_layers(...)

Create a field plot of stacked layer plot.

PostProcessor3DLayout.create_fieldplot_layers_nets(...)

Create a field plot of stacked layer plot on specified matrix of layers and nets.

PostProcessor3DLayout.create_fieldplot_line(...)

Create a field plot of the line.

PostProcessor3DLayout.create_fieldplot_line_traces(...)

Create a field plot of the line.

PostProcessor3DLayout.create_fieldplot_nets(...)

Create a field plot of stacked layer plot based on a net selections.

PostProcessor3DLayout.create_fieldplot_surface(...)

Create a field plot of surfaces.

PostProcessor3DLayout.create_fieldplot_volume(...)

Create a field plot of volumes.

PostProcessor3DLayout.create_report([...])

Create a report in AEDT.

PostProcessor3DLayout.create_report_from_configuration([...])

Create a report based on a JSON file, TOML file, RPT file, or dictionary of properties.

PostProcessor3DLayout.create_sbr_plane_visual_ray_tracing([...])

Create an SBR Plane Wave Visual Ray Tracing and return the class object.

PostProcessor3DLayout.create_sbr_point_visual_ray_tracing([...])

Create an SBR Point Source Visual Ray Tracing and return the class object.

PostProcessor3DLayout.delete_field_plot(name)

Delete a field plot.

PostProcessor3DLayout.delete_report([plot_name])

Delete all reports or specific report.

PostProcessor3DLayout.export_field_file(quantity)

Use the field calculator to create a field file based on a solution and variation.

PostProcessor3DLayout.export_field_file_on_grid(...)

Use the field calculator to create a field file on a grid based on a solution and variation.

PostProcessor3DLayout.export_field_jpg(...)

Export a field plot and coordinate system to a JPG file.

PostProcessor3DLayout.export_field_plot(...)

Export a field plot.

PostProcessor3DLayout.export_mesh_obj([...])

Export the mesh in AEDTPLT format.

PostProcessor3DLayout.export_model_obj([...])

Export the model.

PostProcessor3DLayout.export_model_picture([...])

Export a snapshot of the model to a JPG file.

PostProcessor3DLayout.export_report_to_csv(...)

Export the 2D Plot data to a CSV file.

PostProcessor3DLayout.export_report_to_file(...)

Export a 2D Plot data to a file.

PostProcessor3DLayout.export_report_to_jpg(...)

Export plot to an image file.

PostProcessor3DLayout.get_all_report_quantities([...])

Return all the possible report categories organized by report types, solution and categories.

PostProcessor3DLayout.get_efields_data([...])

Compute Etheta and EPhi.

PostProcessor3DLayout.get_far_field_data([...])

Generate far field data using the GetSolutionDataPerVariation() method.

PostProcessor3DLayout.get_model_plotter_geometries([...])

Initialize the Model Plotter object with actual modeler objects and return it.

PostProcessor3DLayout.get_scalar_field_value(...)

Use the field calculator to Compute Scalar of a Field.

PostProcessor3DLayout.get_solution_data([...])

Get a simulation result from a solved setup and cast it in a SolutionData object.

PostProcessor3DLayout.get_solution_data_per_variation([...])

Retrieve solution data for each variation.

PostProcessor3DLayout.nb_display([...])

Show the Jupyter Notebook display.

PostProcessor3DLayout.paste_report_data()

Paste report data as static data.

PostProcessor3DLayout.plot_animated_field(...)

Create an animated field plot using Python PyVista and export to a gif file.

PostProcessor3DLayout.plot_field(quantity, ...)

Create a field plot using Python PyVista and export to an image file (JPG or PNG).

PostProcessor3DLayout.plot_field_from_fieldplot(...)

Export a field plot to an image file (JPG or PNG) using Python PyVista.

PostProcessor3DLayout.plot_model_obj([...])

Plot the model or a substet of objects.

PostProcessor3DLayout.plot_scene(frames, ...)

Plot the current model 3D scene with overlapping animation coming from a file list and save the gif.

PostProcessor3DLayout.power_budget([units, ...])

Power budget calculation.

PostProcessor3DLayout.rename_report(...)

Rename a plot.

PostProcessor3DLayout.set_tuning_offset(...)

Set derivative variable to a specific offset value.

PostProcessor3DLayout.steal_focus_oneditor()

Remove the selection of an object that would prevent the image from exporting correctly.

PostProcessor3DLayout.volumetric_loss(assignment)

Use the field calculator to create a variable for volumetric losses.

Attributes