mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-01 15:00:48 +02:00
fix: fixed device data signature
This commit is contained in:
@ -646,10 +646,8 @@ class SimFlyer(Device, PositionerBase, FlyerInterface):
|
||||
bundle.append(
|
||||
messages.DeviceMessage(
|
||||
signals={
|
||||
self.name: {
|
||||
"flyer_samx": {"value": positions[ii, 0], "timestamp": 0},
|
||||
"flyer_samy": {"value": positions[ii, 1], "timestamp": 0},
|
||||
}
|
||||
},
|
||||
metadata={"point_id": ii, **metadata},
|
||||
)
|
||||
|
@ -117,10 +117,8 @@ class SynFlyerLamNI(Device, PositionerBase):
|
||||
bundle.append(
|
||||
messages.DeviceMessage(
|
||||
signals={
|
||||
"syn_flyer_lamni": {
|
||||
"flyer_samx": {"value": positions[ii, 0], "timestamp": 0},
|
||||
"flyer_samy": {"value": positions[ii, 1], "timestamp": 0},
|
||||
}
|
||||
},
|
||||
metadata={"point_id": ii, **metadata},
|
||||
)
|
||||
|
Reference in New Issue
Block a user