
Contents |
Batch Peak Analysis Using Theme
Peak Analysis batch processing using Analysis Theme to generate summary report
Minimum Origin Version Required: 8.1 SR0
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | iy |
Input XYRange | | Specify the input datasets. |
| Theme | theme |
Input string | | Specify the theme that used to perform peak analysis. |
| Result Sheet | append |
Input int | | The peak analysis on each dataset will generate a workbook. You can choose a worksheet in the workbook with this variable and the information in the worksheet will be appended to the Output Sheet.
Option list:
|
| Include Fit Statistics in Report | fitresult |
Input int | | Specify whether include the Fit statistics in the result report. It is invisible in GUI. |
| Output Sheet | remove |
Input int | | Specify the worksheet for outputting the result of the peak analysis performed to each input dataset. |
| Delete Intermediate Result | dataid |
Input string | | Specify whether to delete the intermediate analysis outputs that are generated by performing the peak analysis on the input datasets. |
| Dataset Identifier | number |
Input int | | Specify full range, long name, units or user-defined parameters of input data as the dataset name in the summary report. |
| Starting Row of Output Sheet | clear |
Input int | | Specify the starting row of the Output worksheet from which the results are appended. |
| Clear Output Sheet on Start | label |
Input int | | Specify whether to clear the Output Sheet before appending results to it. |
| Append Label Rows (1st File) | mode |
Input int | | Specify whether to append label rows of the first Result Sheet into the Output Sheet. |
| Append by | loopscript |
Input string | | Specify the way to append the data to Output Sheet.
Option list:
|
| Script after Each Process | endscript |
Input string | | The script in this edit box will be executed each time peak analysis is performed on one of the input datasets. |
This X-Function performs peak fitting to multiple datasets with the same set of settings. The settings must be saved to a analysis theme file in advanced. Results perform to different datasets can be summarized in a summary worksheet.
The following example will first create an analysis theme and then show you how to use this X-Function to perform peak analysis on multiple datasets.
This example shows you how to create an analysis theme in the Peak Analyzer and then use the theme
Select the Multiple Peaks worksheet and highlight all the Y columns. Then select Analysis: Peak and Baseline: Batch Peak Analysis using Theme to open the dialog. Then set the dialog as the following image shows. Click the OK button to perform the analysis.