Parametric
Handle parameters for parameter stepping for stationary problems.
Syntax
model.sol(sname).create(fname,"Stationary")
model.sol(sname).feature(fname).create(parname,"Parametric")
model.sol(sname).feature(fname).feature(parname).set(pname,pvalue)
Description
Attribute feature.
Name of the controlling study step or "user" if the feature is controlled manually.
off | on | auto
Setting this property to on the initial damping factor is used for all parameter steps.
on | off
Setting this property to on enables the use of the properties pinitstep, pmaxstep, and pminstep.
on | off
no | last | manual
For pcontinuationmode=manual this is one of the parameter names from pname.
on | off
no | yes | auto
stop | empty
constant | linear
plist | psteps
Output either the parameters in plist or the solution at the expansion points.
on | off
all | none | manual
sparse | filled
Method for doing the parameter variation. For sweeptype=sparse, the parameter tuples defined by the columns in plistarr are solved for. This method requires equal length for the rows. For sweeptype=filled, all parameter combinations given by plistarr are solved for.