quarchpy 2.1.20.dev2__py2.py3-none-any.whl → 2.1.20.dev3__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.
Files changed (150) hide show
  1. quarchpy/.idea/.name +1 -1
  2. quarchpy/.idea/inspectionProfiles/Project_Default.xml +26 -0
  3. quarchpy/.idea/modules.xml +0 -1
  4. quarchpy/.idea/quarchpy.iml +1 -4
  5. quarchpy/.idea/workspace.xml +21 -226
  6. quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
  7. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  8. quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
  9. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  10. quarchpy/_version.py +1 -1
  11. quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
  12. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
  13. quarchpy/connection_specific/QPS/qis/help.txt +12 -4
  14. quarchpy/connection_specific/QPS/qis/qis.jar +0 -0
  15. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.8.jar +0 -0
  16. quarchpy/connection_specific/QPS/qis/qis_lib/Collections-2.4.jar +0 -0
  17. quarchpy/connection_specific/QPS/qis/qis_lib/Desktop-1.1.jar +0 -0
  18. quarchpy/connection_specific/QPS/qis/qis_lib/Executor-3.13.jar +0 -0
  19. quarchpy/connection_specific/QPS/qis/qis_lib/JNA-1.2.jar +0 -0
  20. quarchpy/connection_specific/QPS/qis/qis_lib/OS-1.8.jar +0 -0
  21. quarchpy/connection_specific/QPS/qis/qis_lib/QuarchCommon-0.2.9.jar +0 -0
  22. quarchpy/connection_specific/QPS/qis/qis_lib/SystemTray-4.4.jar +0 -0
  23. quarchpy/connection_specific/QPS/qis/qis_lib/Updates-1.1.jar +0 -0
  24. quarchpy/connection_specific/QPS/qis/qis_lib/Utilities-1.46.jar +0 -0
  25. quarchpy/connection_specific/QPS/qis/qis_lib/commons-csv-1.8.jar +0 -0
  26. quarchpy/connection_specific/QPS/qis/qis_lib/javassist-3.29.2-GA.jar +0 -0
  27. quarchpy/connection_specific/QPS/qis/qis_lib/jna-jpms-5.12.1.jar +0 -0
  28. quarchpy/connection_specific/QPS/qis/qis_lib/jna-platform-jpms-5.12.1.jar +0 -0
  29. quarchpy/connection_specific/QPS/qis/qis_lib/kotlin-stdlib-1.9.21.jar +0 -0
  30. quarchpy/connection_specific/QPS/qis/qis_lib/slf4j-api-2.0.9.jar +0 -0
  31. quarchpy/connection_specific/QPS/qis/qis_lib/slf4j-simple-2.0.9.jar +0 -0
  32. quarchpy/connection_specific/QPS/qis/resources/filters/Example.txt +36 -0
  33. quarchpy/connection_specific/QPS/qis/resources/filters/filters.csv +1004 -0
  34. quarchpy/connection_specific/QPS/qis/resources/filters/iec_filters.xml +26 -0
  35. quarchpy/connection_specific/QPS/qis/resources/filters/iec_filters.xml.bak +26 -0
  36. quarchpy/connection_specific/QPS/qps.jar +0 -0
  37. quarchpy/connection_specific/QPS/qps_lib/QuarchCommon-0.2.9.jar +0 -0
  38. quarchpy/connection_specific/QPS/qps_lib/commons-lang3-3.12.0.jar +0 -0
  39. quarchpy/connection_specific/QPS/qps_lib/opencsv-5.9.jar +0 -0
  40. quarchpy/connection_specific/QPS/qps_lib/qis-1.40.jar +0 -0
  41. quarchpy/connection_specific/QPS/scriptCommands.txt +2 -2
  42. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
  43. quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
  44. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  45. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  46. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  47. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
  48. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  49. quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-311.pyc +0 -0
  50. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  51. quarchpy/connection_specific/__pycache__/connection_mDNS.cpython-311.pyc +0 -0
  52. quarchpy/connection_specific/connection_QIS.py +5 -3
  53. quarchpy/connection_specific/connection_QIS.py.bak +1738 -0
  54. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  55. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  56. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  57. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  58. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  59. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  60. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  61. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  62. quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-311.pyc +0 -0
  63. quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-311.pyc +0 -0
  64. quarchpy/debug/TextScanIP.py +11 -0
  65. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  66. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  67. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  68. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  69. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  70. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  71. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  72. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  73. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  74. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  75. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  76. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  77. quarchpy/device/device.py.bak +504 -0
  78. quarchpy/device/quarchPPM.py.bak +67 -0
  79. quarchpy/device/quarchQPS.py.bak +396 -0
  80. quarchpy/device/scanDevices.py.bak +130 -108
  81. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
  82. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
  83. quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
  84. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
  85. quarchpy/docs/CHANGES.rst.bak +4 -2
  86. quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
  87. quarchpy/docs/_build/doctrees/environment.pickle +0 -0
  88. quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
  89. quarchpy/docs/_build/doctrees/source/quarchpy.fio.doctree +0 -0
  90. quarchpy/docs/_build/html/CHANGES.html +121 -113
  91. quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +6 -1
  92. quarchpy/docs/_build/html/_static/alabaster.css +14 -9
  93. quarchpy/docs/_build/html/_static/basic.css +1 -1
  94. quarchpy/docs/_build/html/_static/pygments.css +1 -1
  95. quarchpy/docs/_build/html/genindex.html +9 -27
  96. quarchpy/docs/_build/html/index.html +62 -60
  97. quarchpy/docs/_build/html/objects.inv +0 -0
  98. quarchpy/docs/_build/html/py-modindex.html +7 -11
  99. quarchpy/docs/_build/html/readme.html +7 -6
  100. quarchpy/docs/_build/html/search.html +7 -6
  101. quarchpy/docs/_build/html/searchindex.js +1 -1
  102. quarchpy/docs/_build/html/source/changelog.html +176 -167
  103. quarchpy/docs/_build/html/source/licenses.html +7 -6
  104. quarchpy/docs/_build/html/source/modules.html +8 -7
  105. quarchpy/docs/_build/html/source/quarchpy.calibration.html +7 -6
  106. quarchpy/docs/_build/html/source/quarchpy.config_files.html +7 -6
  107. quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +7 -6
  108. quarchpy/docs/_build/html/source/quarchpy.debug.html +7 -6
  109. quarchpy/docs/_build/html/source/quarchpy.device.html +7 -6
  110. quarchpy/docs/_build/html/source/quarchpy.disk_test.html +7 -6
  111. quarchpy/docs/_build/html/source/quarchpy.fio.html +9 -34
  112. quarchpy/docs/_build/html/source/quarchpy.html +8 -16
  113. quarchpy/docs/_build/html/source/quarchpy.iometer.html +7 -6
  114. quarchpy/docs/_build/html/source/quarchpy.qis.html +7 -6
  115. quarchpy/docs/_build/html/source/quarchpy.qps.html +7 -6
  116. quarchpy/docs/_build/html/source/quarchpy.user_interface.html +7 -6
  117. quarchpy/docs/_build/html/source/quarchpy.utilities.html +7 -6
  118. quarchpy/docs/_build/html/source/readme.html +7 -6
  119. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  120. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  121. quarchpy/fio/__pycache__/fioDiskFinder.cpython-311.pyc +0 -0
  122. quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
  123. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
  124. quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
  125. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
  126. quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
  127. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  128. quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
  129. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  130. quarchpy/qps/qpsFuncs.py.bak +28 -68
  131. quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
  132. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  133. quarchpy/user_interface/user_interface.py.bak +749 -0
  134. quarchpy/utilities/TestCenter.py.bak +150 -0
  135. quarchpy/utilities/__pycache__/BitManipulation.cpython-311.pyc +0 -0
  136. quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
  137. quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
  138. quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
  139. quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  140. {quarchpy-2.1.20.dev2.dist-info → quarchpy-2.1.20.dev3.dist-info}/METADATA +1 -1
  141. {quarchpy-2.1.20.dev2.dist-info → quarchpy-2.1.20.dev3.dist-info}/RECORD +143 -114
  142. quarchpy/_version.py.bak +0 -1
  143. quarchpy/connection_specific/connection_mDNS.py.bak +0 -48
  144. quarchpy/debug/SystemTest.py.bak +0 -188
  145. quarchpy/debug/simple_terminal.py.bak +0 -50
  146. quarchpy/fio/FIO_interface.py.bak +0 -322
  147. quarchpy/qis/qisFuncs.py.bak +0 -265
  148. quarchpy/run.py.bak +0 -283
  149. {quarchpy-2.1.20.dev2.dist-info → quarchpy-2.1.20.dev3.dist-info}/WHEEL +0 -0
  150. {quarchpy-2.1.20.dev2.dist-info → quarchpy-2.1.20.dev3.dist-info}/top_level.txt +0 -0
