Origin Ver. and Service Release (Select Help-->About Origin): Origin 2023b (64-bit) SR1 Operating System: Windows 11 Pro
Hi forum,
I am relativly new using origin via originpro with python so i might miss some information.
Untill now I cant find out how to use the integation method with originpro. My aim would be to load a number of datapoints and to integrate them automatically in a certain range. It would be highly practical to have this option, at least for me.
import originpro as op
f = op.path('e')+r'Samples\Curve Fitting\Sensor01.dat'
wks = op.new_sheet()
wks.from_file(f)
start = 2
end = 10
op.lt_exec(f'integ1 iy:=Col(2)[{start}:{end}]')