Skip to content

Commit

Permalink
QWG: adapted examples for the change in max amplitude from 1.8 to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxus committed Apr 30, 2018
1 parent 0bd0aee commit bfa8132
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/QWG_examples/1 - Normal continues mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
},
"outputs": [],
"source": [
"qwg1.ch1_amp(1.8)\n",
"qwg1.ch2_amp(1.8)\n",
"qwg1.ch1_amp(1.6)\n",
"qwg1.ch2_amp(1.6)\n",
"qwg1.ch3_amp(1)\n",
"qwg1.ch4_amp(1)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@
},
"outputs": [],
"source": [
"qwg1.ch1_amp(1.8)\n",
"qwg1.ch2_amp(1.8)\n",
"qwg1.ch3_amp(1.8)\n",
"qwg1.ch4_amp(1.8)"
"qwg1.ch1_amp(1.6)\n",
"qwg1.ch2_amp(1.6)\n",
"qwg1.ch3_amp(1.6)\n",
"qwg1.ch4_amp(1.6)"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions examples/QWG_examples/5 - Firmware overflow (matrix).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@
},
"outputs": [],
"source": [
"qwg1.ch1_amp(1.8)\n",
"qwg1.ch2_amp(1.8)\n",
"qwg1.ch3_amp(1.8)\n",
"qwg1.ch4_amp(1.8)"
"qwg1.ch1_amp(1.6)\n",
"qwg1.ch2_amp(1.6)\n",
"qwg1.ch3_amp(1.6)\n",
"qwg1.ch4_amp(1.6)"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/QWG_examples/6 - Firmware overflow with SSB.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
},
"outputs": [],
"source": [
"qwg1.ch1_amp(1.8)\n",
"qwg1.ch2_amp(1.8)\n",
"qwg1.ch1_amp(1.6)\n",
"qwg1.ch2_amp(1.6)\n",
"qwg1.ch3_amp(1)\n",
"qwg1.ch4_amp(1)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
},
"outputs": [],
"source": [
"qwg1.ch1_amp(1.8)\n",
"qwg1.ch2_amp(1.8)\n",
"qwg1.ch1_amp(1.6)\n",
"qwg1.ch2_amp(1.6)\n",
"qwg1.ch3_amp(1)\n",
"qwg1.ch4_amp(1)"
]
Expand Down

0 comments on commit bfa8132

Please sign in to comment.