TimeParametric
Handle properties for parameter stepping for a time-dependent problem.
Syntax
model.sol(sname).create(fname,"Time")
model.sol(sname).feature(fname).create(parname,"TimeParametric")
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.
on | off
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.