From e87d82870e5e5a80ea99924442404124259062af Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 19 Mar 2021 16:37:17 +0100 Subject: [PATCH] Initialise variables for each of our devices, for convenience --- .../stationcontrol-jupyter/startup/01-devices.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py 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 000000000..75d96f838 --- /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") -- GitLab