diff --git a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py new file mode 100644 index 0000000000000000000000000000000000000000..75d96f8383f794f162e513e2f94d696c209912bf --- /dev/null +++ b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py @@ -0,0 +1,3 @@ +# Create shortcuts for our devices +pcc = DeviceProxy("LTS/PCC/1") +sdp = DeviceProxy("LTS/SDP/1")