quarchpy 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quarchpy/_version.py +1 -1
- quarchpy/config_files/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/config_files/__pycache__/quarch_config_parser.cpython-313.pyc +0 -0
- quarchpy/connection_specific/QPS/win-amd64/app.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/README.txt +2 -2
- quarchpy/connection_specific/QPS/win-amd64/qis/help.txt +2 -2
- quarchpy/connection_specific/QPS/win-amd64/qis/qis.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/{CInterface-2.2.jar → CInterface-2.3.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/QuarchCommon-2.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/TorridonCommon-1.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jmdns-3.6.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/usb4java-1.3.1.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps-command-reference.html +331 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/JFXUtilities-1.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/QuarchCommon-2.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-base-21.0.4-linux.jar → javafx-base-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-controls-21.0.4-linux.jar → javafx-controls-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-fxml-21.0.4-linux.jar → javafx-fxml-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-graphics-21.0.4-linux.jar → javafx-graphics-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-swing-21.0.4-linux.jar → javafx-swing-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-base-21.0.4-mac-aarch64.jar → javafx-base-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-controls-21.0.4-mac-aarch64.jar → javafx-controls-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-fxml-21.0.4-mac-aarch64.jar → javafx-fxml-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-graphics-21.0.4-mac-aarch64.jar → javafx-graphics-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-swing-21.0.4-mac-aarch64.jar → javafx-swing-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-base-21.0.4-mac.jar → javafx-base-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-controls-21.0.4-mac.jar → javafx-controls-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-fxml-21.0.4-mac.jar → javafx-fxml-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-graphics-21.0.4-mac.jar → javafx-graphics-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-swing-21.0.4-mac.jar → javafx-swing-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-base-21.0.4-win.jar → javafx-base-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-controls-21.0.4-win.jar → javafx-controls-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-fxml-21.0.4-win.jar → javafx-fxml-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-graphics-21.0.4-win.jar → javafx-graphics-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-swing-21.0.4-win.jar → javafx-swing-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/scriptCommands.txt +59 -3
- quarchpy/connection_specific/QPS/win-amd64/whats-new.txt +12 -20
- quarchpy/connection_specific/__pycache__/StreamChannels.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_QIS.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_QPS.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_ReST.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Serial.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_TCP.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_USB.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/mDNS.cpython-313.pyc +0 -0
- quarchpy/connection_specific/connection_QPS.py +7 -3
- quarchpy/connection_specific/connection_QPS.py.bak +242 -0
- quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/win32.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/SystemTest.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/module_debug.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/simple_terminal.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/versionCompare.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/device.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/quarchArray.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/quarchPPM.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/quarchQPS.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/scanDevices.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-313.pyc +0 -0
- quarchpy/docs/CHANGES.rst +17 -0
- quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
- quarchpy/docs/_build/doctrees/environment.pickle +0 -0
- quarchpy/docs/_build/doctrees/index.doctree +0 -0
- quarchpy/docs/_build/doctrees/readme.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/licenses.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/modules.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.calibration.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.config_files.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.connection_specific.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.debug.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.device.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.disk_test.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.fio.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.iometer.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.qis.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.qps.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.user_interface.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.utilities.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/readme.doctree +0 -0
- quarchpy/docs/_build/html/.buildinfo +2 -2
- quarchpy/docs/_build/html/.buildinfo.bak +4 -0
- quarchpy/docs/_build/html/CHANGES.html +176 -150
- quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +14 -0
- quarchpy/docs/_build/html/_static/alabaster.css +47 -87
- quarchpy/docs/_build/html/_static/basic.css +3 -14
- quarchpy/docs/_build/html/_static/doctools.js +0 -7
- quarchpy/docs/_build/html/_static/github-banner.svg +5 -0
- quarchpy/docs/_build/html/_static/language_data.js +1 -8
- quarchpy/docs/_build/html/_static/pygments.css +2 -1
- quarchpy/docs/_build/html/_static/searchtools.js +129 -71
- quarchpy/docs/_build/html/genindex.html +22 -55
- quarchpy/docs/_build/html/index.html +90 -85
- quarchpy/docs/_build/html/objects.inv +0 -0
- quarchpy/docs/_build/html/py-modindex.html +20 -29
- quarchpy/docs/_build/html/readme.html +20 -19
- quarchpy/docs/_build/html/search.html +14 -14
- quarchpy/docs/_build/html/searchindex.js +1 -1
- quarchpy/docs/_build/html/source/changelog.html +246 -216
- quarchpy/docs/_build/html/source/licenses.html +20 -19
- quarchpy/docs/_build/html/source/modules.html +22 -21
- quarchpy/docs/_build/html/source/quarchpy.calibration.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.config_files.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +22 -37
- quarchpy/docs/_build/html/source/quarchpy.debug.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.device.html +21 -20
- quarchpy/docs/_build/html/source/quarchpy.disk_test.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.fio.html +22 -47
- quarchpy/docs/_build/html/source/quarchpy.html +22 -37
- quarchpy/docs/_build/html/source/quarchpy.iometer.html +26 -25
- quarchpy/docs/_build/html/source/quarchpy.qis.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.qps.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.user_interface.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.utilities.html +20 -19
- quarchpy/docs/_build/html/source/readme.html +20 -19
- quarchpy/fio/FIO_interface.py.bak +317 -0
- quarchpy/fio/__pycache__/FIO_interface.cpython-313.pyc +0 -0
- quarchpy/fio/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/fio/__pycache__/fioDiskFinder.cpython-313.pyc +0 -0
- quarchpy/iometer/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/iometer/__pycache__/gen_iometer_template.cpython-313.pyc +0 -0
- quarchpy/iometer/__pycache__/iometerFuncs.cpython-313.pyc +0 -0
- quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-313.pyc +0 -0
- quarchpy/qis/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/qis/__pycache__/qisFuncs.cpython-313.pyc +0 -0
- quarchpy/qps/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/qps/__pycache__/qpsFuncs.cpython-313.pyc +0 -0
- quarchpy/user_interface/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/user_interface/__pycache__/user_interface.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/TestCenter.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/TimeValue.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/Version.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/__init__.cpython-313.pyc +0 -0
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/METADATA +29 -3
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/RECORD +154 -104
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/WHEEL +1 -1
- quarchpy/.idea/.gitignore +0 -3
- quarchpy/.idea/inspectionProfiles/Project_Default.xml +0 -12
- quarchpy/.idea/inspectionProfiles/profiles_settings.xml +0 -6
- quarchpy/.idea/misc.xml +0 -4
- quarchpy/.idea/modules.xml +0 -9
- quarchpy/.idea/quarchpy.iml +0 -13
- quarchpy/.idea/workspace.xml +0 -119
- quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
- quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
- quarchpy/__pycache__/run.cpython-311.pyc +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jmdns-3.5.9.jar +0 -0
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/top_level.txt +0 -0
@@ -6,10 +6,11 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
7
|
|
8
8
|
<title>quarchpy.device package — quarchpy documentation</title>
|
9
|
-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=
|
10
|
-
<link rel="stylesheet" type="text/css" href="../_static/
|
9
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
|
11
12
|
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
|
12
|
-
<script src="../_static/doctools.js?v=
|
13
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
13
14
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
14
15
|
<link rel="index" title="Index" href="../genindex.html" />
|
15
16
|
<link rel="search" title="Search" href="../search.html" />
|
@@ -18,8 +19,9 @@
|
|
18
19
|
|
19
20
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
20
21
|
|
22
|
+
|
23
|
+
|
21
24
|
|
22
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
23
25
|
|
24
26
|
</head><body>
|
25
27
|
|
@@ -554,7 +556,7 @@ Defaults to “USB”, “TCP”, “SERIAL”, “REST”, “TELNET” in that
|
|
554
556
|
<span class="sig-prename descclassname"><span class="pre">quarchpy.device.scanDevices.</span></span><span class="sig-name descname"><span class="pre">get_user_level_serial_number</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">network_modules</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#quarchpy.device.scanDevices.get_user_level_serial_number" title="Link to this definition">¶</a></dt>
|
555
557
|
<dd><dl class="field-list simple">
|
556
558
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
557
|
-
<dd class="field-odd"><p><strong>network_modules</strong
|
559
|
+
<dd class="field-odd"><p><strong>network_modules</strong></p>
|
558
560
|
</dd>
|
559
561
|
<dt class="field-even">Returns<span class="colon">:</span></dt>
|
560
562
|
<dd class="field-even"><p></p>
|
@@ -1088,7 +1090,7 @@ do not return a response and None will be returned</p>
|
|
1088
1090
|
|
1089
1091
|
</div>
|
1090
1092
|
</div>
|
1091
|
-
<div class="sphinxsidebar" role="navigation" aria-label="
|
1093
|
+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
1092
1094
|
<div class="sphinxsidebarwrapper">
|
1093
1095
|
<h1 class="logo"><a href="../index.html">quarchpy</a></h1>
|
1094
1096
|
|
@@ -1099,7 +1101,16 @@ do not return a response and None will be returned</p>
|
|
1099
1101
|
|
1100
1102
|
|
1101
1103
|
|
1102
|
-
|
1104
|
+
|
1105
|
+
<search id="searchbox" style="display: none" role="search">
|
1106
|
+
<div class="searchformwrapper">
|
1107
|
+
<form class="search" action="../search.html" method="get">
|
1108
|
+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
1109
|
+
<input type="submit" value="Go" />
|
1110
|
+
</form>
|
1111
|
+
</div>
|
1112
|
+
</search>
|
1113
|
+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
1103
1114
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
1104
1115
|
<ul class="current">
|
1105
1116
|
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog (Quarchpy)</a></li>
|
@@ -1124,16 +1135,6 @@ do not return a response and None will be returned</p>
|
|
1124
1135
|
</ul></li>
|
1125
1136
|
</ul>
|
1126
1137
|
</div>
|
1127
|
-
<div id="searchbox" style="display: none" role="search">
|
1128
|
-
<h3 id="searchlabel">Quick search</h3>
|
1129
|
-
<div class="searchformwrapper">
|
1130
|
-
<form class="search" action="../search.html" method="get">
|
1131
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
1132
|
-
<input type="submit" value="Go" />
|
1133
|
-
</form>
|
1134
|
-
</div>
|
1135
|
-
</div>
|
1136
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
1137
1138
|
|
1138
1139
|
|
1139
1140
|
|
@@ -1147,11 +1148,11 @@ do not return a response and None will be returned</p>
|
|
1147
1148
|
<div class="clearer"></div>
|
1148
1149
|
</div>
|
1149
1150
|
<div class="footer">
|
1150
|
-
|
1151
|
+
©2020, Quarch Technology Ltd.
|
1151
1152
|
|
1152
1153
|
|
|
1153
|
-
Powered by <a href="
|
1154
|
-
& <a href="https://
|
1154
|
+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
|
1155
|
+
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
1155
1156
|
|
1156
1157
|
|
|
1157
1158
|
<a href="../_sources/source/quarchpy.device.rst.txt"
|
@@ -6,18 +6,20 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
7
|
|
8
8
|
<title>quarchpy.disk_test package — quarchpy documentation</title>
|
9
|
-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=
|
10
|
-
<link rel="stylesheet" type="text/css" href="../_static/
|
9
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
|
11
12
|
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
|
12
|
-
<script src="../_static/doctools.js?v=
|
13
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
13
14
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
14
15
|
<link rel="index" title="Index" href="../genindex.html" />
|
15
16
|
<link rel="search" title="Search" href="../search.html" />
|
16
17
|
|
17
18
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
18
19
|
|
20
|
+
|
21
|
+
|
19
22
|
|
20
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
21
23
|
|
22
24
|
</head><body>
|
23
25
|
|
@@ -152,7 +154,7 @@
|
|
152
154
|
|
153
155
|
</div>
|
154
156
|
</div>
|
155
|
-
<div class="sphinxsidebar" role="navigation" aria-label="
|
157
|
+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
156
158
|
<div class="sphinxsidebarwrapper">
|
157
159
|
<h1 class="logo"><a href="../index.html">quarchpy</a></h1>
|
158
160
|
|
@@ -163,7 +165,16 @@
|
|
163
165
|
|
164
166
|
|
165
167
|
|
166
|
-
|
168
|
+
|
169
|
+
<search id="searchbox" style="display: none" role="search">
|
170
|
+
<div class="searchformwrapper">
|
171
|
+
<form class="search" action="../search.html" method="get">
|
172
|
+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
173
|
+
<input type="submit" value="Go" />
|
174
|
+
</form>
|
175
|
+
</div>
|
176
|
+
</search>
|
177
|
+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
167
178
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
168
179
|
<ul>
|
169
180
|
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog (Quarchpy)</a></li>
|
@@ -179,16 +190,6 @@
|
|
179
190
|
</ul></li>
|
180
191
|
</ul>
|
181
192
|
</div>
|
182
|
-
<div id="searchbox" style="display: none" role="search">
|
183
|
-
<h3 id="searchlabel">Quick search</h3>
|
184
|
-
<div class="searchformwrapper">
|
185
|
-
<form class="search" action="../search.html" method="get">
|
186
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
187
|
-
<input type="submit" value="Go" />
|
188
|
-
</form>
|
189
|
-
</div>
|
190
|
-
</div>
|
191
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
192
193
|
|
193
194
|
|
194
195
|
|
@@ -202,11 +203,11 @@
|
|
202
203
|
<div class="clearer"></div>
|
203
204
|
</div>
|
204
205
|
<div class="footer">
|
205
|
-
|
206
|
+
©2020, Quarch Technology Ltd.
|
206
207
|
|
207
208
|
|
|
208
|
-
Powered by <a href="
|
209
|
-
& <a href="https://
|
209
|
+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
|
210
|
+
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
210
211
|
|
211
212
|
|
|
212
213
|
<a href="../_sources/source/quarchpy.disk_test.rst.txt"
|
@@ -6,10 +6,11 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
7
|
|
8
8
|
<title>quarchpy.fio package — quarchpy documentation</title>
|
9
|
-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=
|
10
|
-
<link rel="stylesheet" type="text/css" href="../_static/
|
9
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
|
11
12
|
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
|
12
|
-
<script src="../_static/doctools.js?v=
|
13
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
13
14
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
14
15
|
<link rel="index" title="Index" href="../genindex.html" />
|
15
16
|
<link rel="search" title="Search" href="../search.html" />
|
@@ -18,8 +19,9 @@
|
|
18
19
|
|
19
20
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
20
21
|
|
22
|
+
|
23
|
+
|
21
24
|
|
22
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
23
25
|
|
24
26
|
</head><body>
|
25
27
|
|
@@ -59,34 +61,8 @@
|
|
59
61
|
<dd></dd></dl>
|
60
62
|
|
61
63
|
</section>
|
62
|
-
<section id="
|
63
|
-
<
|
64
|
-
<dl class="py class">
|
65
|
-
<dt class="sig sig-object py" id="quarchpy.fio.fioDiskFinder.fioDiskFinder">
|
66
|
-
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">quarchpy.fio.fioDiskFinder.</span></span><span class="sig-name descname"><span class="pre">fioDiskFinder</span></span><a class="headerlink" href="#quarchpy.fio.fioDiskFinder.fioDiskFinder" title="Link to this definition">¶</a></dt>
|
67
|
-
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">AbsDiskFinder</span></code></p>
|
68
|
-
<dl class="py method">
|
69
|
-
<dt class="sig sig-object py" id="quarchpy.fio.fioDiskFinder.fioDiskFinder.bytes2human">
|
70
|
-
<span class="sig-name descname"><span class="pre">bytes2human</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#quarchpy.fio.fioDiskFinder.fioDiskFinder.bytes2human" title="Link to this definition">¶</a></dt>
|
71
|
-
<dd></dd></dl>
|
72
|
-
|
73
|
-
<dl class="py method">
|
74
|
-
<dt class="sig sig-object py" id="quarchpy.fio.fioDiskFinder.fioDiskFinder.findDevices">
|
75
|
-
<span class="sig-name descname"><span class="pre">findDevices</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#quarchpy.fio.fioDiskFinder.fioDiskFinder.findDevices" title="Link to this definition">¶</a></dt>
|
76
|
-
<dd></dd></dl>
|
77
|
-
|
78
|
-
<dl class="py method">
|
79
|
-
<dt class="sig sig-object py" id="quarchpy.fio.fioDiskFinder.fioDiskFinder.formatList">
|
80
|
-
<span class="sig-name descname"><span class="pre">formatList</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">deviceList</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#quarchpy.fio.fioDiskFinder.fioDiskFinder.formatList" title="Link to this definition">¶</a></dt>
|
81
|
-
<dd></dd></dl>
|
82
|
-
|
83
|
-
<dl class="py method">
|
84
|
-
<dt class="sig sig-object py" id="quarchpy.fio.fioDiskFinder.fioDiskFinder.returnDisk">
|
85
|
-
<span class="sig-name descname"><span class="pre">returnDisk</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#quarchpy.fio.fioDiskFinder.fioDiskFinder.returnDisk" title="Link to this definition">¶</a></dt>
|
86
|
-
<dd></dd></dl>
|
87
|
-
|
88
|
-
</dd></dl>
|
89
|
-
|
64
|
+
<section id="quarchpy-fio-fiodiskfinder-module">
|
65
|
+
<h2>quarchpy.fio.fioDiskFinder module<a class="headerlink" href="#quarchpy-fio-fiodiskfinder-module" title="Link to this heading">¶</a></h2>
|
90
66
|
</section>
|
91
67
|
<section id="module-quarchpy.fio">
|
92
68
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-quarchpy.fio" title="Link to this heading">¶</a></h2>
|
@@ -103,7 +79,7 @@
|
|
103
79
|
|
104
80
|
</div>
|
105
81
|
</div>
|
106
|
-
<div class="sphinxsidebar" role="navigation" aria-label="
|
82
|
+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
107
83
|
<div class="sphinxsidebarwrapper">
|
108
84
|
<h1 class="logo"><a href="../index.html">quarchpy</a></h1>
|
109
85
|
|
@@ -114,7 +90,16 @@
|
|
114
90
|
|
115
91
|
|
116
92
|
|
117
|
-
|
93
|
+
|
94
|
+
<search id="searchbox" style="display: none" role="search">
|
95
|
+
<div class="searchformwrapper">
|
96
|
+
<form class="search" action="../search.html" method="get">
|
97
|
+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
98
|
+
<input type="submit" value="Go" />
|
99
|
+
</form>
|
100
|
+
</div>
|
101
|
+
</search>
|
102
|
+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
118
103
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
119
104
|
<ul class="current">
|
120
105
|
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog (Quarchpy)</a></li>
|
@@ -139,16 +124,6 @@
|
|
139
124
|
</ul></li>
|
140
125
|
</ul>
|
141
126
|
</div>
|
142
|
-
<div id="searchbox" style="display: none" role="search">
|
143
|
-
<h3 id="searchlabel">Quick search</h3>
|
144
|
-
<div class="searchformwrapper">
|
145
|
-
<form class="search" action="../search.html" method="get">
|
146
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
147
|
-
<input type="submit" value="Go" />
|
148
|
-
</form>
|
149
|
-
</div>
|
150
|
-
</div>
|
151
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
152
127
|
|
153
128
|
|
154
129
|
|
@@ -162,11 +137,11 @@
|
|
162
137
|
<div class="clearer"></div>
|
163
138
|
</div>
|
164
139
|
<div class="footer">
|
165
|
-
|
140
|
+
©2020, Quarch Technology Ltd.
|
166
141
|
|
167
142
|
|
|
168
|
-
Powered by <a href="
|
169
|
-
& <a href="https://
|
143
|
+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
|
144
|
+
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
170
145
|
|
171
146
|
|
|
172
147
|
<a href="../_sources/source/quarchpy.fio.rst.txt"
|
@@ -6,10 +6,11 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
7
|
|
8
8
|
<title>quarchpy package — quarchpy documentation</title>
|
9
|
-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=
|
10
|
-
<link rel="stylesheet" type="text/css" href="../_static/
|
9
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
|
11
12
|
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
|
12
|
-
<script src="../_static/doctools.js?v=
|
13
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
13
14
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
14
15
|
<link rel="index" title="Index" href="../genindex.html" />
|
15
16
|
<link rel="search" title="Search" href="../search.html" />
|
@@ -18,8 +19,9 @@
|
|
18
19
|
|
19
20
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
20
21
|
|
22
|
+
|
23
|
+
|
21
24
|
|
22
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
23
25
|
|
24
26
|
</head><body>
|
25
27
|
|
@@ -433,14 +435,7 @@
|
|
433
435
|
</li>
|
434
436
|
</ul>
|
435
437
|
</li>
|
436
|
-
<li class="toctree-l2"><a class="reference internal" href="quarchpy.connection_specific.html#module
|
437
|
-
<li class="toctree-l3"><a class="reference internal" href="quarchpy.connection_specific.html#quarchpy.connection_specific.connection_Telnet.TelnetConn"><code class="docutils literal notranslate"><span class="pre">TelnetConn</span></code></a><ul>
|
438
|
-
<li class="toctree-l4"><a class="reference internal" href="quarchpy.connection_specific.html#quarchpy.connection_specific.connection_Telnet.TelnetConn.close"><code class="docutils literal notranslate"><span class="pre">TelnetConn.close()</span></code></a></li>
|
439
|
-
<li class="toctree-l4"><a class="reference internal" href="quarchpy.connection_specific.html#quarchpy.connection_specific.connection_Telnet.TelnetConn.sendCommand"><code class="docutils literal notranslate"><span class="pre">TelnetConn.sendCommand()</span></code></a></li>
|
440
|
-
</ul>
|
441
|
-
</li>
|
442
|
-
</ul>
|
443
|
-
</li>
|
438
|
+
<li class="toctree-l2"><a class="reference internal" href="quarchpy.connection_specific.html#quarchpy-connection-specific-connection-telnet-module">quarchpy.connection_specific.connection_Telnet module</a></li>
|
444
439
|
<li class="toctree-l2"><a class="reference internal" href="quarchpy.connection_specific.html#module-quarchpy.connection_specific.connection_USB">quarchpy.connection_specific.connection_USB module</a><ul>
|
445
440
|
<li class="toctree-l3"><a class="reference internal" href="quarchpy.connection_specific.html#quarchpy.connection_specific.connection_USB.TQuarchUSB_IF"><code class="docutils literal notranslate"><span class="pre">TQuarchUSB_IF</span></code></a><ul>
|
446
441
|
<li class="toctree-l4"><a class="reference internal" href="quarchpy.connection_specific.html#quarchpy.connection_specific.connection_USB.TQuarchUSB_IF.BulkRead"><code class="docutils literal notranslate"><span class="pre">TQuarchUSB_IF.BulkRead()</span></code></a></li>
|
@@ -516,16 +511,7 @@
|
|
516
511
|
<li class="toctree-l3"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.FIO_interface.start_fio"><code class="docutils literal notranslate"><span class="pre">start_fio()</span></code></a></li>
|
517
512
|
</ul>
|
518
513
|
</li>
|
519
|
-
<li class="toctree-l2"><a class="reference internal" href="quarchpy.fio.html#
|
520
|
-
<li class="toctree-l3"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.fioDiskFinder.fioDiskFinder"><code class="docutils literal notranslate"><span class="pre">fioDiskFinder</span></code></a><ul>
|
521
|
-
<li class="toctree-l4"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.fioDiskFinder.fioDiskFinder.bytes2human"><code class="docutils literal notranslate"><span class="pre">fioDiskFinder.bytes2human()</span></code></a></li>
|
522
|
-
<li class="toctree-l4"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.fioDiskFinder.fioDiskFinder.findDevices"><code class="docutils literal notranslate"><span class="pre">fioDiskFinder.findDevices()</span></code></a></li>
|
523
|
-
<li class="toctree-l4"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.fioDiskFinder.fioDiskFinder.formatList"><code class="docutils literal notranslate"><span class="pre">fioDiskFinder.formatList()</span></code></a></li>
|
524
|
-
<li class="toctree-l4"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.fioDiskFinder.fioDiskFinder.returnDisk"><code class="docutils literal notranslate"><span class="pre">fioDiskFinder.returnDisk()</span></code></a></li>
|
525
|
-
</ul>
|
526
|
-
</li>
|
527
|
-
</ul>
|
528
|
-
</li>
|
514
|
+
<li class="toctree-l2"><a class="reference internal" href="quarchpy.fio.html#quarchpy-fio-fiodiskfinder-module">quarchpy.fio.fioDiskFinder module</a></li>
|
529
515
|
<li class="toctree-l2"><a class="reference internal" href="quarchpy.fio.html#module-quarchpy.fio">Module contents</a><ul>
|
530
516
|
<li class="toctree-l3"><a class="reference internal" href="quarchpy.fio.html#quarchpy.fio.runFIO"><code class="docutils literal notranslate"><span class="pre">runFIO()</span></code></a></li>
|
531
517
|
</ul>
|
@@ -653,7 +639,7 @@ using the format:
|
|
653
639
|
|
654
640
|
</div>
|
655
641
|
</div>
|
656
|
-
<div class="sphinxsidebar" role="navigation" aria-label="
|
642
|
+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
657
643
|
<div class="sphinxsidebarwrapper">
|
658
644
|
<h1 class="logo"><a href="../index.html">quarchpy</a></h1>
|
659
645
|
|
@@ -664,7 +650,16 @@ using the format:
|
|
664
650
|
|
665
651
|
|
666
652
|
|
667
|
-
|
653
|
+
|
654
|
+
<search id="searchbox" style="display: none" role="search">
|
655
|
+
<div class="searchformwrapper">
|
656
|
+
<form class="search" action="../search.html" method="get">
|
657
|
+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
658
|
+
<input type="submit" value="Go" />
|
659
|
+
</form>
|
660
|
+
</div>
|
661
|
+
</search>
|
662
|
+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
668
663
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
669
664
|
<ul class="current">
|
670
665
|
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog (Quarchpy)</a></li>
|
@@ -687,16 +682,6 @@ using the format:
|
|
687
682
|
</ul></li>
|
688
683
|
</ul>
|
689
684
|
</div>
|
690
|
-
<div id="searchbox" style="display: none" role="search">
|
691
|
-
<h3 id="searchlabel">Quick search</h3>
|
692
|
-
<div class="searchformwrapper">
|
693
|
-
<form class="search" action="../search.html" method="get">
|
694
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
695
|
-
<input type="submit" value="Go" />
|
696
|
-
</form>
|
697
|
-
</div>
|
698
|
-
</div>
|
699
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
700
685
|
|
701
686
|
|
702
687
|
|
@@ -710,11 +695,11 @@ using the format:
|
|
710
695
|
<div class="clearer"></div>
|
711
696
|
</div>
|
712
697
|
<div class="footer">
|
713
|
-
|
698
|
+
©2020, Quarch Technology Ltd.
|
714
699
|
|
715
700
|
|
|
716
|
-
Powered by <a href="
|
717
|
-
& <a href="https://
|
701
|
+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
|
702
|
+
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
718
703
|
|
719
704
|
|
|
720
705
|
<a href="../_sources/source/quarchpy.rst.txt"
|
@@ -6,10 +6,11 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
7
|
|
8
8
|
<title>quarchpy.iometer package — quarchpy documentation</title>
|
9
|
-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=
|
10
|
-
<link rel="stylesheet" type="text/css" href="../_static/
|
9
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
|
11
12
|
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
|
12
|
-
<script src="../_static/doctools.js?v=
|
13
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
13
14
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
14
15
|
<link rel="index" title="Index" href="../genindex.html" />
|
15
16
|
<link rel="search" title="Search" href="../search.html" />
|
@@ -18,8 +19,9 @@
|
|
18
19
|
|
19
20
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
20
21
|
|
22
|
+
|
23
|
+
|
21
24
|
|
22
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
23
25
|
|
24
26
|
</head><body>
|
25
27
|
|
@@ -92,9 +94,9 @@ processes it into QPS, adding annotationsa and custom channel data points as nee
|
|
92
94
|
<dl class="field-list simple">
|
93
95
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
94
96
|
<dd class="field-odd"><ul class="simple">
|
95
|
-
<li><p><strong>testName</strong
|
96
|
-
<li><p><strong>myStream</strong
|
97
|
-
<li><p><strong>userCallbacks</strong
|
97
|
+
<li><p><strong>testName</strong></p></li>
|
98
|
+
<li><p><strong>myStream</strong></p></li>
|
99
|
+
<li><p><strong>userCallbacks</strong></p></li>
|
98
100
|
</ul>
|
99
101
|
</dd>
|
100
102
|
<dt class="field-even">Returns<span class="colon">:</span></dt>
|
@@ -163,9 +165,9 @@ processes it into QPS, adding annotationsa and custom channel data points as nee
|
|
163
165
|
<dl class="field-list simple">
|
164
166
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
165
167
|
<dd class="field-odd"><ul class="simple">
|
166
|
-
<li><p><strong>testName</strong
|
167
|
-
<li><p><strong>myStream</strong
|
168
|
-
<li><p><strong>userCallbacks</strong
|
168
|
+
<li><p><strong>testName</strong></p></li>
|
169
|
+
<li><p><strong>myStream</strong></p></li>
|
170
|
+
<li><p><strong>userCallbacks</strong></p></li>
|
169
171
|
</ul>
|
170
172
|
</dd>
|
171
173
|
<dt class="field-even">Returns<span class="colon">:</span></dt>
|
@@ -194,7 +196,7 @@ Reads the data into a dictionary</p>
|
|
194
196
|
|
195
197
|
</div>
|
196
198
|
</div>
|
197
|
-
<div class="sphinxsidebar" role="navigation" aria-label="
|
199
|
+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
198
200
|
<div class="sphinxsidebarwrapper">
|
199
201
|
<h1 class="logo"><a href="../index.html">quarchpy</a></h1>
|
200
202
|
|
@@ -205,7 +207,16 @@ Reads the data into a dictionary</p>
|
|
205
207
|
|
206
208
|
|
207
209
|
|
208
|
-
|
210
|
+
|
211
|
+
<search id="searchbox" style="display: none" role="search">
|
212
|
+
<div class="searchformwrapper">
|
213
|
+
<form class="search" action="../search.html" method="get">
|
214
|
+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
215
|
+
<input type="submit" value="Go" />
|
216
|
+
</form>
|
217
|
+
</div>
|
218
|
+
</search>
|
219
|
+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
209
220
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
210
221
|
<ul class="current">
|
211
222
|
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog (Quarchpy)</a></li>
|
@@ -230,16 +241,6 @@ Reads the data into a dictionary</p>
|
|
230
241
|
</ul></li>
|
231
242
|
</ul>
|
232
243
|
</div>
|
233
|
-
<div id="searchbox" style="display: none" role="search">
|
234
|
-
<h3 id="searchlabel">Quick search</h3>
|
235
|
-
<div class="searchformwrapper">
|
236
|
-
<form class="search" action="../search.html" method="get">
|
237
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
238
|
-
<input type="submit" value="Go" />
|
239
|
-
</form>
|
240
|
-
</div>
|
241
|
-
</div>
|
242
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
243
244
|
|
244
245
|
|
245
246
|
|
@@ -253,11 +254,11 @@ Reads the data into a dictionary</p>
|
|
253
254
|
<div class="clearer"></div>
|
254
255
|
</div>
|
255
256
|
<div class="footer">
|
256
|
-
|
257
|
+
©2020, Quarch Technology Ltd.
|
257
258
|
|
258
259
|
|
|
259
|
-
Powered by <a href="
|
260
|
-
& <a href="https://
|
260
|
+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
|
261
|
+
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
261
262
|
|
262
263
|
|
|
263
264
|
<a href="../_sources/source/quarchpy.iometer.rst.txt"
|
@@ -6,10 +6,11 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
7
|
|
8
8
|
<title>quarchpy.qis package — quarchpy documentation</title>
|
9
|
-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=
|
10
|
-
<link rel="stylesheet" type="text/css" href="../_static/
|
9
|
+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d1102ebc" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
|
11
12
|
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
|
12
|
-
<script src="../_static/doctools.js?v=
|
13
|
+
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
13
14
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
14
15
|
<link rel="index" title="Index" href="../genindex.html" />
|
15
16
|
<link rel="search" title="Search" href="../search.html" />
|
@@ -18,8 +19,9 @@
|
|
18
19
|
|
19
20
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
20
21
|
|
22
|
+
|
23
|
+
|
21
24
|
|
22
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
23
25
|
|
24
26
|
</head><body>
|
25
27
|
|
@@ -563,7 +565,7 @@ an address can be specified for remote systems.</p>
|
|
563
565
|
|
564
566
|
</div>
|
565
567
|
</div>
|
566
|
-
<div class="sphinxsidebar" role="navigation" aria-label="
|
568
|
+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
|
567
569
|
<div class="sphinxsidebarwrapper">
|
568
570
|
<h1 class="logo"><a href="../index.html">quarchpy</a></h1>
|
569
571
|
|
@@ -574,7 +576,16 @@ an address can be specified for remote systems.</p>
|
|
574
576
|
|
575
577
|
|
576
578
|
|
577
|
-
|
579
|
+
|
580
|
+
<search id="searchbox" style="display: none" role="search">
|
581
|
+
<div class="searchformwrapper">
|
582
|
+
<form class="search" action="../search.html" method="get">
|
583
|
+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
|
584
|
+
<input type="submit" value="Go" />
|
585
|
+
</form>
|
586
|
+
</div>
|
587
|
+
</search>
|
588
|
+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
578
589
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
579
590
|
<ul class="current">
|
580
591
|
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog (Quarchpy)</a></li>
|
@@ -599,16 +610,6 @@ an address can be specified for remote systems.</p>
|
|
599
610
|
</ul></li>
|
600
611
|
</ul>
|
601
612
|
</div>
|
602
|
-
<div id="searchbox" style="display: none" role="search">
|
603
|
-
<h3 id="searchlabel">Quick search</h3>
|
604
|
-
<div class="searchformwrapper">
|
605
|
-
<form class="search" action="../search.html" method="get">
|
606
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
607
|
-
<input type="submit" value="Go" />
|
608
|
-
</form>
|
609
|
-
</div>
|
610
|
-
</div>
|
611
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
612
613
|
|
613
614
|
|
614
615
|
|
@@ -622,11 +623,11 @@ an address can be specified for remote systems.</p>
|
|
622
623
|
<div class="clearer"></div>
|
623
624
|
</div>
|
624
625
|
<div class="footer">
|
625
|
-
|
626
|
+
©2020, Quarch Technology Ltd.
|
626
627
|
|
627
628
|
|
|
628
|
-
Powered by <a href="
|
629
|
-
& <a href="https://
|
629
|
+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
|
630
|
+
& <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
630
631
|
|
631
632
|
|
|
632
633
|
<a href="../_sources/source/quarchpy.qis.rst.txt"
|