Parametric Sweep Use the Parametric Sweep study step when you want to find the solution to a sequence of stationary or time-dependent problems that arise when you vary some parameters of interest. Syntax model.study(stdname).create(fname, "Parametric"); model.study(stdname).feature(fname).set(pname,value); Description Study step. The following properties are available. Table 6-118: Properties for Study Settings Property Value Default Description plistarr Real matrix List of parameter values. One row of values per parameter name. pname Vector of strings Parameter names. punit Vector of strings Parameter units. sweeptype filled | sparse sparse Sweep type. Table 6-119: Properties for output While Solving Property Value Default Description accumtable String new Accumulated probe table. accumtableall on | off on Use all probes for the accumulated probe table. filename String Filename. keepsol last | all Keep solutions in memory. plot on | off off Plot while solving. plotgroup String default Plot group to use for plot while solving. probes Vector of strings Probes to use when probesel=manual. probesel all | none | manual all Probes to compute. save on | off Save each solution as a model file. useaccumtable on | off on Use an accumulated probe table. Table 6-120: Properties for Study Extensions Property Value Default Description pdistrib on | off off Distribute parametric sweep. paramselect auto | off auto Use parametric solver.