quarchpy 2.1.24.dev1__py2.py3-none-any.whl → 2.1.24.dev3__py2.py3-none-any.whl

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