@@ -6,8 +6,8 @@
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>Changelog (Quarchpy) &#8212; quarchpy documentation</title>
9
- <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b3523f8e" />
10
- <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=039e1c02" />
9
+ <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=61cd365c" />
10
+ <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=12dfc556" />
11
11
  <script src="_static/documentation_options.js?v=5929fcd5"></script>
12
12
  <script src="_static/doctools.js?v=888ff710"></script>
13
13
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
@@ -16,8 +16,9 @@
16
16
 
17
17
  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
18
18
 
19
+
20
+
19
21
 
20
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
21
22
 
22
23
  </head><body>
23
24
 
@@ -41,97 +42,104 @@
41
42
  <h2>Change Log<a class="headerlink" href="#change-log" title="Link to this heading">¶</a></h2>
42
43
  </section>
43
44
  <section id="id1">
44
- <h2>2.1.16<a class="headerlink" href="#id1" title="Link to this heading">¶</a></h2>
45
+ <h2>2.1.18<a class="headerlink" href="#id1" title="Link to this heading">¶</a></h2>
46
+ <ul class="simple">
47
+ <li><p>Imporoved QIS streaming</p></li>
48
+ <li><p>Bug fixes</p></li>
49
+ </ul>
50
+ </section>
51
+ <section id="id2">
52
+ <h2>2.1.17<a class="headerlink" href="#id2" title="Link to this heading">¶</a></h2>
45
53
  <ul class="simple">
