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