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