46
54
  <li><p>Improved QIS QPS launching on Linux sytems</p></li>
47
55
  <li><p>System debug for linux systems</p></li>
48
56
  </ul>
49
57
  </section>
50
- <section id="id2">
51
- <h2>2.1.16<a class="headerlink" href="#id2" title="Link to this heading">¶</a></h2>
58
+ <section id="id3">
59
+ <h2>2.1.16<a class="headerlink" href="#id3" title="Link to this heading">¶</a></h2>
52
60
  <ul class="simple">
53
61
  <li><p>FIO mb/s parsing</p></li>
54
62
  <li><p>Improved QIS QPS launching</p></li>
55
63
  </ul>
56
64
  </section>
57
- <section id="id3">
58
- <h2>2.1.15<a class="headerlink" href="#id3" title="Link to this heading">¶</a></h2>
65
+ <section id="id4">
66
+ <h2>2.1.15<a class="headerlink" href="#id4" title="Link to this heading">¶</a></h2>
59
67
  <ul class="simple">
60
68
  <li><p>minor bug fix</p></li>
61
69
  </ul>
62
70
  </section>
63
- <section id="id4">
64
- <h2>2.1.14<a class="headerlink" href="#id4" title="Link to this heading">¶</a></h2>
71
+ <section id="id5">
72
+ <h2>2.1.14<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
65
73
  <ul class="simple">
66
74
  <li><p>minor bug fixes and logging improvements.</p></li>
67
75
  </ul>
68
76
  </section>
69
- <section id="id5">
70
- <h2>2.1.13<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
77
+ <section id="id6">
78
+ <h2>2.1.13<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
71
79
  <ul class="simple">
72
80
  <li><p>New QPS v1.36</p></li>
73
81
  <li><p>New QIS v1.39</p></li>
74
82
  <li><p>minor bug fixes and logging improvements.</p></li>
75
83
  </ul>
76
84
  </section>
77
- <section id="id6">
78
- <h2>2.1.12<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
85
+ <section id="id7">
86
+ <h2>2.1.12<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
79
87
  <ul class="simple">
80
88
  <li><p>New QPS v1.35</p></li>
81
89
  <li><p>New QIS v1.38</p></li>
82
90
  <li><p>minor bug fixes and removal of depracated code.</p></li>
83
91
  </ul>
84
92
  </section>
85
- <section id="id7">
86
- <h2>2.1.11<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
93
+ <section id="id8">
94
+ <h2>2.1.11<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
87
95
  <ul class="simple">
88
96
  <li><p>New QPS v1.32</p></li>
89
97
  <li><p>New QIS v1.37</p></li>
90
98
  <li><p>quarchpy.run module_debug added for checking state of module and DUT</p></li>
91
99
  </ul>
92
100
  </section>
93
- <section id="id8">
94
- <h2>2.1.10<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
101
+ <section id="id9">
102
+ <h2>2.1.10<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
95
103
  <ul class="simple">
96
104
  <li><p>New QPS v1.29</p></li>
97
105
  <li><p>New QIS v1.33</p></li>
98
106
  </ul>
99
107
  </section>
100
- <section id="id9">
101
- <h2>2.1.8<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
108
+ <section id="id10">
109
+ <h2>2.1.8<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
102
110
  <ul class="simple">
103
111
  <li><p>New QPS v1.28</p></li>
104
112
  </ul>
105
113
  </section>
106
- <section id="id10">
107
- <h2>2.1.7<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
114
+ <section id="id11">
115
+ <h2>2.1.7<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
108
116
  <ul class="simple">
109
117
  <li><p>New QPS v1.27</p></li>
110
118
  <li><p>New QIS v1.32</p></li>
111
119
  </ul>
112
120
  </section>
113
- <section id="id11">
114
- <h2>2.1.6<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
121
+ <section id="id12">
122
+ <h2>2.1.6<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
115
123
  <ul class="simple">
116
124
  <li><p>New QPS v1.26</p></li>
117
125
  <li><p>New QIS v1.31</p></li>
118
126
  </ul>
119
127
  </section>
120
- <section id="id12">
121
- <h2>2.1.5<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
128
+ <section id="id13">
129
+ <h2>2.1.5<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
122
130
  <ul class="simple">
123
131
  <li><p>New QPS v1.24</p></li>
124
132
  </ul>
125
133
  </section>
126
- <section id="id13">
127
- <h2>2.1.4<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
134
+ <section id="id14">
135
+ <h2>2.1.4<a class="headerlink" href="#id14" title="Link to this heading">¶</a></h2>
128
136
  <ul class="simple">
129
137
  <li><p>New QPS v1.23</p></li>
130
138
  <li><p>New QIS v1.29</p></li>
131
139
  </ul>
132
140
  </section>
133
- <section id="id14">
134
- <h2>2.1.3<a class="headerlink" href="#id14" title="Link to this heading">¶</a></h2>
141
+ <section id="id15">
142
+ <h2>2.1.3<a class="headerlink" href="#id15" title="Link to this heading">¶</a></h2>
135
143
  <ul class="simple">
