quarchpy 2.1.17.dev1__py2.py3-none-any.whl → 2.1.18.dev1__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 (47) hide show
  1. quarchpy/.idea/workspace.xml +41 -41
  2. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  3. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  4. quarchpy/_version.py +1 -1
  5. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  6. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  7. quarchpy/connection_specific/connection_mDNS.py +4 -7
  8. quarchpy/connection_specific/connection_mDNS.py.bak +48 -0
  9. quarchpy/debug/SystemTest.py +6 -1
  10. quarchpy/debug/SystemTest.py.bak +188 -0
  11. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  12. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  13. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  14. quarchpy/device/scanDevices.py +10 -25
  15. quarchpy/device/scanDevices.py.bak +645 -0
  16. quarchpy/docs/CHANGES.rst +14 -0
  17. quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
  18. quarchpy/docs/_build/doctrees/environment.pickle +0 -0
  19. quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
  20. quarchpy/docs/_build/doctrees/source/quarchpy.fio.doctree +0 -0
  21. quarchpy/docs/_build/doctrees/source/quarchpy.qis.doctree +0 -0
  22. quarchpy/docs/_build/doctrees/source/quarchpy.qps.doctree +0 -0
  23. quarchpy/docs/_build/html/CHANGES.html +121 -101
  24. quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +14 -0
  25. quarchpy/docs/_build/html/genindex.html +27 -2
  26. quarchpy/docs/_build/html/index.html +54 -51
  27. quarchpy/docs/_build/html/objects.inv +0 -0
  28. quarchpy/docs/_build/html/py-modindex.html +5 -0
  29. quarchpy/docs/_build/html/searchindex.js +1 -1
  30. quarchpy/docs/_build/html/source/changelog.html +175 -152
  31. quarchpy/docs/_build/html/source/modules.html +1 -1
  32. quarchpy/docs/_build/html/source/quarchpy.fio.html +28 -2
  33. quarchpy/docs/_build/html/source/quarchpy.html +12 -1
  34. quarchpy/docs/_build/html/source/quarchpy.qis.html +12 -0
  35. quarchpy/docs/_build/html/source/quarchpy.qps.html +14 -2
  36. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  37. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  38. quarchpy/qis/qisFuncs.py +58 -12
  39. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  40. quarchpy/qps/qpsFuncs.py +61 -20
  41. quarchpy/qps/qpsFuncs.py.bak +66 -18
  42. quarchpy/run.py +0 -1
  43. quarchpy/run.py.bak +283 -0
  44. {quarchpy-2.1.17.dev1.dist-info → quarchpy-2.1.18.dev1.dist-info}/METADATA +18 -1
  45. {quarchpy-2.1.17.dev1.dist-info → quarchpy-2.1.18.dev1.dist-info}/RECORD +47 -43
  46. {quarchpy-2.1.17.dev1.dist-info → quarchpy-2.1.18.dev1.dist-info}/WHEEL +0 -0
  47. {quarchpy-2.1.17.dev1.dist-info → quarchpy-2.1.18.dev1.dist-info}/top_level.txt +0 -0
@@ -43,77 +43,97 @@
43
43
  <h2>Change Log<a class="headerlink" href="#change-log" title="Link to this heading">¶</a></h2>
44
44
  </section>
45
45
  <section id="id1">
46
- <h2>2.1.14<a class="headerlink" href="#id1" title="Link to this heading">¶</a></h2>
46
+ <h2>2.1.16<a class="headerlink" href="#id1" title="Link to this heading">¶</a></h2>
47
47
  <ul class="simple">
48
- <li><p>minor bug fixes and logging improvements.</p></li>
48
+ <li><p>Improved QIS QPS launching on Linux sytems</p></li>
49
+ <li><p>System debug for linux systems</p></li>
49
50
  </ul>
50
51
  </section>
51
52
  <section id="id2">
52
- <h2>2.1.13<a class="headerlink" href="#id2" title="Link to this heading">¶</a></h2>
53
+ <h2>2.1.16<a class="headerlink" href="#id2" title="Link to this heading">¶</a></h2>
54
+ <ul class="simple">
55
+ <li><p>FIO mb/s parsing</p></li>
56
+ <li><p>Improved QIS QPS launching</p></li>
57
+ </ul>
58
+ </section>
59
+ <section id="id3">
60
+ <h2>2.1.15<a class="headerlink" href="#id3" title="Link to this heading">¶</a></h2>
61
+ <ul class="simple">
62
+ <li><p>minor bug fix</p></li>
63
+ </ul>
64
+ </section>
65
+ <section id="id4">
66
+ <h2>2.1.14<a class="headerlink" href="#id4" title="Link to this heading">¶</a></h2>
67
+ <ul class="simple">
68
+ <li><p>minor bug fixes and logging improvements.</p></li>
69
+ </ul>
70
+ </section>
71
+ <section id="id5">
72
+ <h2>2.1.13<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
53
73
  <ul class="simple">
54
74
  <li><p>New QPS v1.36</p></li>
55
75
  <li><p>New QIS v1.39</p></li>
56
76
  <li><p>minor bug fixes and logging improvements.</p></li>
57
77
  </ul>
58
78
  </section>
