create_fieldplot_surface#
- PostProcessor.create_fieldplot_surface(assignment, quantity, setup=None, intrinsics=None, plot_name=None, field_type='DC R/L Fields')[source]#
Create a field plot of surfaces.
- Parameters:
- assignment
list
List of surfaces to plot.
- quantity
str
Name of the quantity to plot.
- setup
str
,optional
Name of the setup. The default is
None
, in which case thenominal_adaptive
setup is used. Be sure to build a setup string in the form of"SetupName : SetupSweep"
, whereSetupSweep
is the sweep name to use in the export orLastAdaptive
.- intrinsics
dict
,optional
Dictionary containing all intrinsic variables. The default is
None
.- plot_name
str
,optional
Name of the field plot to create.
- field_type
str
,optional
Field type to plot. Valid only for Q3D Field plots.
- assignment
- Returns:
- :class:
pyaedt.modules.solutions.FieldPlot
Plot object.
- :class:
References
>>> oModule.CreateFieldPlot