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 particle trajectories, point trajectories, radiation pattern, ray trajectories, streamline, streamline multislice, and streamline surface plots.
The following properties are available:
Table 7-42:
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
.