Skip to content

Commit

Permalink
change zvl to zvl13
Browse files Browse the repository at this point in the history
  • Loading branch information
astafan8 authored Jul 12, 2022
1 parent f78a2d8 commit bd9ad13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/examples/ZVL13.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "19466733",
"metadata": {},
"source": [
"# Packages"
"# Rohde & Schwarz ZVL13 Vector Network Analyzer example"
]
},
{
Expand All @@ -23,9 +23,8 @@
"from datetime import date,datetime\n",
"import pyvisa\n",
"import sys\n",
"sys.path.append('') # Write the directory containing ZVL13_VNA.py\n",
"import json\n",
"from ZVL_VNA import ZVL"
"from qcodes_contrib_drivers.drivers.RohdeSchwarz.ZVL13 import ZVL13"
]
},
{
Expand All @@ -47,7 +46,7 @@
"\n",
"\n",
"#Instruments\n",
"VNA = ZVL('ZVL', 'TCPIP0::vnarstafuri.fisica.unina.it::inst0::INSTR')\n",
"VNA = ZVL13('ZVL', 'TCPIP0::vnarstafuri.fisica.unina.it::inst0::INSTR')\n",
"\n",
"\n",
"#Station inizialization\n",
Expand Down

0 comments on commit bd9ad13

Please sign in to comment.