create_fieldplot_layers#

PostProcessor.create_fieldplot_layers(layers: list, quantity: str, setup: str = None, nets: list = None, plot_on_surface: bool = True, intrinsics: dict = None, name: str = None) FieldPlot[source]#

Create a field plot of stacked layer plot. This plot is valid from AEDT 2023 R2 and later in HFSS 3D Layout. It will also work when a layout components in 3d modeler is used. In order to plot on signal layers use the method create_fieldplot_layers_nets.

Parameters:
layerslist

List of layers to plot. For example: ["Layer1","Layer2"]. If empty list is provided all layers will be considered.

quantitystr

Name of the quantity to plot.

setupstr, optional

Name of the setup. The default is None, in which case the nominal_adaptive setup is used. Make sure to build a setup string in the form of "SetupName : SetupSweep", where SetupSweep is the sweep name to use in the export or LastAdaptive.

netslist, optional

List of nets to filter the field plot. Optional.

intrinsicsdict, optional

Dictionary containing all intrinsic variables. The default is None.

namestr, optional

Name of the field plot to create.

Returns:
:class:pyaedt.modules.solutions.FieldPlot or bool

Plot object.

References

>>> oModule.CreateFieldPlot