T O P I C R E V I E W |
Poffel |
Posted - 03/03/2011 : 09:15:18 AM Origin Ver. and Service Release (Select Help-->About Origin): 8.5.0G SR1 Operating System: Win7 64 Bit
Hello, i'm using the fitpeaks function and i want to use xc1 and xc2 to calculate something. Afterwards i want to make a new label on the graph with the calculatet data.
how to i access the variable xc1? with nlbegin there was something like NLTree, but i found nothing for fitpeaks.
thanks in advance |
1 L A T E S T R E P L I E S (Newest First) |
larry_lan |
Posted - 03/04/2011 : 03:32:32 AM Hi:
You can use getresults x-function to get results in a report worksheet. Script may looks like:
tree mytr; fitpeaks type:=lorentz npeaks:=3; // fitpeaks.rt$ holds the report worksheet name getresults mytr %(fitpeaks.rt$); mytr.=;
Thanks Larry OriginLab |