diff --git a/jupyter-notebooks/Start All Devices.ipynb b/jupyter-notebooks/Start All Devices.ipynb index 1707fdf18f269802fe132d5a48f8c6dcfbf7018a..beb52a381c89a4cda30b08374d36c337def29eae 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": [] } ],