136
144
  <li><p>New QPS v1.22</p></li>
137
145
  <li><p>modules on the network can now be connected to using conType:QTLNumber eg. TCP:QTL1999-02-001.</p></li>
@@ -140,15 +148,15 @@
140
148
  <li><p>display table formats multiline items and handles empty cells</p></li>
141
149
  </ul>
142
150
  </section>
143
- <section id="id15">
144
- <h2>2.1.2<a class="headerlink" href="#id15" title="Link to this heading">¶</a></h2>
151
+ <section id="id16">
152
+ <h2>2.1.2<a class="headerlink" href="#id16" title="Link to this heading">¶</a></h2>
145
153
  <ul class="simple">
146
154
  <li><p>QPS v1.20</p></li>
147
155
  <li><p>QIS v1.19</p></li>
148
156
  </ul>
149
157
  </section>
150
- <section id="id16">
151
- <h2>2.1.1<a class="headerlink" href="#id16" title="Link to this heading">¶</a></h2>
158
+ <section id="id17">
159
+ <h2>2.1.1<a class="headerlink" href="#id17" title="Link to this heading">¶</a></h2>
152
160
  <ul class="simple">
153
161
  <li><p>Seperation of QIS module scan and QIS select device</p></li>
154
162
  <li><p>Added getQuarchDevice which is a wrapper around quarchDevice that allows connections to sub-devices in array controllers over all connection types</p></li>
@@ -156,28 +164,28 @@
156
164
  <li><p>Seperated the SystenTest (debug_info) into seperate parts with flags to allow the user to skip certain parts. This allows the test to be run without user interaction of selecting a module.</p></li>
157
165
  </ul>
158
166
  </section>
159
- <section id="id17">
160
- <h2>2.1.0<a class="headerlink" href="#id17" title="Link to this heading">¶</a></h2>
167
+ <section id="id18">
168
+ <h2>2.1.0<a class="headerlink" href="#id18" title="Link to this heading">¶</a></h2>
161
169
  <ul class="simple">
162
170
  <li><p>logging improvements</p></li>
163
171
  <li><p>usb locked devices fix for CentOS, Ubuntu, and Fedora</p></li>
164
172
  </ul>
165
173
  </section>
166
- <section id="id18">
167
- <h2>2.0.22<a class="headerlink" href="#id18" title="Link to this heading">¶</a></h2>
174
+ <section id="id19">
175
+ <h2>2.0.22<a class="headerlink" href="#id19" title="Link to this heading">¶</a></h2>
168
176
  <ul class="simple">
169
177
  <li><p>Calibration and QCS removed from quarchpy and are not in their own packages</p></li>
170
178
  <li><p>New command “python -m quarchpy.run debug -usbfix” sets USB rules to fix quarch modules appearing as locked devices on Linux OS</p></li>
171
179
  </ul>
172
180
  </section>
173
- <section id="id19">
174
- <h2>2.0.21<a class="headerlink" href="#id19" title="Link to this heading">¶</a></h2>
181
+ <section id="id20">
182
+ <h2>2.0.21<a class="headerlink" href="#id20" title="Link to this heading">¶</a></h2>
175
183
  <ul class="simple">
176
184
  <li><p>new QIS v1.23</p></li>
177
185
  </ul>
178
186
  </section>
179
- <section id="id20">
180
- <h2>2.0.20<a class="headerlink" href="#id20" title="Link to this heading">¶</a></h2>
187
+ <section id="id21">
188
+ <h2>2.0.20<a class="headerlink" href="#id21" title="Link to this heading">¶</a></h2>
181
189
  <ul class="simple">
182
190
  <li><p>New modules added to calibration, wiring prompt added, logging improvements</p></li>
183
191
  <li><p>Fixes for PAM streaming using QIS</p></li>
@@ -188,8 +196,8 @@
188
196
  <li><p>“quarchpy.run list_drives” command added</p></li>
189
197
  </ul>
190
198
  </section>
191
- <section id="id21">
192
- <h2>2.0.19<a class="headerlink" href="#id21" title="Link to this heading">¶</a></h2>
199
+ <section id="id22">
200
+ <h2>2.0.19<a class="headerlink" href="#id22" title="Link to this heading">¶</a></h2>
193
201
  <ul class="simple">
194
202
  <li><p>QPS v1.17</p></li>
195
203
  <li><p>Quarchpy run terminal runs the simple python terminal to talk to modules</p></li>
@@ -201,8 +209,8 @@
201
209
  <li><p>Minor bug fixes</p></li>
202
210
  </ul>
203
211
  </section>
204
- <section id="id22">
205
- <h2>2.0.18<a class="headerlink" href="#id22" title="Link to this heading">¶</a></h2>
212
+ <section id="id23">
213
+ <h2>2.0.18<a class="headerlink" href="#id23" title="Link to this heading">¶</a></h2>
206
214
  <ul class="simple">
207
215
  <li><p>QPS 1.13</p></li>
208
216
  <li><p>Iomenter drive location bugfix</p></li>
@@ -212,14 +220,14 @@
212
220
  <li><p>Updated communication to TLS</p></li>
