Export
Add an export expressions attribute to a plot.
Syntax
model.result(
<pgtag>
).feature(
<ftag>
).create(
<atag>
,
"Export");
model.result(
<pgtag>
).feature(
<ftag>
).feature(
<atag>
).set(
property
,
<value>
);
Description
model.result
(<pgtag>
).feature(
<ftag>
).create(
<atag>
,"Export")
creates an export expressions attribute named
<atag>
belonging to the plot feature
<ftag>
.
Use export expressions to include additional quantities in plot data export.
Export expressions can be added to streamline and streamline surface, radiation pattern, particle trajectories, point trajectories, and ray trajectories plots.
The following properties are available:
Table 7-33:
Valid Property/Value Pairs for Export Expressions Attributes
Property
Value
Default
Description
descr
String array
The description of the expressions in
expr
.
expr
String array
The expressions to export in addition to the plot data.
unit
String
The unit to use for the expression in
expr
.