SmithGroup
Create a Smith plot group.
Syntax
model.result().create(<pgtag>, "SmithGroup");
model.result(<pgtag>).set(property, <value>);
model.result(<pgtag>).run();
Description
model.result().create(<pgtag>,"SmithGroup") creates a Smith plot group named <pgtag>. A Smith plot group displays the containing graph plots as Smith plots.
The following properties are available for Smith plot groups:
on | off
none | dataset name
on | off
on | off
on | off
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.
The times to use, for transient levels. Available when data is not none and the underlying data is transient.
upperright | middleright | lowerright | upperleft | middleleft | lowerleft | middleright | center | middleleft | manual
All solutions on all levels
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.
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.
on | off
fine | normal | coarse
on | off
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
solnum | solutioninfo
The title to use when titletype is manual
auto | custom | label | manual | none
auto, if the title should be computed automatically. custom, if the title should be computed automatically, but customized. label, if the title should be the plot group’s label. manual, if the manual title should be used (the title property). none, if no title should be displayed.
on | off
on | off
graphics | new | windowX, where X is an integer
on | off
Set windowtitleactive to on to enter a manual window title in windowtitle
See Also
PlotGroup1D, PlotGroup2D, PlotGroup3D, PolarGroup