213
221
  </ul>
214
222
  </section>
215
- <section id="id23">
216
- <h2>2.0.16<a class="headerlink" href="#id23" title="Link to this heading">¶</a></h2>
223
+ <section id="id24">
224
+ <h2>2.0.16<a class="headerlink" href="#id24" title="Link to this heading">¶</a></h2>
217
225
  <ul class="simple">
218
226
  <li><p>QPS 1.11</p></li>
219
227
  </ul>
220
228
  </section>
221
- <section id="id24">
222
- <h2>2.0.15<a class="headerlink" href="#id24" title="Link to this heading">¶</a></h2>
229
+ <section id="id25">
230
+ <h2>2.0.15<a class="headerlink" href="#id25" title="Link to this heading">¶</a></h2>
223
231
  <ul class="simple">
224
232
  <li><p>QIS v1.19.03 and QPS 1.10.12</p></li>
225
233
  <li><p>Updated debug info test</p></li>
@@ -227,22 +235,22 @@
227
235
  <li><p>Calibration updates</p></li>
228
236
  </ul>
229
237
  </section>
230
- <section id="id25">
231
- <h2>2.0.14<a class="headerlink" href="#id25" title="Link to this heading">¶</a></h2>
238
+ <section id="id26">
239
+ <h2>2.0.14<a class="headerlink" href="#id26" title="Link to this heading">¶</a></h2>
232
240
  <ul class="simple">
233
241
  <li><p>QPS annotations through quarchpy improvements</p></li>
234
242
  </ul>
235
243
  </section>
236
- <section id="id26">
237
- <h2>2.0.13<a class="headerlink" href="#id26" title="Link to this heading">¶</a></h2>
244
+ <section id="id27">
245
+ <h2>2.0.13<a class="headerlink" href="#id27" title="Link to this heading">¶</a></h2>
238
246
  <ul class="simple">
239
247
  <li><p>Python2 bug fixes</p></li>
240
248
  <li><p>UI tidy up</p></li>
241
249
  <li><p>New custom annotations and comments QPS API</p></li>
242
250
  </ul>
243
251
  </section>
244
- <section id="id27">
245
- <h2>2.0.12<a class="headerlink" href="#id27" title="Link to this heading">¶</a></h2>
252
+ <section id="id28">
253
+ <h2>2.0.12<a class="headerlink" href="#id28" title="Link to this heading">¶</a></h2>
246
254
  <ul class="simple">
247
255
  <li><p>Fixed issue with array module scan over UDP outside of subnet</p></li>
248
256
  <li><p>Bug fix for HD connection via USB in linux</p></li>
@@ -255,8 +263,8 @@
255
263
  <li><p>Calibration wait for specific module uptime and report file updates</p></li>
256
264
  </ul>
257
265
  </section>
258
- <section id="id28">
259
- <h2>2.0.11<a class="headerlink" href="#id28" title="Link to this heading">¶</a></h2>
266
+ <section id="id29">
267
+ <h2>2.0.11<a class="headerlink" href="#id29" title="Link to this heading">¶</a></h2>
260
268
  <ul class="simple">
261
269
  <li><p>Improved list selection for devices</p></li>
262
270
  <li><p>Fixed bug when scanning for devices within an Array</p></li>
@@ -264,8 +272,8 @@
264
272
  <li><p>Clean up of calibration switchbox code and user logging</p></li>
265
273
  </ul>
266
274
  </section>
267
- <section id="id29">
268
- <h2>2.0.10<a class="headerlink" href="#id29" title="Link to this heading">¶</a></h2>
275
+ <section id="id30">
276
+ <h2>2.0.10<a class="headerlink" href="#id30" title="Link to this heading">¶</a></h2>
269
277
  <ul class="simple">
270
278
  <li><p>QCS server logging cleaned up</p></li>
271
279
  <li><p>Additional platform tests added to debug_info test</p></li>
@@ -277,24 +285,24 @@
277
285
  <li><p>QCS improvements to linux drive enumeration tests</p></li>
278
286
  </ul>
279
287
  </section>
280
- <section id="id30">
281
- <h2>2.0.9<a class="headerlink" href="#id30" title="Link to this heading">¶</a></h2>
288
+ <section id="id31">
289
+ <h2>2.0.9<a class="headerlink" href="#id31" title="Link to this heading">¶</a></h2>
282
290
  <ul class="simple">
283
291
  <li><p>Significant QCS additions including power testing</p></li>
284
292
  <li><p>Added remote switchbox to calibration utility</p></li>
285
293
  <li><p>Various minor bug fixes and improvements to calibration utility</p></li>
286
294
  </ul>
287
295
  </section>
288
- <section id="id31">
289
- <h2>2.0.8<a class="headerlink" href="#id31" title="Link to this heading">¶</a></h2>
296
+ <section id="id32">
297
+ <h2>2.0.8<a class="headerlink" href="#id32" title="Link to this heading">¶</a></h2>
290
298
  <ul class="simple">
291
299
  <li><p>Added readme.md for PyPi description</p></li>
292
300
  <li><p>Fixed bug in QIS when checking if QIS is running</p></li>
293
301
  <li><p>Various minor additions for QCS</p></li>
