mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 11:27:57 +02: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