From a31b4e7f7af28e1c02f9396f91d4fef377b634de Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 31 Mar 2021 21:37:58 +0200 Subject: [PATCH] Restore jupyter notebook to remove accidental additions --- jupyter-notebooks/Start All Devices.ipynb | 27 ++++++++++------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/jupyter-notebooks/Start All Devices.ipynb b/jupyter-notebooks/Start All Devices.ipynb index 1707fdf18..beb52a381 100644 --- a/jupyter-notebooks/Start All Devices.ipynb +++ b/jupyter-notebooks/Start All Devices.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "social-massachusetts", "metadata": {}, "outputs": [], @@ -22,13 +22,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "id": "defined-apache", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Device PCC(lts/pcc/1) is now in state FAULT\n", + "Device SDP(lts/sdp/1) is now in state ON\n" + ] + } + ], "source": [ - "sdp = DeviceProxy(\"SDP/LTS/1\")\n", - "sdp.force_start()\n", "for d in devices:\n", " print(\"Device %s is now in state %s\" % (d, force_start(d)))" ] @@ -39,16 +46,6 @@ "id": "superior-wheel", "metadata": {}, "outputs": [], - "source": [ - "devices" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "fifteen-transportation", - "metadata": {}, - "outputs": [], "source": [] } ], -- GitLab