
Contents |
pCLAMP (ABF, DAT)
Import pCLAMP file. It supports pClamp 9 (ABF 1.8 file format) and pClamp 10 (ABF 2.0 file format).
1. imppClamp;
2. imppClamp fname:="C:\pClampData\Sample.abf";
3. imppClamp fname:="C:\pClampData\Sample.abf" orng:=col(1);
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| File Name | fname |
Input string | | Filename of the file to be imported |
| File Info And Data Selection | trfiles |
Input TreeNode | | Treenode that specifies the information of the file and data. For more details, please refer to trfiles. |
| Import Options | options |
Input TreeNode | | Treenode that specifies importing options |
| Output | orng |
Output Range | | This is used in the dialog for displaying the file information and the data information (channels and episodes) in the file. The channels and episodes can
See the syntax here. |
| Header Info | trheader |
Output TreeNode | | Use this to specify the output range. |
| Repeat Import | reimp |
Input int | | Control how to repeat import the data.
Option list:
|
| Theme Settings of FIle Info And Data Selection | thm |
Input TreeNode | | This variable is not designed for users and not available in the GUI as well, which just used to improve the theme settings for the File Info variable and Data Selection variable. |
This X-Function can be used to import pCLAMP (ABF, DAT, ab?) data file.
1. The following example imports a pClamp data and plot the graph:
2. The following script command imports a pClamp file (assume it is C:\pClampData\Sample.dat) without opening the dialog:
fname$="C:\pClampData\Sample.dat";
imppClamp;
For more examples, please refer to XF Script Dialog (press F11).