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
Because when I try to read the unit of my channel:
It looks like other attributes of the channel are correct, but not the units, even though they are clearly visible if you export the .ld file to .csv and then with pandas you take only the names and units:
Is this bug fixed somewhere?
The text was updated successfully, but these errors were encountered:
Maybe the problem is here, hardcoding the pointer to the channel:
Solved: In my case the unit is interpreted as short time because in the file, there is no short names. You should correct this to identify the name instead of assuming X position in the memory:
Somehow this section of the code is not working:
Because when I try to read the unit of my channel:
It looks like other attributes of the channel are correct, but not the units, even though they are clearly visible if you export the .ld file to .csv and then with pandas you take only the names and units:
Is this bug fixed somewhere?
The text was updated successfully, but these errors were encountered: