duplicate#

ParametricStudy.duplicate(copy_design_points=True)#

Duplicate the current study.

Parameters:
copy_design_pointsbool, optional

Whether to copy the design points from the current study. The default is True.

Returns:
ParametricStudy

New instance of the parametric study.

Return type:

ParametricStudy