59
- <section id="id3">
60
- <h2>2.1.12<a class="headerlink" href="#id3" title="Link to this heading">¶</a></h2>
79
+ <section id="id6">
80
+ <h2>2.1.12<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
61
81
  <ul class="simple">
62
82
  <li><p>New QPS v1.35</p></li>
63
83
  <li><p>New QIS v1.38</p></li>
64
84
  <li><p>minor bug fixes and removal of depracated code.</p></li>
65
85
  </ul>
66
86
  </section>
67
- <section id="id4">
68
- <h2>2.1.11<a class="headerlink" href="#id4" title="Link to this heading">¶</a></h2>
87
+ <section id="id7">
88
+ <h2>2.1.11<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
69
89
  <ul class="simple">
70
90
  <li><p>New QPS v1.32</p></li>
71
91
  <li><p>New QIS v1.37</p></li>
72
92
  <li><p>quarchpy.run module_debug added for checking state of module and DUT</p></li>
73
93
  </ul>
74
94
  </section>
75
- <section id="id5">
76
- <h2>2.1.10<a class="headerlink" href="#id5" title="Link to this heading">¶</a></h2>
95
+ <section id="id8">
96
+ <h2>2.1.10<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
77
97
  <ul class="simple">
78
98
  <li><p>New QPS v1.29</p></li>
79
99
  <li><p>New QIS v1.33</p></li>
80
100
  </ul>
81
101
  </section>
82
- <section id="id6">
83
- <h2>2.1.8<a class="headerlink" href="#id6" title="Link to this heading">¶</a></h2>
102
+ <section id="id9">
103
+ <h2>2.1.8<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
84
104
  <ul class="simple">
85
105
  <li><p>New QPS v1.28</p></li>
86
106
  </ul>
87
107
  </section>
88
- <section id="id7">
89
- <h2>2.1.7<a class="headerlink" href="#id7" title="Link to this heading">¶</a></h2>
108
+ <section id="id10">
109
+ <h2>2.1.7<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
90
110
  <ul class="simple">
91
111
  <li><p>New QPS v1.27</p></li>
92
112
  <li><p>New QIS v1.32</p></li>
93
113
  </ul>
94
114
  </section>
95
- <section id="id8">
96
- <h2>2.1.6<a class="headerlink" href="#id8" title="Link to this heading">¶</a></h2>
115
+ <section id="id11">
116
+ <h2>2.1.6<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
97
117
  <ul class="simple">
98
118
  <li><p>New QPS v1.26</p></li>
99
119
  <li><p>New QIS v1.31</p></li>
100
120
  </ul>
101
121
  </section>
102
- <section id="id9">
103
- <h2>2.1.5<a class="headerlink" href="#id9" title="Link to this heading">¶</a></h2>
122
+ <section id="id12">
123
+ <h2>2.1.5<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
104
124
  <ul class="simple">
105
125
  <li><p>New QPS v1.24</p></li>
106
126
  </ul>
107
127
  </section>
108
- <section id="id10">
109
- <h2>2.1.4<a class="headerlink" href="#id10" title="Link to this heading">¶</a></h2>
128
+ <section id="id13">
129
+ <h2>2.1.4<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
110
130
  <ul class="simple">
111
131
  <li><p>New QPS v1.23</p></li>
112
132
  <li><p>New QIS v1.29</p></li>
113
133
  </ul>
114
134
  </section>
115
- <section id="id11">
116
- <h2>2.1.3<a class="headerlink" href="#id11" title="Link to this heading">¶</a></h2>
135
+ <section id="id14">
136
+ <h2>2.1.3<a class="headerlink" href="#id14" title="Link to this heading">¶</a></h2>
117
137
  <ul class="simple">
118
138
  <li><p>New QPS v1.22</p></li>
119
139
  <li><p>modules on the network can now be connected to using conType:QTLNumber eg. TCP:QTL1999-02-001.</p></li>
@@ -122,15 +142,15 @@
122
142
  <li><p>display table formats multiline items and handles empty cells</p></li>
123
143
  </ul>
124
144
  </section>
125
- <section id="id12">
126
- <h2>2.1.2<a class="headerlink" href="#id12" title="Link to this heading">¶</a></h2>
145
+ <section id="id15">
146
+ <h2>2.1.2<a class="headerlink" href="#id15" title="Link to this heading">¶</a></h2>
127
147
  <ul class="simple">
128
148
  <li><p>QPS v1.20</p></li>
129
149
  <li><p>QIS v1.19</p></li>
130
150
  </ul>
131
151
  </section>
132
- <section id="id13">
133
- <h2>2.1.1<a class="headerlink" href="#id13" title="Link to this heading">¶</a></h2>
152
+ <section id="id16">
153
+ <h2>2.1.1<a class="headerlink" href="#id16" title="Link to this heading">¶</a></h2>
134
154
  <ul class="simple">
135
155
  <li><p>Seperation of QIS module scan and QIS select device</p></li>
136
156
  <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>
@@ -138,28 +158,28 @@
138
158
  <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>
139
159
  </ul>
140
160
  </section>
141
- <section id="id14">
142
- <h2>2.1.0<a class="headerlink" href="#id14" title="Link to this heading">¶</a></h2>
161
+ <section id="id17">
162
+ <h2>2.1.0<a class="headerlink" href="#id17" title="Link to this heading">¶</a></h2>
143
163
  <ul class="simple">
