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
{{ message }}
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Data is there (checked by a Viewer). What am i doing wrong here? If i do a query with scalar attributes everything works perfectly fine.
I use PyTangoArchiving 8.3.1, fandango 14.8.0, MySQL-python 1.2.5 and PyTango 9.2.5
Cheers,
Michal
The text was updated successfully, but these errors were encountered:
It is a bug with the column schema. Anyway I updated the code in github to the latest version, but if you try and it fails again then please paste the result of this code (update to latest fandango):
api = PyTangoArchiving.HDBpp(host='...',db_name='hdbpp',user='...',passwd='...')
table = api.get_attr_id_type_table(attribute)[-1]
print(api.getTableCreator(table))
Hi,
i'm trying to read 2D attribute. It is an image (
att_array_devdouble
). Here is my code snippet:and here is what i get:
Data is there (checked by a Viewer). What am i doing wrong here? If i do a query with scalar attributes everything works perfectly fine.
I use
PyTangoArchiving 8.3.1
,fandango 14.8.0
,MySQL-python 1.2.5
andPyTango 9.2.5
Cheers,
Michal
The text was updated successfully, but these errors were encountered: