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 was archived by the owner on Sep 6, 2022. It is now read-only.
In [32]: rd.get_attributes_values([a for a in attrs if 'scw' in a and ('t1' in a or 't2' in a)],-30,N=1,asHistoryBuffer=True)
...python/PyTangoArchiving/reader.pyc in get_attribute_values(self, attribute, start_date, stop_date, asHistoryBuffer, decimate, notNone, N, cache, fallback)
881 #Simulating DeviceAttributeHistory structs
882 if asHistoryBuffer:
--> 883 values = [FakeAttributeHistory(*v) for v in values]
884
885 #Array index is an string or None
TypeError: FakeAttributeHistory constructor argument after * must be an iterable, not instance