144
164
  <li><p>logging improvements</p></li>
145
165
  <li><p>usb locked devices fix for CentOS, Ubuntu, and Fedora</p></li>
146
166
  </ul>
147
167
  </section>
148
- <section id="id15">
149
- <h2>2.0.22<a class="headerlink" href="#id15" title="Link to this heading">¶</a></h2>
168
+ <section id="id18">
169
+ <h2>2.0.22<a class="headerlink" href="#id18" title="Link to this heading">¶</a></h2>
150
170
  <ul class="simple">
151
171
  <li><p>Calibration and QCS removed from quarchpy and are not in their own packages</p></li>
152
172
  <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>
153
173
  </ul>
154
174
  </section>
155
- <section id="id16">
156
- <h2>2.0.21<a class="headerlink" href="#id16" title="Link to this heading">¶</a></h2>
175
+ <section id="id19">
176
+ <h2>2.0.21<a class="headerlink" href="#id19" title="Link to this heading">¶</a></h2>
157
177
  <ul class="simple">
158
178
  <li><p>new QIS v1.23</p></li>
159
179
  </ul>
160
180
  </section>
161
- <section id="id17">
162
- <h2>2.0.20<a class="headerlink" href="#id17" title="Link to this heading">¶</a></h2>
181
+ <section id="id20">
182
+ <h2>2.0.20<a class="headerlink" href="#id20" title="Link to this heading">¶</a></h2>
163
183
  <ul class="simple">
164
184
  <li><p>New modules added to calibration, wiring prompt added, logging improvements</p></li>
165
185
  <li><p>Fixes for PAM streaming using QIS</p></li>
@@ -170,8 +190,8 @@
170
190
  <li><p>“quarchpy.run list_drives” command added</p></li>
171
191
  </ul>
172
192
  </section>
173
- <section id="id18">
174
- <h2>2.0.19<a class="headerlink" href="#id18" title="Link to this heading">¶</a></h2>
193
+ <section id="id21">
194
+ <h2>2.0.19<a class="headerlink" href="#id21" title="Link to this heading">¶</a></h2>
175
195
  <ul class="simple">
176
196
  <li><p>QPS v1.17</p></li>
177
197
  <li><p>Quarchpy run terminal runs the simple python terminal to talk to modules</p></li>
@@ -183,8 +203,8 @@
183
203
  <li><p>Minor bug fixes</p></li>
184
204
  </ul>
185
205
  </section>
186
- <section id="id19">
187
- <h2>2.0.18<a class="headerlink" href="#id19" title="Link to this heading">¶</a></h2>
206
+ <section id="id22">
207
+ <h2>2.0.18<a class="headerlink" href="#id22" title="Link to this heading">¶</a></h2>
188
208
  <ul class="simple">
189
209
  <li><p>QPS 1.13</p></li>
190
210
  <li><p>Iomenter drive location bugfix</p></li>
@@ -194,14 +214,14 @@
194
214
  <li><p>Updated communication to TLS</p></li>
195
215
  </ul>
196
216
  </section>
197
- <section id="id20">
198
- <h2>2.0.16<a class="headerlink" href="#id20" title="Link to this heading">¶</a></h2>
217
+ <section id="id23">
218
+ <h2>2.0.16<a class="headerlink" href="#id23" title="Link to this heading">¶</a></h2>
199
219
  <ul class="simple">
200
220
  <li><p>QPS 1.11</p></li>
201
221
  </ul>
202
222
  </section>
203
- <section id="id21">
204
- <h2>2.0.15<a class="headerlink" href="#id21" title="Link to this heading">¶</a></h2>
223
+ <section id="id24">
224
+ <h2>2.0.15<a class="headerlink" href="#id24" title="Link to this heading">¶</a></h2>
205
225
  <ul class="simple">
206
226
  <li><p>QIS v1.19.03 and QPS 1.10.12</p></li>
207
227
  <li><p>Updated debug info test</p></li>
@@ -209,22 +229,22 @@
209
229
  <li><p>Calibration updates</p></li>
210
230
  </ul>
211
231
  </section>
212
- <section id="id22">
213
- <h2>2.0.14<a class="headerlink" href="#id22" title="Link to this heading">¶</a></h2>
232
+ <section id="id25">
233
+ <h2>2.0.14<a class="headerlink" href="#id25" title="Link to this heading">¶</a></h2>
214
234
  <ul class="simple">
215
235
  <li><p>QPS annotations through quarchpy improvements</p></li>
216
236
  </ul>
217
237
  </section>
218
- <section id="id23">
219
- <h2>2.0.13<a class="headerlink" href="#id23" title="Link to this heading">¶</a></h2>
238
+ <section id="id26">
239
+ <h2>2.0.13<a class="headerlink" href="#id26" title="Link to this heading">¶</a></h2>
220
240
  <ul class="simple">
221
241
  <li><p>Python2 bug fixes</p></li>
222
242
  <li><p>UI tidy up</p></li>
223
243
  <li><p>New custom annotations and comments QPS API</p></li>
224
244
  </ul>
225
245
  </section>
