OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

impIgorPro

Contents

Menu Information

IgorPro (PXP, IBW)

Brief Information

Import WaveMetrics IgorPro (pxp, ibw) files

Command Line Usage

1. impIgorPro fname:=="T-Test Demo.pxp";

2. fname$="T-Test Demo.pxp"; impIgorPro reimp:=1;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
File Name fname

Input

string

fname$
Filename of the image file to be imported.

Option list:

  • ...Files?:IGOR
File Info and Data Selection trfiles

Input

TreeNode

<unassigned>
This is used in the dialog for diaplaying the basic information of the file.
Import Options options

Input

TreeNode

<unassigned>
This treenode is used for specifying the import filter.
Output orng

Output

Range

<active>
This is used to specify the output range.

See the syntax here.

Header Info trheader

Output

TreeNode

<optional>
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

0
Specifies whether or not reimport is allowed.

Description

This X-Function is used for importing WaveMetrics IgorPro (pxp, ibw) files.

The X-Function can be accessed from menu and Command Window.