mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-13 22:28:40 +01:00
Flaking
This commit is contained in:
@@ -32,8 +32,7 @@ def createProxy(name: str, connect=True) -> OphydObject:
|
||||
"""Create an ophyd device from its alias
|
||||
|
||||
Factory routine that uses the beamline database to instantiate
|
||||
instantiate ophyd devices from their alias and pre-defined
|
||||
configuration parameters.
|
||||
ophyd devices from their alias and pre-defined configuration.
|
||||
Does nothing if the device is already an OphydObject!
|
||||
"""
|
||||
if issubclass(type(name), OphydObject):
|
||||
@@ -61,7 +60,3 @@ if __name__ == "__main__":
|
||||
print(f"{key}\t: {type(dut)}")
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@ from .InsertionDevice import InsertionDevice
|
||||
from ophyd import EpicsSignal, EpicsSignalRO, EpicsMotor
|
||||
from ophyd.sim import SynAxis, SynSignal, SynPeriodicSignal
|
||||
from ophyd.quadem import QuadEM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user