You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again,
I just would like to clarify my need :
I would like to make like calibrated variables from raw (ds from equipment). So for that, I would need external files (xls files for interpolation for example) and put the files may be as parameter into the DS properties.
so for that I need to access those variables in the code.
I also need to make conditions on ds_names (calibration depends on the material)
I solved it by getting the instance name from :
str(self).split('(')[0]
Could you please comment on the method to include the calibrations (create calibrated variables) and more on that, how could I deal with including external files, may be as new property variables.
Hello,
I am trying to put calibration factors depending on the DS.
So I need to get the DS name in order to choose the calibration factor.
How could I get it ?
Thx
The text was updated successfully, but these errors were encountered: