create_fieldplot_volume#

PostProcessor.create_fieldplot_volume(objlist, quantityName, setup_name=None, intrinsincDict=None, plot_name=None)[source]#

Create a field plot of volumes.

Parameters:
objlistlist

List of volumes to plot.

quantityName

Name of the quantity to plot.

setup_namestr, optional

Name of the setup. The default is None which automatically take nominal_adaptive setup. Please 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.

intrinsincDictdict, optional

Dictionary containing all intrinsic variables. The default is {}.

plot_namestr, optional

Name of the fieldplot to create.

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

Plot object.

References

>>> oModule.CreateFieldPlot