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
 Curve Integration
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Loick

France
14 Posts

Posted - 04/24/2009 :  09:11:09 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): 7,5
Operating System: XP

Hello,

Is it possible to integrate a curve and get all the information area, peak location, peak width, and peak height directly?

I'm using this script to integrate my curve

quote:
win -a data$(i);
wks.addcol(Results);
curve.data$ = data$(i)_Cplus;
curve.base$ = data$(i)_O;
curve.result$ = data$(i)_Results;
curve.integrate();:


But I only get the area as result.

By using the calculation : Analysis => Calculus => Integrate
In my graph, I obtain this :



So, is it possible to perform this calculation from a script? and then copy the data from the results log into a worksheet?

Thanks for all,

Loick

Loick

France
14 Posts

Posted - 04/24/2009 :  09:26:36 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Is it possible also to know the syntax of this command (when there is no baseline):

curve.base$ = " ";

When I use it my computer didn't perform the integration
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