Data: Import from File: IgorPro (PXP, IBW)
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 WaveMetrics IgorPro (pxp, ibw) files
1. impIgorPro fname:=="T-Test Demo.pxp";
2. fname$="T-Test Demo.pxp"; impIgorPro reimp:=1;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
File Name | fname |
Input string |
|
Filename of the image file to be imported.
Option list:
|
File Info and Data Selection | trfiles |
Input TreeNode |
|
This is used in the dialog for diaplaying the basic information of the file. |
Import Options | options |
Input TreeNode |
|
This treenode is used for specifying the import filter. |
Output | orng |
Output Range |
|
This is used to specify the output range.
See the syntax here. |
Header Info | trheader |
Output TreeNode |
|
This is for outputting the header information. It is hidden from the GUI. Users are not advised to use this variable. |
Repeat Import | reimp |
Input int |
|
Specifies whether or not reimport is allowed. |
This X-Function is used for importing WaveMetrics IgorPro (pxp, ibw) files.
The X-Function can be accessed from menu and Command Window.
impIgorPro -d
in command window.