RadiationPattern (Export)
Export data from radiation pattern plots to files.
Syntax
model.result().export().create(<ftag>,"RadiationPattern");
model.result().export().create(<ftag>,<pgtag>,<plottag>,"RadiationPattern");
model.result().export(<ftag>).set(property,<value>);
model.result().export(<ftag>).run();
Description
model.result().export().create(<ftag>,"RadiationPattern") creates a radiation pattern export feature with the name <ftag>.
model.result().export().create(<ftag>,<pgtag>,<plottag>, "RadiationPattern") creates a radiation pattern export feature with the name <ftag> for the radiation pattern plot <plottag> in the plot group <pgtag>.
The following properties are available:
on | off
If sphere is set to manual: The center of the sphere to evaluate on. Available in 3D.
If sphere is set to manual. It is the z-component in the cylindrical coordinates for an axisymmetric model.
none | dataset name
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
on | off
on | off
append | overwrite
true | false
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.
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.
If anglerestr is manual: The minimum phi angle in degrees.
If anglerestr is manual: The phi angle’s range in degrees.
If sphere is manual: The radius of the sphere to evaluate on.
C |   | \t | ,| ; | :| |
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
manual | configuration
Specify solution parameters directly (manual) or from a configuration.
on | off
manual | unit
If anglerestr is manual: The minimum theta angle in degrees. Available in 2D and 3D.
If anglerestr is manual: The phi angle’s range in degrees. Available in 2D and 3D.
See Also
Plot, RadiationPattern