create_fieldplot_surface#
- PostProcessor.create_fieldplot_surface(objlist, quantityName, setup_name=None, intrinsincDict=None, plot_name=None)[source]#
Create a field plot of surfaces.
- Parameters:
- objlist
list
List of surfaces to plot.
- quantityName
str
Name of the quantity to plot.
- setup_name
str
,optional
Name of the setup. The default is
None
which automatically takenominal_adaptive
setup. Please make sure to build a setup string in the form of"SetupName : SetupSweep"
whereSetupSweep
is the Sweep name to use in the export orLastAdaptive
.- intrinsincDict
dict
,optional
Dictionary containing all intrinsic variables. The default is
{}
.- plot_name
str
,optional
Name of the fieldplot to create.
- objlist
- Returns:
- :class:
pyaedt.modules.solutions.FieldPlot
Plot object.
- :class:
References
>>> oModule.CreateFieldPlot