Jun 2024
This commit is contained in:
8
script/cpython/Ophyd.py
Normal file
8
script/cpython/Ophyd.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from ophyd.sim import det1, det2, det3, det4, det, motor, motor1, motor2, motor3,img, sig, direct_img, pseudo1x3
|
||||
from ophyd import Signal
|
||||
from ophyd.signal import EpicsSignal
|
||||
|
||||
|
||||
|
||||
def read(name):
|
||||
return globals()[name].read()
|
||||
Reference in New Issue
Block a user