mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 23:29:21 +01:00
fix describe_collect method
This commit is contained in:
@@ -100,11 +100,10 @@ class PGMOtFScan(FlyerInterface, Device):
|
||||
|
||||
return data
|
||||
|
||||
def describe(self):
|
||||
def describe_collect(self):
|
||||
desc = OrderedDict()
|
||||
for attr in ("edata", "data", "idata", "fdata"):
|
||||
desc.update(getattr(self, attr).describe())
|
||||
desc[attr]["dtype"] = "array"
|
||||
return desc
|
||||
|
||||
class VacuumValve(PVPositionerComparator):
|
||||
|
||||
Reference in New Issue
Block a user