294
302
  </ul>
295
303
  </section>
296
- <section id="id32">
297
- <h2>2.0.7<a class="headerlink" href="#id32" title="Link to this heading">¶</a></h2>
304
+ <section id="id33">
305
+ <h2>2.0.7<a class="headerlink" href="#id33" title="Link to this heading">¶</a></h2>
298
306
  <ul class="simple">
299
307
  <li><p>Changes since 2.0.2</p></li>
300
308
  <li><p>Minor bug fixes</p></li>
@@ -306,8 +314,8 @@
306
314
  <li><p>UI changes, input validation, smart port select</p></li>
307
315
  </ul>
308
316
  </section>
309
- <section id="id33">
310
- <h2>2.0.2<a class="headerlink" href="#id33" title="Link to this heading">¶</a></h2>
317
+ <section id="id34">
318
+ <h2>2.0.2<a class="headerlink" href="#id34" title="Link to this heading">¶</a></h2>
311
319
  <ul class="simple">
312
320
  <li><p>UI Package added</p></li>
313
321
  <li><p>Connection over TCP for python added</p></li>
@@ -315,8 +323,8 @@
315
323
  <li><p>Drive test core added</p></li>
316
324
  </ul>
317
325
  </section>
318
- <section id="id34">
319
- <h2>2.0.0<a class="headerlink" href="#id34" title="Link to this heading">¶</a></h2>
326
+ <section id="id35">
327
+ <h2>2.0.0<a class="headerlink" href="#id35" title="Link to this heading">¶</a></h2>
320
328
  <ul class="simple">
321
329
  <li><p>Major folder restructure</p></li>
322
330
  <li><p>Added test center support</p></li>
@@ -325,8 +333,8 @@
325
333
  <li><p>Minor bug fixes</p></li>
326
334
  </ul>
327
335
  </section>
328
- <section id="id35">
329
- <h2>1.8.0<a class="headerlink" href="#id35" title="Link to this heading">¶</a></h2>
336
+ <section id="id36">
337
+ <h2>1.8.0<a class="headerlink" href="#id36" title="Link to this heading">¶</a></h2>
330
338
  <ul class="simple">
331
339
  <li><p>Tab to white space convert</p></li>
332
340
  <li><p>Updated __init__ file to co-allign with python practices</p></li>
@@ -336,60 +344,60 @@
336
344
  <li><p>Compatibility with Python 3 and Linux Improved!</p></li>
337
345
  </ul>
338
346
  </section>
339
- <section id="id36">
340
- <h2>1.7.6<a class="headerlink" href="#id36" title="Link to this heading">¶</a></h2>
347
+ <section id="id37">
348
+ <h2>1.7.6<a class="headerlink" href="#id37" title="Link to this heading">¶</a></h2>
341
349
  <ul class="simple">
342
350
  <li><p>Fixes bug with usb connection</p></li>
343
351
  </ul>
344
352
  </section>
345
- <section id="id37">
346
- <h2>1.7.5<a class="headerlink" href="#id37" title="Link to this heading">¶</a></h2>
353
+ <section id="id38">
354
+ <h2>1.7.5<a class="headerlink" href="#id38" title="Link to this heading">¶</a></h2>
347
355
  <ul class="simple">
348
356
  <li><p>Fixed USB DLL Compatibility</p></li>
349
357
  <li><p>Fixed potential path issues with Qis and Qps open</p></li>
350
358
  </ul>
351
359
  </section>
352
- <section id="id38">
353
- <h2>1.7.4<a class="headerlink" href="#id38" title="Link to this heading">¶</a></h2>
360
+ <section id="id39">
361
+ <h2>1.7.4<a class="headerlink" href="#id39" title="Link to this heading">¶</a></h2>
354
362
  <ul class="simple">
355
363
  <li><p>Updated to QPS 1.08</p></li>
356
364
  </ul>
357
365
  </section>
358
- <section id="id39">
359
- <h2>1.7.3<a class="headerlink" href="#id39" title="Link to this heading">¶</a></h2>
366
+ <section id="id40">
367
+ <h2>1.7.3<a class="headerlink" href="#id40" title="Link to this heading">¶</a></h2>
360
368
  <ul class="simple">
361
369
  <li><p>Additional Bug Fixes</p></li>
362
370
  </ul>
363
371
  </section>
364
- <section id="id40">
365
- <h2>1.7.2<a class="headerlink" href="#id40" title="Link to this heading">¶</a></h2>
372
+ <section id="id41">
373
+ <h2>1.7.2<a class="headerlink" href="#id41" title="Link to this heading">¶</a></h2>
366
374
  <ul class="simple">
367
375
  <li><p>Bug fixing timings for QIS (LINUX + WINDOWS)</p></li>
368
376
  </ul>
369
377
  </section>
370
- <section id="id41">
371
- <h2>1.7.1<a class="headerlink" href="#id41" title="Link to this heading">¶</a></h2>
378
+ <section id="id42">
379
+ <h2>1.7.1<a class="headerlink" href="#id42" title="Link to this heading">¶</a></h2>
372
380
  <ul class="simple">
