
Contents |
Get NLFit tree from a fitting report sheet
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
| 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 | | Indicates which report tree to copy. |
| Show All Treenodes | showall |
Input int | | Controls which treenodes appear in the report sheet. |
| Notation of Parameters | pnotation |
Input int | | Notation of parameters in the output tree.
Option list:
|
Users can use getnlr to get nlfit tree from a fitting results report sheet.
For more examples, please refer to XF Script Dialog (press F11).