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

Default

no description
Key Default Value Options Description
export
FILENAME '' none The filename to export to.
COMPLEX FORMAT 'realimag'
  • 'absdeg'
  • 'realimag'
  • 'absrad'
The format to write the complex values.

Example

plist('FILENAME', '', 'COMPLEX FORMAT', 'realimag')

back to top 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 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 0
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team