Method ao/export
EXPORT export the data of an analysis object to a text file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: EXPORT export the data of an analysis object to a text file.
The x-values will be stored in the first column of the text
file and the y-values the second column. If the y-values are
complex then stores this method the real part of the
y-values in the second column and the imaginary part in the
third column.
CALL: export(a, 'blah.txt');
export(a, plist);
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
FILENAME |
'' |
none |
The filename to export to. |
COMPLEX FORMAT |
'realimag' |
- 'absdeg'
- 'realimag'
- 'absrad'
|
The format to write the complex values. |
back to top
Some information of the method ao/export are listed below: |
Class name |
ao |
Method name |
export |
Category |
Output |
Package name |
ltpda |
VCS Version |
3f8d61c792503a5b5ec8a0a153efb23b65da24a9 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
0 |
Max output args |
-1 |
|
Method: ao/display |
|
Method: ao/gnuplot |
 |
©LTP Team