We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eebe6 commit 3aa4a25Copy full SHA for 3aa4a25
1 file changed
src/blueapi/tutorial/devices.py
@@ -0,0 +1,11 @@
1
+from ophyd_async.sim import SimMotor
2
+
3
+from blueapi.core.protocols import StaticDeviceManager
4
5
+devices = StaticDeviceManager()
6
7
+x = SimMotor(name="x")
8
+y = SimMotor(name="y")
9
10
+devices.devices["x"] = x
11
+devices.devices["y"] = y
0 commit comments