Skip to content

Commit

Permalink
Driver docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshita07 committed Sep 18, 2020
1 parent 28aded6 commit 92f82ef
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@
"metadata": {},
"source": [
"To measure do the following:\n",
" 1. Configure the measure range\n",
" 1. Configure the voltage or/and current measure ranges\n",
" 2. Enable the channel (if not yet enabled)\n",
" 3. Do the measurement\n",
" 4. (optionally) Disable the channel\n",
Expand All @@ -1439,11 +1439,13 @@
"metadata": {},
"outputs": [],
"source": [
"b1500.smu1.measure_config(measure_range=constants.IMeasRange.FIX_100uA)\n",
"b1500.smu1.i_measure_range_config(i_measure_range=constants.IMeasRange.MIN_100mA)\n",
"b1500.smu1.v_measure_range_config(v_measure_range=constants.VMeasRange.FIX_2V)\n",
"\n",
"b1500.smu1.enable_outputs()\n",
"\n",
"cur = b1500.smu1.current()\n",
"vol = b1500.smu1.voltage()\n",
"\n",
"b1500.smu1.disable_outputs()"
]
Expand Down Expand Up @@ -1669,7 +1671,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.7"
},
"nbsphinx": {
"execute": "never"
Expand Down

0 comments on commit 92f82ef

Please sign in to comment.