226
- <section id="id24">
227
- <h2>2.0.12<a class="headerlink" href="#id24" title="Link to this heading">¶</a></h2>
246
+ <section id="id27">
247
+ <h2>2.0.12<a class="headerlink" href="#id27" title="Link to this heading">¶</a></h2>
228
248
  <ul class="simple">
229
249
  <li><p>Fixed issue with array module scan over UDP outside of subnet</p></li>
230
250
  <li><p>Bug fix for HD connection via USB in linux</p></li>
@@ -237,8 +257,8 @@
237
257
  <li><p>Calibration wait for specific module uptime and report file updates</p></li>
238
258
  </ul>
239
259
  </section>
240
- <section id="id25">
241
- <h2>2.0.11<a class="headerlink" href="#id25" title="Link to this heading">¶</a></h2>
260
+ <section id="id28">
261
+ <h2>2.0.11<a class="headerlink" href="#id28" title="Link to this heading">¶</a></h2>
242
262
  <ul class="simple">
243
263
  <li><p>Improved list selection for devices</p></li>
244
264
  <li><p>Fixed bug when scanning for devices within an Array</p></li>
@@ -246,8 +266,8 @@
246
266
  <li><p>Clean up of calibration switchbox code and user logging</p></li>
247
267
  </ul>
248
268
  </section>
249
- <section id="id26">
250
- <h2>2.0.10<a class="headerlink" href="#id26" title="Link to this heading">¶</a></h2>
269
+ <section id="id29">
270
+ <h2>2.0.10<a class="headerlink" href="#id29" title="Link to this heading">¶</a></h2>
251
271
  <ul class="simple">
252
272
  <li><p>QCS server logging cleaned up</p></li>
253
273
  <li><p>Additional platform tests added to debug_info test</p></li>
@@ -259,24 +279,24 @@
259
279
  <li><p>QCS improvements to linux drive enumeration tests</p></li>
260
280
  </ul>
261
281
  </section>
262
- <section id="id27">
263
- <h2>2.0.9<a class="headerlink" href="#id27" title="Link to this heading">¶</a></h2>
282
+ <section id="id30">
283
+ <h2>2.0.9<a class="headerlink" href="#id30" title="Link to this heading">¶</a></h2>
264
284
  <ul class="simple">
265
285
  <li><p>Significant QCS additions including power testing</p></li>
266
286
  <li><p>Added remote switchbox to calibration utility</p></li>
267
287
  <li><p>Various minor bug fixes and improvements to calibration utility</p></li>
268
288
  </ul>
269
289
  </section>
270
- <section id="id28">
271
- <h2>2.0.8<a class="headerlink" href="#id28" title="Link to this heading">¶</a></h2>
290
+ <section id="id31">
291
+ <h2>2.0.8<a class="headerlink" href="#id31" title="Link to this heading">¶</a></h2>
272
292
  <ul class="simple">
273
293
  <li><p>Added readme.md for PyPi description</p></li>
274
294
  <li><p>Fixed bug in QIS when checking if QIS is running</p></li>
275
295
  <li><p>Various minor additions for QCS</p></li>
276
296
  </ul>
277
297
  </section>
278
- <section id="id29">
279
- <h2>2.0.7<a class="headerlink" href="#id29" title="Link to this heading">¶</a></h2>
298
+ <section id="id32">
299
+ <h2>2.0.7<a class="headerlink" href="#id32" title="Link to this heading">¶</a></h2>
280
300
  <ul class="simple">
281
301
  <li><p>Changes since 2.0.2</p></li>
282
302
  <li><p>Minor bug fixes</p></li>
@@ -288,8 +308,8 @@
288
308
  <li><p>UI changes, input validation, smart port select</p></li>
289
309
  </ul>
290
310
  </section>
291
- <section id="id30">
292
- <h2>2.0.2<a class="headerlink" href="#id30" title="Link to this heading">¶</a></h2>
311
+ <section id="id33">
312
+ <h2>2.0.2<a class="headerlink" href="#id33" title="Link to this heading">¶</a></h2>
293
313
  <ul class="simple">
294
314
  <li><p>UI Package added</p></li>
295
315
  <li><p>Connection over TCP for python added</p></li>
@@ -297,8 +317,8 @@
297
317
  <li><p>Drive test core added</p></li>
298
318
  </ul>
299
319
  </section>
300
- <section id="id31">
301
- <h2>2.0.0<a class="headerlink" href="#id31" title="Link to this heading">¶</a></h2>
320
+ <section id="id34">
321
+ <h2>2.0.0<a class="headerlink" href="#id34" title="Link to this heading">¶</a></h2>
302
322
  <ul class="simple">
303
323
  <li><p>Major folder restructure</p></li>
304
324
  <li><p>Added test center support</p></li>
@@ -307,8 +327,8 @@
307
327
  <li><p>Minor bug fixes</p></li>
308
328
  </ul>
309
329
  </section>
310
- <section id="id32">
311
- <h2>1.8.0<a class="headerlink" href="#id32" title="Link to this heading">¶</a></h2>
330
+ <section id="id35">
331
+ <h2>1.8.0<a class="headerlink" href="#id35" title="Link to this heading">¶</a></h2>
312
332
  <ul class="simple">
313
333
  <li><p>Tab to white space convert</p></li>
