create_fieldplot_line#
- PostProcessor.create_fieldplot_line(objlist, quantityName, setup_name=None, intrinsincDict=None, plot_name=None)[source]#
Create a field plot of the line.
- Parameters:
- objlist
list
List of polyline 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:
type
Plot object.
References
>>> oModule.CreateFieldPlot