From 1124171f449bb1a5c3b4341adff1abd40803f2a7 Mon Sep 17 00:00:00 2001 From: JacobTh98 Date: Thu, 14 Nov 2024 14:35:58 +0100 Subject: [PATCH] checked example script for windows and linux --- examples/example_notebook.ipynb | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/examples/example_notebook.ipynb b/examples/example_notebook.ipynb index aaecc05..ce3ddee 100644 --- a/examples/example_notebook.ipynb +++ b/examples/example_notebook.ipynb @@ -38,7 +38,7 @@ "outputs": [], "source": [ "# create a 'sciospec' class which represents the sciospec EIT device\n", - "n_el = 64\n", + "n_el = 16\n", "sciospec = EIT_16_32_64_128(n_el)" ] }, @@ -117,6 +117,16 @@ "sciospec.GetMeasurementSetup(2)" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "d88f4bf1-d618-4024-a533-ce441f141062", + "metadata": {}, + "outputs": [], + "source": [ + "sciospec.update_BurstCount(4)" + ] + }, { "cell_type": "code", "execution_count": null, @@ -154,26 +164,6 @@ "sciospec.SoftwareReset()" ] }, - { - "cell_type": "markdown", - "id": "2d6fd515-c283-4f34-850a-a00e6326def3", - "metadata": {}, - "source": [ - "## EIT device\n", - "\n", - "**USB-FS**" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6a05b7d3-1b6c-45a9-8670-c49685b369be", - "metadata": {}, - "outputs": [], - "source": [ - "# TBD" - ] - }, { "cell_type": "markdown", "id": "a526b930-1c20-4f6f-a500-602451eca9d7",