314
334
  <li><p>Updated __init__ file to co-allign with python practices</p></li>
@@ -318,60 +338,60 @@
318
338
  <li><p>Compatibility with Python 3 and Linux Improved!</p></li>
319
339
  </ul>
320
340
  </section>
321
- <section id="id33">
322
- <h2>1.7.6<a class="headerlink" href="#id33" title="Link to this heading">¶</a></h2>
341
+ <section id="id36">
342
+ <h2>1.7.6<a class="headerlink" href="#id36" title="Link to this heading">¶</a></h2>
323
343
  <ul class="simple">
324
344
  <li><p>Fixes bug with usb connection</p></li>
325
345
  </ul>
326
346
  </section>
327
- <section id="id34">
328
- <h2>1.7.5<a class="headerlink" href="#id34" title="Link to this heading">¶</a></h2>
347
+ <section id="id37">
348
+ <h2>1.7.5<a class="headerlink" href="#id37" title="Link to this heading">¶</a></h2>
329
349
  <ul class="simple">
330
350
  <li><p>Fixed USB DLL Compatibility</p></li>
331
351
  <li><p>Fixed potential path issues with Qis and Qps open</p></li>
332
352
  </ul>
333
353
  </section>
334
- <section id="id35">
335
- <h2>1.7.4<a class="headerlink" href="#id35" title="Link to this heading">¶</a></h2>
354
+ <section id="id38">
355
+ <h2>1.7.4<a class="headerlink" href="#id38" title="Link to this heading">¶</a></h2>
336
356
  <ul class="simple">
337
357
  <li><p>Updated to QPS 1.08</p></li>
338
358
  </ul>
339
359
  </section>
340
- <section id="id36">
341
- <h2>1.7.3<a class="headerlink" href="#id36" title="Link to this heading">¶</a></h2>
360
+ <section id="id39">
361
+ <h2>1.7.3<a class="headerlink" href="#id39" title="Link to this heading">¶</a></h2>
342
362
  <ul class="simple">
343
363
  <li><p>Additional Bug Fixes</p></li>
344
364
  </ul>
345
365
  </section>
346
- <section id="id37">
347
- <h2>1.7.2<a class="headerlink" href="#id37" title="Link to this heading">¶</a></h2>
366
+ <section id="id40">
367
+ <h2>1.7.2<a class="headerlink" href="#id40" title="Link to this heading">¶</a></h2>
348
368
  <ul class="simple">
349
369
  <li><p>Bug fixing timings for QIS (LINUX + WINDOWS)</p></li>
350
370
  </ul>
351
371
  </section>
352
- <section id="id38">
353
- <h2>1.7.1<a class="headerlink" href="#id38" title="Link to this heading">¶</a></h2>
372
+ <section id="id41">
373
+ <h2>1.7.1<a class="headerlink" href="#id41" title="Link to this heading">¶</a></h2>
354
374
  <ul class="simple">
355
375
  <li><p>Updated FIO for use with Linux and to allow arguments without values</p></li>
356
376
  <li><p>Fixes path problem on Linux</p></li>
357
377
  <li><p>Fixes FIO on Linux</p></li>
358
378
  </ul>
359
379
  </section>
360
- <section id="id39">
361
- <h2>1.7.0<a class="headerlink" href="#id39" title="Link to this heading">¶</a></h2>
380
+ <section id="id42">
381
+ <h2>1.7.0<a class="headerlink" href="#id42" title="Link to this heading">¶</a></h2>
362
382
  <ul class="simple">
363
383
  <li><p>Improved compatability with Windows and Ubuntu</p></li>
364
384
  </ul>
365
385
  </section>
366
- <section id="id40">
367
- <h2>1.6.1<a class="headerlink" href="#id40" title="Link to this heading">¶</a></h2>
386
+ <section id="id43">
387
+ <h2>1.6.1<a class="headerlink" href="#id43" title="Link to this heading">¶</a></h2>
368
388
  <ul class="simple">
369
389
  <li><p>Updating USB Scan</p></li>
370
390
  <li><p>Adding functionality to specify OS bit architecture (windows)</p></li>
371
391
  </ul>
372
392
  </section>
373
- <section id="id41">
374
- <h2>1.6.0<a class="headerlink" href="#id41" title="Link to this heading">¶</a></h2>
393
+ <section id="id44">
394
+ <h2>1.6.0<a class="headerlink" href="#id44" title="Link to this heading">¶</a></h2>
375
395
  <ul class="simple">
376
396
  <li><p>custom $scan IP</p></li>
377
397
  <li><p>fixes QIS detection</p></li>
@@ -379,34 +399,34 @@
379
399
  <li><p>Bug fix - QIS Load</p></li>
380
400
  </ul>
381
401
  </section>
382
- <section id="id42">
383
- <h2>1.5.4<a class="headerlink" href="#id42" title="Link to this heading">¶</a></h2>
402
+ <section id="id45">
403
+ <h2>1.5.4<a class="headerlink" href="#id45" title="Link to this heading">¶</a></h2>
384
404
  <ul class="simple">
385
405
  <li><p>Updating README and LICENSE</p></li>
386
406
  </ul>
387
407
  </section>
