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

getnlr

Contents

Brief Information

Get NLFit tree from a fitting report sheet

Command Line Usage

getnlr tt FitNL1!; // get nlfit tree from report sheet fitnl1, and name the nlfit tree as tt

getnlr myfit iw:=[Book1]FitNL1 p:=1; //assume your source book is Book1, name nlfit tree as myfit

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Output tree tr

Output

TreeNode

Controls the name of the generated report tree
Report sheet iw

Input

Worksheet

<active>
Indicates which report tree to copy.
Show All Treenodes showall

Input

int

0
Controls which treenodes appear in the report sheet.
Notation of Parameters pnotation

Input

int

para
Notation of parameters in the output tree.

Option list:

  • para:ParaName
  • abbr:Abbreviation
  • both:Both

Description

Users can use getnlr to get nlfit tree from a fitting results report sheet.


Examples

For more examples, please refer to XF Script Dialog (press F11).

Related X-Functions