{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Qcodes example with Standa 10MWA168" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "ExecuteTime": { "end_time": "2019-03-05T12:33:46.552440Z", "start_time": "2019-03-05T12:33:46.522440Z" } }, "outputs": [], "source": [ "from qcodes_contrib_drivers.drivers.Standa.Standa_10MWA168 import Standa_10MWA168" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Initialize instrument" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { "ExecuteTime": { "end_time": "2019-03-05T12:34:08.039225Z", "start_time": "2019-03-05T12:34:07.969226Z" } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Connected to: None Standa_10MWA168 (serial:None, firmware:None) in 0.06s\n" ] } ], "source": [ "standa = Standa_10MWA168(\"Standa_10MWA168\", '37866131')" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "hide_input": false, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.8" }, "toc": { "base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": false, "title_cell": "Table of Contents", "title_sidebar": "Contents", "toc_cell": false, "toc_position": {}, "toc_section_display": true, "toc_window_display": false }, "varInspector": { "cols": { "lenName": 16, "lenType": 16, "lenVar": 40 }, "kernels_config": { "python": { "delete_cmd_postfix": "", "delete_cmd_prefix": "del ", "library": "var_list.py", "varRefreshCmd": "print(var_dic_list())" }, "r": { "delete_cmd_postfix": ") ", "delete_cmd_prefix": "rm(", "library": "var_list.r", "varRefreshCmd": "cat(var_dic_list()) " } }, "types_to_exclude": [ "module", "function", "builtin_function_or_method", "instance", "_Feature" ], "window_display": false }, "nbsphinx": { "execute": "never" } }, "nbformat": 4, "nbformat_minor": 2 }