373
381
  <li><p>Updated FIO for use with Linux and to allow arguments without values</p></li>
374
382
  <li><p>Fixes path problem on Linux</p></li>
375
383
  <li><p>Fixes FIO on Linux</p></li>
376
384
  </ul>
377
385
  </section>
378
- <section id="id42">
379
- <h2>1.7.0<a class="headerlink" href="#id42" title="Link to this heading">¶</a></h2>
386
+ <section id="id43">
387
+ <h2>1.7.0<a class="headerlink" href="#id43" title="Link to this heading">¶</a></h2>
380
388
  <ul class="simple">
381
389
  <li><p>Improved compatability with Windows and Ubuntu</p></li>
382
390
  </ul>
383
391
  </section>
384
- <section id="id43">
385
- <h2>1.6.1<a class="headerlink" href="#id43" title="Link to this heading">¶</a></h2>
392
+ <section id="id44">
393
+ <h2>1.6.1<a class="headerlink" href="#id44" title="Link to this heading">¶</a></h2>
386
394
  <ul class="simple">
387
395
  <li><p>Updating USB Scan</p></li>
388
396
  <li><p>Adding functionality to specify OS bit architecture (windows)</p></li>
389
397
  </ul>
390
398
  </section>
391
- <section id="id44">
392
- <h2>1.6.0<a class="headerlink" href="#id44" title="Link to this heading">¶</a></h2>
399
+ <section id="id45">
400
+ <h2>1.6.0<a class="headerlink" href="#id45" title="Link to this heading">¶</a></h2>
393
401
  <ul class="simple">
394
402
  <li><p>custom $scan IP</p></li>
395
403
  <li><p>fixes QIS detection</p></li>
@@ -397,34 +405,34 @@
397
405
  <li><p>Bug fix - QIS Load</p></li>
398
406
  </ul>
399
407
  </section>
400
- <section id="id45">
401
- <h2>1.5.4<a class="headerlink" href="#id45" title="Link to this heading">¶</a></h2>
408
+ <section id="id46">
409
+ <h2>1.5.4<a class="headerlink" href="#id46" title="Link to this heading">¶</a></h2>
402
410
  <ul class="simple">
403
411
  <li><p>Updating README and LICENSE</p></li>
404
412
  </ul>
405
413
  </section>
406
- <section id="id46">
407
- <h2>1.5.2<a class="headerlink" href="#id46" title="Link to this heading">¶</a></h2>
414
+ <section id="id47">
415
+ <h2>1.5.2<a class="headerlink" href="#id47" title="Link to this heading">¶</a></h2>
408
416
  <ul class="simple">
409
417
  <li><p>Bug Fix - Case sensitivity issue with devices</p></li>
410
418
  </ul>
411
419
  </section>
412
- <section id="id47">
413
- <h2>1.5.1<a class="headerlink" href="#id47" title="Link to this heading">¶</a></h2>
420
+ <section id="id48">
421
+ <h2>1.5.1<a class="headerlink" href="#id48" title="Link to this heading">¶</a></h2>
414
422
  <ul class="simple">
415
423
  <li><p>Additional Bug Fixes</p></li>
416
424
  </ul>
417
425
  </section>
418
- <section id="id48">
419
- <h2>1.5.0<a class="headerlink" href="#id48" title="Link to this heading">¶</a></h2>
426
+ <section id="id49">
427
+ <h2>1.5.0<a class="headerlink" href="#id49" title="Link to this heading">¶</a></h2>
420
428
  <ul class="simple">
421
429
  <li><p>Integration with FIO</p></li>
422
430
  <li><p>Additional QPS functionality</p></li>
423
431
  <li><p>Added device search timeout</p></li>
424
432
  </ul>
425
433
  </section>
426
- <section id="id49">
427
- <h2>1.4.1<a class="headerlink" href="#id49" title="Link to this heading">¶</a></h2>
434
+ <section id="id50">
435
+ <h2>1.4.1<a class="headerlink" href="#id50" title="Link to this heading">¶</a></h2>
428
436
  <ul class="simple">
429
437
  <li><p>Fixed the wmi error when importing quarchpy.</p></li>
430
438
  </ul>
@@ -436,14 +444,14 @@
436
444
  <li><p>Additional fixes for wait times</p></li>
437
445
  </ul>
438
446
  </section>
439
- <section id="id50">
440
- <h2>1.3.4<a class="headerlink" href="#id50" title="Link to this heading">¶</a></h2>
447
+ <section id="id51">
448
+ <h2>1.3.4<a class="headerlink" href="#id51" title="Link to this heading">¶</a></h2>
441
449
  <ul class="simple">
442
450
  <li><p>Implemented resampling and a better way to launch QIS from the script.</p></li>
443
451
  </ul>
444
452
  </section>
445
- <section id="id51">
446
- <h2>1.3.3<a class="headerlink" href="#id51" title="Link to this heading">¶</a></h2>
453
+ <section id="id52">
454
+ <h2>1.3.3<a class="headerlink" href="#id52" title="Link to this heading">¶</a></h2>
447
455
  <ul class="simple">
448
456
  <li><p>Implements isQisRunning</p></li>
449
457
  <li><p>Implements qisInterface</p></li>
