Results > Solution Selection > Data

Data
Export data to a file.
Syntax
model.result().export().create(<ftag>,"Data");
model.result().export().create(<ftag>,<dtag>,"Data");
model.result().export(<ftag>).set(property, <value>);
model.result().export(<ftag>).run();
Description
model.result().export().create(<ftag>,"Data") creates a data export feature with the name <ftag>.
model.result().export().create(<ftag>,<dtag>,"Data") creates a data export feature with the name <ftag> for the data set <dtag>.
The following properties are available:
on | off
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
on | off
grid | spreadsheet
on | off
append | overwrite
fromdataset | volume | surface | line | point
fromdataset | file | grid | regulargrid
gauss | lagrange
off | pprint | ppr
If location is regulargrid and the data set is 1D: The number of grid points along the x-axis.
If location is regulargrid and the data set is 2D: The number of grid points along the x-axis.
If location is regulargrid and the data set is 2D:The number of grid points along the y-axis.
If location is regulargrid and the data set is 3D: The number of grid points along the x-axis.
If location is regulargrid and the data set is 3D: The number of grid points along the y-axis.
If location is regulargrid and the data set is 3D: The number of grid points along the z-axis.
normal | fine | finer | custom
fromdataset | 0 | 1 | 2 | 3
on | off
sectionwise | spreadsheet
on | off
See Also
Height, HistogramHeight, TableHeight