SolutionArray
Create an array of plots for a selection of multiple times, eigenvalues, or parameter values in 2D and 3D.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"SolutionArray");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property,<value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"SolutionArray") adds a solution array named <atag> as an attribute to a 3D plot named <ftag> or to a 2D plot named <ftag> .
The following properties are available:
linear | square
The array shape when plotarraytype in the parent plot group is square.
x | y
The array axis when arrayshape is linear.
none | solution dataset name
all | first | last | manual | manualindices
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.
Time corresponding to last selected solnum for transient levels.
The time to use, for transient levels. Available when data is not parent and the underlying data is transient.
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when looplevelinput is manualindices on a level.
String array with all | first | last | manual | manualindices | interp on each level
all on all levels
How to input the solution to use, per level. manual on a level indicates that looplevel is used on that level. manualindices on a level indicates that looplevelindices is used on that level. interp on a level indicates that interp is used on that level.
rowmajor | columnmajor
all | first | last | manual | manualindices
How to input the outer solutions to use. Applicable only for parametric sweep models. manual indicates that outersolnum is used. manualindices indicates that outersolnumindices is used.
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
See Also
PlotGroup1D, PlotGroup2D, PlotGroup3D