Hi!
Tell me please, am I have to read the WHOLE data from 'Capture objects'
(self.read(pg, 3))
before reading 'ProfileGeneric' if in fact I really need to take only 1-2 columns from profile?
Because this action takes quite a lot of time. And I would like to take only those columns that will be needed in the future work.
Hi, You can save captureā¦
Hi,
You can save capture objects and use them there. In that way, you need to read them once.
Capture objects need to be read because without that information it is impossible to change read values to date-time or use register scalers.
BR,
Mikko