create_fieldplot_cutplane#

PostProcessor.create_fieldplot_cutplane(assignment, quantity, setup=None, intrinsics=None, plot_name=None, filter_objects=None, field_type='DC R/L Fields')[source]#

Create a field plot of cut planes.

Parameters:
assignmentlist

List of cut planes to plot.

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. Be 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.

intrinsicsdict, optional

Dictionary containing all intrinsic variables. The default is None.

plot_namestr, optional

Name of the field plot to create.

filter_objectslist, optional

Objects list on which filter the plot. The default value is None, in which case an empty list is passed.

field_typestr, optional

Field type to plot. This parameter is valid only for Q3D field plots.

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

Plot object.

References

>>> oModule.CreateFieldPlot