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
|