The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Fitpeaks ReportTree
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Poffel

Germany
1 Posts

Posted - 03/03/2011 :  09:15:18 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

larry_lan

China
Posts

Posted - 03/04/2011 :  03:32:32 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000