Function Sweep A Function Sweep study step is a special case of a Parametric Sweep study step, where the solver sweeps over functions defined under a Switch node in the Model Builder. Syntax model.study(stdname).create(fname, "FunctionSweep"); model.study(stdname).feature(fname).set(pname,value); Description Study step. The following properties are available. Table 6-112: Properties for Study Settings Property Value Default Description plistarr Vector of integer vectors Integer case numbers. One list of integers (for example, range(1,1,10)) per function switch. pname Vector of strings Function switches. pcase Vector with entries "all" and "user". ["all"] Cases, one per function switch. Table 6-113: 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.