Skip to content

Commit

Permalink
Generated gh-pages for commit 8555ba9
Browse files Browse the repository at this point in the history
Author: William H.P. Nielsen <whpn@mailbox.org>

    fix bad typo (#855)
  • Loading branch information
Documentation Bot committed Nov 7, 2017
1 parent 95b5ae2 commit 30fb9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h1>Qcodes example with Rohde Schwarz RTO 1000 series Oscilloscope<a class="head
<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
<span class="kn">import</span> <span class="nn">qcodes</span> <span class="k">as</span> <span class="nn">qc</span>

<span class="kn">from</span> <span class="nn">qcodes.instrument_drivers.rohde_schwarz.RTO1024</span> <span class="k">import</span> <span class="n">RTO1000</span>
<span class="kn">from</span> <span class="nn">qcodes.instrument_drivers.rohde_schwarz.RTO1000</span> <span class="k">import</span> <span class="n">RTO1000</span>
</pre></div>
</div>
<div class="code ipython3 highlight-default"><div class="highlight"><pre><span></span><span class="n">rto</span> <span class="o">=</span> <span class="n">RTO1000</span><span class="p">(</span><span class="s1">&#39;rto&#39;</span><span class="p">,</span> <span class="s1">&#39;TCPIP0::172.20.2.133::inst0::INSTR&#39;</span><span class="p">,</span> <span class="n">model</span><span class="o">=</span><span class="s1">&#39;RTO1024&#39;</span><span class="p">)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Qcodes example with Rohde Schwarz RTO 1000 series Oscilloscope
import matplotlib.pyplot as plt
import qcodes as qc
from qcodes.instrument_drivers.rohde_schwarz.RTO1024 import RTO1000
from qcodes.instrument_drivers.rohde_schwarz.RTO1000 import RTO1000
.. code:: ipython3
Expand Down

0 comments on commit 30fb9a8

Please sign in to comment.