Skip to content

Commit

Permalink
checked example script for windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Nov 14, 2024
1 parent 0cafc0b commit 1124171
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions examples/example_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1124171

Please sign in to comment.