388
- <section id="id43">
389
- <h2>1.5.2<a class="headerlink" href="#id43" title="Link to this heading">¶</a></h2>
408
+ <section id="id46">
409
+ <h2>1.5.2<a class="headerlink" href="#id46" title="Link to this heading">¶</a></h2>
390
410
  <ul class="simple">
391
411
  <li><p>Bug Fix - Case sensitivity issue with devices</p></li>
392
412
  </ul>
393
413
  </section>
394
- <section id="id44">
395
- <h2>1.5.1<a class="headerlink" href="#id44" title="Link to this heading">¶</a></h2>
414
+ <section id="id47">
415
+ <h2>1.5.1<a class="headerlink" href="#id47" title="Link to this heading">¶</a></h2>
396
416
  <ul class="simple">
397
417
  <li><p>Additional Bug Fixes</p></li>
398
418
  </ul>
399
419
  </section>
400
- <section id="id45">
401
- <h2>1.5.0<a class="headerlink" href="#id45" title="Link to this heading">¶</a></h2>
420
+ <section id="id48">
421
+ <h2>1.5.0<a class="headerlink" href="#id48" title="Link to this heading">¶</a></h2>
402
422
  <ul class="simple">
403
423
  <li><p>Integration with FIO</p></li>
404
424
  <li><p>Additional QPS functionality</p></li>
405
425
  <li><p>Added device search timeout</p></li>
406
426
  </ul>
407
427
  </section>
408
- <section id="id46">
409
- <h2>1.4.1<a class="headerlink" href="#id46" title="Link to this heading">¶</a></h2>
428
+ <section id="id49">
429
+ <h2>1.4.1<a class="headerlink" href="#id49" title="Link to this heading">¶</a></h2>
410
430
  <ul class="simple">
411
431
  <li><p>Fixed the wmi error when importing quarchpy.</p></li>
412
432
  </ul>
@@ -418,14 +438,14 @@
418
438
  <li><p>Additional fixes for wait times</p></li>
419
439
  </ul>
420
440
  </section>
421
- <section id="id47">
422
- <h2>1.3.4<a class="headerlink" href="#id47" title="Link to this heading">¶</a></h2>
441
+ <section id="id50">
442
+ <h2>1.3.4<a class="headerlink" href="#id50" title="Link to this heading">¶</a></h2>
423
443
  <ul class="simple">
424
444
  <li><p>Implemented resampling and a better way to launch QIS from the script.</p></li>
425
445
  </ul>
426
446
  </section>
427
- <section id="id48">
428
- <h2>1.3.3<a class="headerlink" href="#id48" title="Link to this heading">¶</a></h2>
447
+ <section id="id51">
448
+ <h2>1.3.3<a class="headerlink" href="#id51" title="Link to this heading">¶</a></h2>
429
449
  <ul class="simple">
430
450
  <li><p>Implements isQisRunning</p></li>
431
451
  <li><p>Implements qisInterface</p></li>
@@ -433,14 +453,14 @@
433
453
  <li><p>Fixes a bug in QIS interface listDevices that didn’t allow it to work with Python 3</p></li>
434
454
  </ul>
435
455
  </section>
436
- <section id="id49">
437
- <h2>1.3.2<a class="headerlink" href="#id49" title="Link to this heading">¶</a></h2>
456
+ <section id="id52">
457
+ <h2>1.3.2<a class="headerlink" href="#id52" title="Link to this heading">¶</a></h2>
438
458
  <ul class="simple">
439
459
  <li><p>Bug Fix running QIS locally</p></li>
440
460
  </ul>
441
461
  </section>
442
- <section id="id50">
443
- <h2>1.3.1<a class="headerlink" href="#id50" title="Link to this heading">¶</a></h2>
462
+ <section id="id53">
463
+ <h2>1.3.1<a class="headerlink" href="#id53" title="Link to this heading">¶</a></h2>
444
464
  <ul class="simple">
445
465
  <li><p>Implements startLocalQIS</p></li>
446
466
  <li><p>Packs QIS v1.6 - fixes the bugs with QIS &gt;v1.6 and multiple modules</p></li>
@@ -448,8 +468,8 @@
448
468
  <li><p>Compatible with x6 PPM QIS stream.</p></li>
449
469
  </ul>
450
470
  </section>
451
- <section id="id51">
452
- <h2>1.2.0<a class="headerlink" href="#id51" title="Link to this heading">¶</a></h2>
471
+ <section id="id54">
472
+ <h2>1.2.0<a class="headerlink" href="#id54" title="Link to this heading">¶</a></h2>
453
473
  <ul class="simple">
454
474
  <li><p>Changes to object model</p></li>
455
475
  </ul>
@@ -478,57 +498,60 @@
478
498
  <li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog (Quarchpy)</a><ul>
479
499
  <li class="toctree-l2"><a class="reference internal" href="#quarchpy">Quarchpy</a></li>
480
500
  <li class="toctree-l2"><a class="reference internal" href="#change-log">Change Log</a></li>
