Flaking
This commit is contained in:
parent
6c2ae5c166
commit
7bb9c11249
@ -32,8 +32,7 @@ def createProxy(name: str, connect=True) -> OphydObject:
|
|||||||
"""Create an ophyd device from its alias
|
"""Create an ophyd device from its alias
|
||||||
|
|
||||||
Factory routine that uses the beamline database to instantiate
|
Factory routine that uses the beamline database to instantiate
|
||||||
instantiate ophyd devices from their alias and pre-defined
|
ophyd devices from their alias and pre-defined configuration.
|
||||||
configuration parameters.
|
|
||||||
Does nothing if the device is already an OphydObject!
|
Does nothing if the device is already an OphydObject!
|
||||||
"""
|
"""
|
||||||
if issubclass(type(name), OphydObject):
|
if issubclass(type(name), OphydObject):
|
||||||
@ -61,7 +60,3 @@ if __name__ == "__main__":
|
|||||||
print(f"{key}\t: {type(dut)}")
|
print(f"{key}\t: {type(dut)}")
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print(ex)
|
print(ex)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,4 +8,3 @@ from .InsertionDevice import InsertionDevice
|
|||||||
from ophyd import EpicsSignal, EpicsSignalRO, EpicsMotor
|
from ophyd import EpicsSignal, EpicsSignalRO, EpicsMotor
|
||||||
from ophyd.sim import SynAxis, SynSignal, SynPeriodicSignal
|
from ophyd.sim import SynAxis, SynSignal, SynPeriodicSignal
|
||||||
from ophyd.quadem import QuadEM
|
from ophyd.quadem import QuadEM
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user