Skip to content
Snippets Groups Projects
Commit 26bc1bff authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

Add MySpotBridge device and wait for connection

parent 280a8465
No related branches found
No related tags found
No related merge requests found
......@@ -113,3 +113,9 @@ reactor_c.class_from_instance()
reactor_c:Reactor_cell = reactor_c
gas_d:Gas_dosing = gas_d
from beamlinetools.devices.MySpotBridge import MySpotBridge
ramp = MySpotBridge("MySpot:", name="ramp")
ramp.wait_for_connection()
\ No newline at end of file
from ophyd import EpicsSignal, Device
from ophyd import Component as Cpt
class MySpotBridge(Device):
is_ramping = Cpt(EpicsSignal,'IsRamping')
\ No newline at end of file
......@@ -2,3 +2,4 @@ from .au import *
from .dcm_mySpot import *
# from .dcm_mySpot_ivo_01 import *
from .ophydMFLibrary import *
#from .MySpotBridge import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment