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