mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-03 10:30:40 +02:00
test: fixed tests for eigerl; closes #11
This commit is contained in:
parent
57a436261c
commit
6b0b8de8c0
@ -15,9 +15,7 @@ def patch_dual_pvs(device):
|
||||
continue
|
||||
if not hasattr(walk.item, "_write_pv"):
|
||||
continue
|
||||
if walk.item._read_pv.pvname.endswith("_RBV") and isinstance(
|
||||
walk.item, ophyd.areadetector.base.EpicsSignalWithRBV
|
||||
):
|
||||
if walk.item._read_pv.pvname.endswith("_RBV"):
|
||||
walk.item._read_pv = walk.item._write_pv
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user