Data: Import from File: CDF (CDF)
If you do not see this file type, choose Data: Import from File: Add/Remove File Types...
To add drag & drop support for a file type, see Import Filter Manager.
Import CDF file up to version 3.0
impCDF fname:="test.cdf";
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
TreeNode
Output
Range
See the syntax here.
The Common Data Format (CDF) is a scientific data management package (known as the "CDF Library") for storing, managing and manipulating scalar, vector, and multi-dimensional data arrays. CDF files which are created on any platform can be transported to any other platform. The basic component of CDF is a software programming interface which is a device-independent view of the CDF data model.
This X-Function is used for importing CDF files whose version is lower than 3.0 to Origin.
Suppose you have a file c:\data\cdf\testx.cdf and you want to import it into Origin. You can perform the following steps:
cd, impinfo, findFiles, impFile