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:
objlistlist

List of polyline to plot.

quantityNamestr

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:
type

Plot object.

References

>>> oModule.CreateFieldPlot