@@ -451,14 +459,14 @@
451
459
  <li><p>Fixes a bug in QIS interface listDevices that didn’t allow it to work with Python 3</p></li>
452
460
  </ul>
453
461
  </section>
454
- <section id="id52">
455
- <h2>1.3.2<a class="headerlink" href="#id52" title="Link to this heading">¶</a></h2>
462
+ <section id="id53">
463
+ <h2>1.3.2<a class="headerlink" href="#id53" title="Link to this heading">¶</a></h2>
456
464
  <ul class="simple">
457
465
  <li><p>Bug Fix running QIS locally</p></li>
458
466
  </ul>
459
467
  </section>
460
- <section id="id53">
461
- <h2>1.3.1<a class="headerlink" href="#id53" title="Link to this heading">¶</a></h2>
468
+ <section id="id54">
469
+ <h2>1.3.1<a class="headerlink" href="#id54" title="Link to this heading">¶</a></h2>
462
470
  <ul class="simple">
463
471
  <li><p>Implements startLocalQIS</p></li>
464
472
  <li><p>Packs QIS v1.6 - fixes the bugs with QIS &gt;v1.6 and multiple modules</p></li>
@@ -466,8 +474,8 @@
466
474
  <li><p>Compatible with x6 PPM QIS stream.</p></li>
467
475
  </ul>
468
476
  </section>
469
- <section id="id54">
470
- <h2>1.2.0<a class="headerlink" href="#id54" title="Link to this heading">¶</a></h2>
477
+ <section id="id55">
478
+ <h2>1.2.0<a class="headerlink" href="#id55" title="Link to this heading">¶</a></h2>
471
479
  <ul class="simple">
472
480
  <li><p>Changes to object model</p></li>
473
481
  </ul>
@@ -529,11 +537,11 @@
529
537
  <div class="clearer"></div>
530
538
  </div>
531
539
  <div class="footer">
532
- &copy;2020, Quarch Technology Ltd.
540
+ &#169;2020, Quarch Technology Ltd.
533
541
 
534
542
  |
535
- Powered by <a href="http://sphinx-doc.org/">Sphinx 7.2.6</a>
536
- &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
543
+ Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.2.6</a>
544
+ &amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>
537
545
 
538
546
  |
539
547
  <a href="_sources/CHANGES.rst.txt"
@@ -13,7 +13,12 @@ Quarchpy
13
13
  Change Log
14
14
  ----------
15
15
 
16
- 2.1.16
16
+ 2.1.18
17
+ ------
18
+ - Imporoved QIS streaming
19
+ - Bug fixes
20
+
21
+ 2.1.17
17
22
  ------
18
23
  - Improved QIS QPS launching on Linux sytems
19
24
  - System debug for linux systems
@@ -69,6 +69,11 @@ div.relations {
69
69
  }
70
70
 
71
71
 
72
+ div.sphinxsidebar {
73
+ max-height: 100%;
74
+ overflow-y: auto;
75
+ }
76
+
72
77
  div.sphinxsidebar a {
73
78
  color: #444;
74
79
  text-decoration: none;
@@ -155,6 +160,14 @@ div.sphinxsidebar input {
155
160
  font-size: 1em;
156
161
  }
157
162
 
163
+ div.sphinxsidebar #searchbox input[type="text"] {
164
+ width: 160px;
165
+ }
166
+
167
+ div.sphinxsidebar .search > div {
168
+ display: table-cell;
169
+ }
170
+
158
171
  div.sphinxsidebar hr {
159
172
  border: none;
160
173
  height: 1px;
@@ -638,15 +651,7 @@ a:hover tt, a:hover code {
638
651
  display: none!important;
639
652
  }
640
653
 
641
- /* Make nested-list/multi-paragraph items look better in Releases changelog
642
- * pages. Without this, docutils' magical list fuckery causes inconsistent
643
- * formatting between different release sub-lists.
644
- */
645
- div#changelog > div.section > ul > li > p:only-child {
646
- margin-bottom: 0;
647
- }
648
-
649
- /* Hide fugly table cell borders in ..bibliography:: directive output */
654
+ /* Hide ugly table cell borders in ..bibliography:: directive output */
650
655
  table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
651
656
  border: none;
652
657
  /* Below needed in some edge cases; if not applied, bottom shadows appear */
@@ -222,7 +222,7 @@ table.modindextable td {
222
222
  /* -- general body styles --------------------------------------------------- */
223
223
 
224
224
  div.body {
225
- min-width: 360px;
225
+ min-width: inherit;
226
226
  max-width: 800px;
227
227
  }
228
228
 
@@ -55,7 +55,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
55
55
  .highlight .nv { color: #000000 } /* Name.Variable */
56
56
  .highlight .ow { color: #004461; font-weight: bold } /* Operator.Word */
57
57
  .highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
58
- .highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
58
+ .highlight .w { color: #f8f8f8 } /* Text.Whitespace */
59
59
  .highlight .mb { color: #990000 } /* Literal.Number.Bin */
60
60
  .highlight .mf { color: #990000 } /* Literal.Number.Float */
61
61
  .highlight .mh { color: #990000 } /* Literal.Number.Hex */