Parametric1D, Parametric2D
Extend a 1D or 2D dataset by using a parameter as dimension.
Syntax
model.result().dataset().create(<dtag>,"Parametric1D");
model.result().dataset().create(<dtag>,"Parametric2D");
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"Parametric2D") creates a parametric dataset feature named <dtag>. This dataset extends a dataset by using a parameter, such as time, as a dimension.
The following properties are available:
none | dataset name
all | first | last | manual | manualindices | interp
How to input the solution to use. manual indicates that solnum is used. manualindices indicates that solnumindices is used. interp indicates that t is used.
none | expression
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
Level transformation expression (as a function of level; the default value means no transformation).