481
- <li class="toctree-l2"><a class="reference internal" href="#id1">2.1.14</a></li>
482
- <li class="toctree-l2"><a class="reference internal" href="#id2">2.1.13</a></li>
483
- <li class="toctree-l2"><a class="reference internal" href="#id3">2.1.12</a></li>
484
- <li class="toctree-l2"><a class="reference internal" href="#id4">2.1.11</a></li>
485
- <li class="toctree-l2"><a class="reference internal" href="#id5">2.1.10</a></li>
486
- <li class="toctree-l2"><a class="reference internal" href="#id6">2.1.8</a></li>
487
- <li class="toctree-l2"><a class="reference internal" href="#id7">2.1.7</a></li>
488
- <li class="toctree-l2"><a class="reference internal" href="#id8">2.1.6</a></li>
489
- <li class="toctree-l2"><a class="reference internal" href="#id9">2.1.5</a></li>
490
- <li class="toctree-l2"><a class="reference internal" href="#id10">2.1.4</a></li>
491
- <li class="toctree-l2"><a class="reference internal" href="#id11">2.1.3</a></li>
492
- <li class="toctree-l2"><a class="reference internal" href="#id12">2.1.2</a></li>
493
- <li class="toctree-l2"><a class="reference internal" href="#id13">2.1.1</a></li>
494
- <li class="toctree-l2"><a class="reference internal" href="#id14">2.1.0</a></li>
495
- <li class="toctree-l2"><a class="reference internal" href="#id15">2.0.22</a></li>
496
- <li class="toctree-l2"><a class="reference internal" href="#id16">2.0.21</a></li>
497
- <li class="toctree-l2"><a class="reference internal" href="#id17">2.0.20</a></li>
498
- <li class="toctree-l2"><a class="reference internal" href="#id18">2.0.19</a></li>
499
- <li class="toctree-l2"><a class="reference internal" href="#id19">2.0.18</a></li>
500
- <li class="toctree-l2"><a class="reference internal" href="#id20">2.0.16</a></li>
501
- <li class="toctree-l2"><a class="reference internal" href="#id21">2.0.15</a></li>
502
- <li class="toctree-l2"><a class="reference internal" href="#id22">2.0.14</a></li>
503
- <li class="toctree-l2"><a class="reference internal" href="#id23">2.0.13</a></li>
504
- <li class="toctree-l2"><a class="reference internal" href="#id24">2.0.12</a></li>
505
- <li class="toctree-l2"><a class="reference internal" href="#id25">2.0.11</a></li>
506
- <li class="toctree-l2"><a class="reference internal" href="#id26">2.0.10</a></li>
507
- <li class="toctree-l2"><a class="reference internal" href="#id27">2.0.9</a></li>
508
- <li class="toctree-l2"><a class="reference internal" href="#id28">2.0.8</a></li>
509
- <li class="toctree-l2"><a class="reference internal" href="#id29">2.0.7</a></li>
510
- <li class="toctree-l2"><a class="reference internal" href="#id30">2.0.2</a></li>
511
- <li class="toctree-l2"><a class="reference internal" href="#id31">2.0.0</a></li>
512
- <li class="toctree-l2"><a class="reference internal" href="#id32">1.8.0</a></li>
513
- <li class="toctree-l2"><a class="reference internal" href="#id33">1.7.6</a></li>
514
- <li class="toctree-l2"><a class="reference internal" href="#id34">1.7.5</a></li>
515
- <li class="toctree-l2"><a class="reference internal" href="#id35">1.7.4</a></li>
516
- <li class="toctree-l2"><a class="reference internal" href="#id36">1.7.3</a></li>
517
- <li class="toctree-l2"><a class="reference internal" href="#id37">1.7.2</a></li>
518
- <li class="toctree-l2"><a class="reference internal" href="#id38">1.7.1</a></li>
519
- <li class="toctree-l2"><a class="reference internal" href="#id39">1.7.0</a></li>
520
- <li class="toctree-l2"><a class="reference internal" href="#id40">1.6.1</a></li>
521
- <li class="toctree-l2"><a class="reference internal" href="#id41">1.6.0</a></li>
522
- <li class="toctree-l2"><a class="reference internal" href="#id42">1.5.4</a></li>
523
- <li class="toctree-l2"><a class="reference internal" href="#id43">1.5.2</a></li>
524
- <li class="toctree-l2"><a class="reference internal" href="#id44">1.5.1</a></li>
525
- <li class="toctree-l2"><a class="reference internal" href="#id45">1.5.0</a></li>
526
- <li class="toctree-l2"><a class="reference internal" href="#id46">1.4.1</a></li>
527
- <li class="toctree-l2"><a class="reference internal" href="#id47">1.3.4</a></li>
528
- <li class="toctree-l2"><a class="reference internal" href="#id48">1.3.3</a></li>
529
- <li class="toctree-l2"><a class="reference internal" href="#id49">1.3.2</a></li>
530
- <li class="toctree-l2"><a class="reference internal" href="#id50">1.3.1</a></li>
531
- <li class="toctree-l2"><a class="reference internal" href="#id51">1.2.0</a></li>
501
+ <li class="toctree-l2"><a class="reference internal" href="#id1">2.1.16</a></li>
502
+ <li class="toctree-l2"><a class="reference internal" href="#id2">2.1.16</a></li>
503
+ <li class="toctree-l2"><a class="reference internal" href="#id3">2.1.15</a></li>
504
+ <li class="toctree-l2"><a class="reference internal" href="#id4">2.1.14</a></li>
505
+ <li class="toctree-l2"><a class="reference internal" href="#id5">2.1.13</a></li>
506
+ <li class="toctree-l2"><a class="reference internal" href="#id6">2.1.12</a></li>
507
+ <li class="toctree-l2"><a class="reference internal" href="#id7">2.1.11</a></li>
508
+ <li class="toctree-l2"><a class="reference internal" href="#id8">2.1.10</a></li>
509
+ <li class="toctree-l2"><a class="reference internal" href="#id9">2.1.8</a></li>
510
+ <li class="toctree-l2"><a class="reference internal" href="#id10">2.1.7</a></li>
511
+ <li class="toctree-l2"><a class="reference internal" href="#id11">2.1.6</a></li>
512
+ <li class="toctree-l2"><a class="reference internal" href="#id12">2.1.5</a></li>
513
+ <li class="toctree-l2"><a class="reference internal" href="#id13">2.1.4</a></li>
514
+ <li class="toctree-l2"><a class="reference internal" href="#id14">2.1.3</a></li>
515
+ <li class="toctree-l2"><a class="reference internal" href="#id15">2.1.2</a></li>
516
+ <li class="toctree-l2"><a class="reference internal" href="#id16">2.1.1</a></li>
517
+ <li class="toctree-l2"><a class="reference internal" href="#id17">2.1.0</a></li>
518
+ <li class="toctree-l2"><a class="reference internal" href="#id18">2.0.22</a></li>
519
+ <li class="toctree-l2"><a class="reference internal" href="#id19">2.0.21</a></li>
520
+ <li class="toctree-l2"><a class="reference internal" href="#id20">2.0.20</a></li>
521
+ <li class="toctree-l2"><a class="reference internal" href="#id21">2.0.19</a></li>
522
+ <li class="toctree-l2"><a class="reference internal" href="#id22">2.0.18</a></li>
523
+ <li class="toctree-l2"><a class="reference internal" href="#id23">2.0.16</a></li>
524
+ <li class="toctree-l2"><a class="reference internal" href="#id24">2.0.15</a></li>
525
+ <li class="toctree-l2"><a class="reference internal" href="#id25">2.0.14</a></li>
526
+ <li class="toctree-l2"><a class="reference internal" href="#id26">2.0.13</a></li>
527
+ <li class="toctree-l2"><a class="reference internal" href="#id27">2.0.12</a></li>
528
+ <li class="toctree-l2"><a class="reference internal" href="#id28">2.0.11</a></li>
529
+ <li class="toctree-l2"><a class="reference internal" href="#id29">2.0.10</a></li>
530
+ <li class="toctree-l2"><a class="reference internal" href="#id30">2.0.9</a></li>
531
+ <li class="toctree-l2"><a class="reference internal" href="#id31">2.0.8</a></li>
532
+ <li class="toctree-l2"><a class="reference internal" href="#id32">2.0.7</a></li>
533
+ <li class="toctree-l2"><a class="reference internal" href="#id33">2.0.2</a></li>
534
+ <li class="toctree-l2"><a class="reference internal" href="#id34">2.0.0</a></li>
535
+ <li class="toctree-l2"><a class="reference internal" href="#id35">1.8.0</a></li>
536
+ <li class="toctree-l2"><a class="reference internal" href="#id36">1.7.6</a></li>
537
+ <li class="toctree-l2"><a class="reference internal" href="#id37">1.7.5</a></li>
538
+ <li class="toctree-l2"><a class="reference internal" href="#id38">1.7.4</a></li>
539
+ <li class="toctree-l2"><a class="reference internal" href="#id39">1.7.3</a></li>
540
+ <li class="toctree-l2"><a class="reference internal" href="#id40">1.7.2</a></li>
541
+ <li class="toctree-l2"><a class="reference internal" href="#id41">1.7.1</a></li>
542
+ <li class="toctree-l2"><a class="reference internal" href="#id42">1.7.0</a></li>
543
+ <li class="toctree-l2"><a class="reference internal" href="#id43">1.6.1</a></li>
544
+ <li class="toctree-l2"><a class="reference internal" href="#id44">1.6.0</a></li>
545
+ <li class="toctree-l2"><a class="reference internal" href="#id45">1.5.4</a></li>
546
+ <li class="toctree-l2"><a class="reference internal" href="#id46">1.5.2</a></li>
547
+ <li class="toctree-l2"><a class="reference internal" href="#id47">1.5.1</a></li>
548
+ <li class="toctree-l2"><a class="reference internal" href="#id48">1.5.0</a></li>
549
+ <li class="toctree-l2"><a class="reference internal" href="#id49">1.4.1</a></li>
550
+ <li class="toctree-l2"><a class="reference internal" href="#id50">1.3.4</a></li>
551
+ <li class="toctree-l2"><a class="reference internal" href="#id51">1.3.3</a></li>
552
+ <li class="toctree-l2"><a class="reference internal" href="#id52">1.3.2</a></li>
553
+ <li class="toctree-l2"><a class="reference internal" href="#id53">1.3.1</a></li>
554
+ <li class="toctree-l2"><a class="reference internal" href="#id54">1.2.0</a></li>
532
555
  </ul>
533
556
  </li>
534
557
  <li class="toctree-l1"><a class="reference internal" href="modules.html">quarchpy</a></li>