quarchpy 2.2.1__py2.py3-none-any.whl → 2.2.1.dev1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
  2. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  3. quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
  4. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  5. quarchpy/_version.py +1 -1
  6. quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
  7. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
  8. quarchpy/connection_specific/QPS/win-amd64/QuarchPowerStudio.properties.xml +1 -1
  9. quarchpy/connection_specific/QPS/win-amd64/app.jar +0 -0
  10. quarchpy/connection_specific/QPS/win-amd64/qis/help.txt +0 -9
  11. quarchpy/connection_specific/QPS/win-amd64/qis/qis.jar +0 -0
  12. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/CInterface-2.0.jar +0 -0
  13. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/QuarchCommon-2.0.jar +0 -0
  14. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/usb4java-1.3.1.jar +0 -0
  15. quarchpy/connection_specific/QPS/win-amd64/qps_lib/QuarchCommon-2.0.jar +0 -0
  16. quarchpy/connection_specific/QPS/win-amd64/qps_lib/{qis-1.45.jar → qis-1.44.jar} +0 -0
  17. quarchpy/connection_specific/QPS/win-amd64/scriptCommands.txt +2 -2
  18. quarchpy/connection_specific/QPS/win-amd64/whats-new.txt +22 -12
  19. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
  20. quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
  21. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  22. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  23. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  24. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
  25. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  26. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  27. quarchpy/connection_specific/__pycache__/mDNS.cpython-311.pyc +0 -0
  28. quarchpy/connection_specific/connection_QIS.py +22 -47
  29. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-311.pyc +0 -0
  30. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-311.pyc +0 -0
  31. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  32. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  33. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  34. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  35. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  36. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  37. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  38. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  39. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  40. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  41. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  42. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  43. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  44. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  45. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  46. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  47. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  48. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  49. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  50. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  51. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
  52. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
  53. quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
  54. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
  55. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  56. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  57. quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
  58. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
  59. quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
  60. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
  61. quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
  62. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  63. quarchpy/qis/qisFuncs.py +5 -26
  64. quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
  65. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  66. quarchpy/qps/qpsFuncs.py +5 -26
  67. quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
  68. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  69. quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
  70. quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
  71. quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
  72. quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  73. {quarchpy-2.2.1.dist-info → quarchpy-2.2.1.dev1.dist-info}/METADATA +1 -1
  74. {quarchpy-2.2.1.dist-info → quarchpy-2.2.1.dev1.dist-info}/RECORD +76 -330
  75. {quarchpy-2.2.1.dist-info → quarchpy-2.2.1.dev1.dist-info}/WHEEL +1 -1
  76. quarchpy/.idea/.name +0 -1
  77. quarchpy/.idea/inspectionProfiles/Project_Default.xml +0 -50
  78. quarchpy/.idea/inspectionProfiles/profiles_settings.xml +0 -6
  79. quarchpy/.idea/misc.xml +0 -7
  80. quarchpy/.idea/modules.xml +0 -8
  81. quarchpy/.idea/quarchpy.iml +0 -12
  82. quarchpy/.idea/vcs.xml +0 -6
  83. quarchpy/.idea/workspace.xml +0 -107
  84. quarchpy/__pycache__/__init__.cpython-312.pyc +0 -0
  85. quarchpy/__pycache__/_version.cpython-312.pyc +0 -0
  86. quarchpy/__pycache__/connection.cpython-312.pyc +0 -0
  87. quarchpy/__pycache__/run.cpython-312.pyc +0 -0
  88. quarchpy/config_files/__pycache__/__init__.cpython-312.pyc +0 -0
  89. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-312.pyc +0 -0
  90. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1253-01 - Mini SAS Module Config v3.5 c1.3.xml +0 -597
  91. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1253-01 - Mini SAS Module Config v4.000 c1.3.xml +0 -597
  92. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1253-02 - Mini SAS Module Config v3.5 c1.3.xml +0 -597
  93. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1253-02 - Mini SAS Module Config v4.000 c1.3.xml +0 -597
  94. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1253-xx - Mini SAS Module Config v4.003 c1.6.xml +0 -599
  95. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1271-xx - Ethernet Module Config v3.5 c1.2.xml +0 -533
  96. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1271-xx - Ethernet Module Config v4.000 c1.2.xml +0 -533
  97. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1271-xx - Ethernet Module Config v4.100 c1.3.xml +0 -535
  98. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1292-xx - SFP+ Cable Pull Module Config v4.000 c1.1.xml +0 -449
  99. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1309-04 - USB 3.0 Module Config v4.003 c1.2.xml +0 -530
  100. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1309-xx - USB 3.0 Module Config v3.5 c1.1.xml +0 -528
  101. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1309-xx - USB 3.0 Module Config v4.000 c1.1.xml +0 -528
  102. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1366-xx - QSFP Cable Pull Module Config v4.000 c1.1.xml +0 -684
  103. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1383-xx - eSATAp Module Config v4.000 c1.3.xml +0 -542
  104. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1521-02 - Mini SAS HD Module Config v4.000 c1.1.xml +0 -670
  105. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1521-03 - Mini SAS HD Module Config v4.000 c1.1.xml +0 -670
  106. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1521-05 - Mini SAS HD Module Config v4.005 c1.1.xml +0 -672
  107. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1521-05 - Mini SAS HD Module Config v4.007 c1.2.xml +0 -672
  108. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1521-xx - Mini SAS HD Module Config v4.003 c1.5.xml +0 -672
  109. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1663-xx - Quad QSFP Cable Pull Module Config v4.000 c1.1.xml +0 -1523
  110. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1675-05 - Mini SAS HD Module w Triggering Config v4.007 c1.3.xml +0 -673
  111. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1675-xx - Mini SAS HD Module w Triggering Config v4.000 c1.1.xml +0 -673
  112. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1917-xx - Dual SFP+ Cable Pull Module Config v4.000 c1.1.xml +0 -614
  113. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1971-01 - USB TypeC Module Config v4.000 c1.1.xml +0 -637
  114. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL1971-02 - USB TypeC Module Config v4.000 c1.1.xml +0 -641
  115. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2022-xx - RJ-45 Cable Module Config v4.104 c1.3.xml +0 -535
  116. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2058-xx - External PCIe Module Config v4.001 c1.1.xml +0 -696
  117. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2138-01 - SFP28 Cable Pull Module Config v4.000 c1.1.xml +0 -449
  118. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2146-01 - Gen4 OCuLink Cable Module Config v4.001 c1.1.xml +0 -718
  119. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2162-01 - 24G mini SAS HD Cable Break Module Config v4.000 c1.xml +0 -672
  120. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2171-01 - QSFP28 Cable Module Config v4.000 c1.xml +0 -583
  121. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2171-02 - QSFP28 Cable Module Config v4.000 c1.xml +0 -583
  122. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2341-01 - Gen4 External PCIe Cable Module v4.000.xml +0 -625
  123. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2602-xx - Multiprotocol Link Breaker.xml +0 -414
  124. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL2834-xx - -48V DC Breaker Module v5.000 c1.0.xml +0 -374
  125. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Cable Modules/QTL3000-xx - RJ-45 Cable Module v5.000 c1.4.xml +0 -539
  126. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1069-xx - SBB 2.0 Module Config v3.5 c1.1.xml +0 -1614
  127. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1630-01 - PCIe Card Module v4.000 c1.0.xml +0 -1271
  128. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1630-02 - PCIe Card Module Config v4.004 c1.2.xml +0 -1289
  129. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1630-02 - PCIe Card Module Config v4.005 c1.2.xml +0 -1289
  130. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1630-02 - PCIe Card Module Config v4.100 c1.4.xml +0 -1290
  131. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1630-04 - PCIe Card Module Config v4.001 c1.1.xml +0 -1297
  132. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1630-04 - PCIe Card Module Config v4.004 c1.2.xml +0 -1301
  133. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1688-01 - PCIe Card Module w Triggering Config v4.004 c1.2.xml +0 -1290
  134. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1688-01 - PCIe Card Module w Triggering Config v4.006 c1.3.xml +0 -1291
  135. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1688-03 - PCIe Card Module w Triggering Config v4.001 c1.1.xml +0 -1298
  136. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1688-03 - PCIe Card Module w Triggering Config v4.004 c1.2.xml +0 -1302
  137. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1688-04 - PCIe Card Module w Triggering Config v4.005 c1.5.xml +0 -1307
  138. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1688-05 - PCIe Card Module w Triggering Config v4.005 c1.xml +0 -1307
  139. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1848-01 - PCIe Lite Card Module Config v4.000.xml +0 -219
  140. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1848-02 - PCIe Lite Card Module Config v4.000.xml +0 -286
  141. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1919-01 - PCIe x8 Card Module Config v4.001 c1.4.xml +0 -965
  142. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL1920-01 - PCIe x8 Card Module w Triggering Config v4.000 c1.3.xml +0 -966
  143. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2019-xx - M.2 Horizontal Card Module Config v4.002 c1.1.xml +0 -703
  144. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2034-xx - M.2 M-Key Vertical Module Config v4.001 c1.1.xml +0 -737
  145. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2067-xx - PCIe SFF Module Config v4.000 c1.1.xml +0 -971
  146. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2067-xx - Sanblaze 2 Drive Riser Card Config v4.006 c1.4.xml +0 -1020
  147. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2067-xx - Sanblaze 2 Drive Riser Card Config v4.007 c1.4.xml +0 -1022
  148. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2073-01 - GEN3 PCIe Lite Card Module Config v4.001.xml +0 -286
  149. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2073-01 - PCIe Lite Card Module Config v4.000.xml +0 -286
  150. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2074-01 - GEN3 PCIe HS Card Module v4.005 c1.4.xml +0 -1301
  151. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2074-01 - PCIe Card Module Config CurrentLimit v4.004 c1.2.xml +0 -1301
  152. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2087-xx - PCIe GEN4 Card Module w Triggering Config v4.001 c1.1.xml +0 -1307
  153. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2087-xx - PCIe GEN4 Card Module w Triggering Config v4.001 c1.3.xml +0 -1212
  154. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2087-xx - PCIe GEN4 Card Module w Triggering Config v5.000 c1.4.xml +0 -1212
  155. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2094-01 - Sanblaze Dualport Riser Card Config v4.001 c1.1.xml +0 -773
  156. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2128-xx - PCIe GEN4 Card Module w Triggering Config v4.000 c1.1.xml +0 -1306
  157. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2128-xx - PCIe GEN4 Card Module w Triggering Config v4.001 c1.4.xml +0 -1211
  158. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2135-xx - PCIe GEN4 Card Module w Triggering Config - Inrush Limit v4.001 c1.4.xml +0 -1211
  159. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2161-01 - EDSFF x8 Module Config v4.000 c1.1.xml +0 -773
  160. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2171-xx - EDSFF x8 Module w Triggering Config 4.001 c1.1.xml +0 -785
  161. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2203-01 - Sanblaze Dualport Rack Riser Card Config v4.000 c1.1.xml +0 -715
  162. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2203-01 - Sanblaze Dualport Rack Riser Card Config v4.005 c1.5.xml +0 -715
  163. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2272-01 - GEN4 EDSFF x8 Module Config v4.000 c1.1.xml +0 -771
  164. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2282-01 - Sanblaze Singleport Rack Riser Card Config v4.000 c1.1.xml +0 -666
  165. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2282-01 - Sanblaze Singleport Rack Riser Card Config v4.002 c1.2.xml +0 -666
  166. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2318-01 - SANBlaze U.2 Rack Riser Card Config v4.000 c1.1.xml +0 -715
  167. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2322-03 - GEN4 M.2 M-Key Vertical Breaker Module Config v5.001 c1.3.xml +0 -738
  168. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2322-xx - GEN4 M.2 M-Key Vertical Breaker Module Config v5.000 c1.1.xml +0 -637
  169. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2334-xx - Gen4 EDSFF x4 Card Module Config v4.000 c1.1.xml +0 -615
  170. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2351-xx - GEN4 EDSFF x4 Card Module +Triggering Config v4.000 c1.1.xml +0 -621
  171. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2351-xx - GEN4 EDSFF x4 Card Module +Triggering Config v4.001 c1.2.xml +0 -624
  172. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2357-xx - PCIe GEN5 Card Module Config v5.000 c1.1.xml +0 -1242
  173. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2358-xx - PCIe GEN5 Card Module w Triggering Config v5.000 c1.1.xml +0 -1250
  174. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2378-xx - SANBlaze U.3 Rack Riser Card Config v4.000 c1.1.xml +0 -682
  175. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2378-xx - SANBlaze U.3 Rack Riser Card Config v4.001 c1.2.xml +0 -698
  176. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2395-01 - GEN4 M.2 M-Key Vertical Breaker Module w Triggering Config v5.000 c1.1.xml +0 -647
  177. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2395-02 - GEN4 M.2 M-Key Vertical Breaker Module w Triggering Config v5.001 c1.3.xml +0 -742
  178. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2395-03 - GEN4 M.2 M-Key Vertical Breaker Module w Triggering Config v5.001 c1.3.xml +0 -742
  179. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2396-xx - PCIe GEN5 Card Module w inrush Config v5.000 c1.1.xml +0 -1242
  180. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2403-xx - Gen4 PCIe Lite Module Config v4.000.xml +0 -293
  181. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2515-xx - PCIe GEN4 Card Module w Triggering - Inrush Limit Config v4.001 c1.3.xml +0 -1212
  182. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2652-xx - Gen5 PCIe Lite Module Config v4.000.xml +0 -259
  183. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2652-xx - Gen5 PCIe Lite Module Config v4.003.xml +0 -288
  184. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2658-xx - Gen5 PCIe Lite Module w Inrush Config v4.000.xml +0 -259
  185. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2661-xx - GEN5 PCIe U.3 Breaker Config w Triggering v5.000 c1.1.xml +0 -813
  186. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2662-xx - GEN5 PCIe U.3 Breaker Config v5.000 c1.1.xml +0 -801
  187. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2686-xx - Gen5 EDSFF E3 x4 Breaker Config v5.000.xml +0 -741
  188. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2686-xx - Gen5 EDSFF E3 x4 Breaker Config v5.001 c1.2.xml +0 -799
  189. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2686-xx - Gen5 EDSFF E3 x4 Breaker Config v5.002 c1.4.xml +0 -743
  190. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2686-xx - Gen5 EDSFF E3 x4 Breaker v5.000 c1.1.xml +0 -741
  191. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2692-xx - Gen5 EDSFF E3 x4 Breaker +Triggering Config v5.000.xml +0 -742
  192. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2692-xx - Gen5 EDSFF E3 x4 Breaker w Triggering Config v5.001 c1.2.xml +0 -800
  193. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2692-xx - Gen5 EDSFF E3 x4 Breaker w Triggering v5.000 c1.1.xml +0 -742
  194. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2766-xx - GEN4 EDSFF E1 x8 Breaker Config v5.000.xml +0 -982
  195. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2767-xx - GEN4 EDSFF E3 x8 Breaker Config v5.000.xml +0 -982
  196. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2768-xx - GEN4 EDSFF E3 2T x8 Breaker Config v5.000.xml +0 -982
  197. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2776-xx - GEN4 EDSFF E1 x8 Breaker +Triggering Config v5.000.xml +0 -983
  198. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2777-xx - GEN4 EDSFF E3 x8 Breaker +Triggering Config v5.000.xml +0 -983
  199. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2778-xx - GEN4 EDSFF E3 2T x8 Breaker +Triggering Config v5.000.xml +0 -983
  200. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2798-xx - PCIe GEN5 Card Module w Triggering w Inrush Limit Config v5.000 c1.1.xml +0 -1250
  201. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2804-xx - GEN5 MCIO x4 to U.2 Breaker Config v5.000 c1.1.xml +0 -813
  202. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2805-xx - GEN5 MCIO x4 to U.2 Breaker + Triggering Config v5.000 c1.1.xml +0 -814
  203. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2813-xx - Gen5 AIC to U.2 Breaker v5.002 c1.3.xml +0 -871
  204. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2814-xx - GEN5 AIC to U.2 Breaker + Triggering Config v5.000 c1.1 .xml +0 -807
  205. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2814-xx - Gen5 AIC to U.2 Breaker + Triggering Config v5.002 c1.3.xml +0 -872
  206. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2892-xx - GEN5 EDSFF E1 x4 Breaker.xml +0 -799
  207. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2901-xx - GEN5 M.2 M-Key Horizontal Breaker Config v5.000 c1.1.xml +0 -753
  208. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2902-xx - GEN5 M.2 M-Key Horizontal Breaker w Triggering Config v5.000 c1.1.xml +0 -762
  209. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2902-xx- -Gen5 M.2 Horizontal Breaker +Triggering Config 5.000 c1.1.xml +0 -762
  210. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2925-xx - GEN5 EDSFF E1 x4 Breaker +Triggering.xml +0 -800
  211. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Card Modules/QTL2954-01 - fake delete.xml +0 -947
  212. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1177-xx - HS Module Config v3.5 c1.5.xml +0 -592
  213. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1177-xx - HS Module Config v4.000 c1.5.xml +0 -592
  214. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1177-xx - HS Module Config v4.006 c1.8.xml +0 -594
  215. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1215-xx - Lite Module Config v3.50.xml +0 -203
  216. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1215-xx - Lite Module Config v4.000.xml +0 -203
  217. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1301-xx - HS Lite Module Config v3.50.xml +0 -281
  218. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1301-xx - HS Lite Module Config v4.000.xml +0 -281
  219. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1429-01 - EMC HS Lite Module Config v4.000.xml +0 -281
  220. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1429-02 - EMC HS Lite Module Config v4.002.xml +0 -234
  221. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1623-03 - 12G HS Lite Module Config v4.001.xml +0 -266
  222. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1623-04 - 12G HS Lite Module Config v4.001.xml +0 -266
  223. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1680-xx - SCA2 Lite Module Config v4.001.xml +0 -333
  224. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1689-01 - 12G HS Module Config v4.001 c1.1.xml +0 -594
  225. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1689-04 - 12G HS Module Config v4.002 c1.1.xml +0 -580
  226. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1689-05 - 12G HS Module Config v4.002 c1.1.xml +0 -579
  227. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1743-02 - PCIe SFF Module Config v4.003 c1.3.xml +0 -794
  228. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1743-02 - PCIe SFF Module Config v4.006 c1.4.xml +0 -698
  229. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1743-xx - PCIe SFF Module Config v4.000 c1.1.xml +0 -789
  230. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1753-xx - 12G Lite Module Config v4.000.xml +0 -192
  231. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL1921-01 - EMC 12G HS Lite Module Config v4.000.xml +0 -233
  232. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2207-01 - GEN 4 PCIe U.2 Drive Module.xml +0 -733
  233. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2207-02 - GEN 4 PCIe U.2 Drive Module v5.000.xml +0 -753
  234. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2207-03 - GEN 4 PCIe SFF HS Drive Module Triggering v5.001.xml +0 -763
  235. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2207-xx - GEN 4 PCIe U.2 Drive Module v4.001.xml +0 -751
  236. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2207-xx - GEN 4 PCIe U.2 Drive Module.xml +0 -746
  237. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2245-01 - GEN 4 PCIe U.3 HS Drive Module v4.000.xml +0 -789
  238. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2245-xx - GEN 4 PCIe U.3 HS Drive Module.xml +0 -823
  239. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2266-01 - GEN 4 PCIe SFF HS Drive Module Triggering.xml +0 -743
  240. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2266-02 - GEN 4 PCIe SFF HS Drive Module Triggering v4.002.xml +0 -758
  241. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2266-03 - GEN 4 PCIe SFF HS Drive Module Triggering v5.001.xml +0 -764
  242. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2266-XX - GEN 4 PCIe SFF HS Drive Module Triggering.xml +0 -747
  243. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2270-01 - GEN 4 PCIe U.3 HS Drive Module Triggering v4.000.xml +0 -798
  244. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2270-xx - GEN 4 PCIe U.3 HS Drive Module Triggering.xml +0 -835
  245. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2542-02 - 24G SAS Drive Breaker Module v5.001.xml +0 -530
  246. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2542-xx - 24G SAS Drive Breaker v5.000 c1.1.xml +0 -530
  247. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2543-xx - 24G SAS Drive Breaker +Triggering v5.000 c1.1.xml +0 -539
  248. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2543-xx - 24G SAS Drive Breaker +Triggering v5.001 c1.3.xml +0 -539
  249. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2602-xx - Multiprotocol Link Breaker.xml +0 -414
  250. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2645-xx - Gen5 PCIe U.2 Drive Module v5.000.xml +0 -792
  251. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2645-xx - Gen5 PCIe U.2 Drive Module v5.001.xml +0 -792
  252. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2645-xx - Gen5 PCIe U.2 Drive Module v5.003.xml +0 -793
  253. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2645-xx - Gen5 PCIe U.2 Drive Module v5.007.xml +0 -816
  254. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2645-xx - Gen5 PCIe U.2 Drive Module v5.008.xml +0 -818
  255. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2651-xx - Gen5 PCIe U.2 Drive Module + Triggering v5.000.xml +0 -801
  256. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2651-xx - Gen5 PCIe U.2 Drive Module + Triggering v5.001.xml +0 -801
  257. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2651-xx - Gen5 PCIe U.2 Drive Module + Triggering v5.003.xml +0 -802
  258. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2651-xx - Gen5 PCIe U.2 Drive Module v5.007.xml +0 -825
  259. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2661-xx - Gen5 U.3 Drive Module + Triggering v5.000.xml +0 -813
  260. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2662-xx - Gen5 PCIe U.3 Drive Module v5.000.xml +0 -801
  261. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2757-xx - Gen5 SFF Lite Breaker Module Config v4.000.xml +0 -272
  262. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2804-xx - Gen5 MCIO to U.2 Breaker +Triggering v5.003.xml +0 -818
  263. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2804-xx - Gen5 MCIO to U.2 Breaker v5.001.xml +0 -813
  264. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2805-xx - Gen5 MCIO to U.2 Breaker +Triggering v5.001.xml +0 -814
  265. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2805-xx - Gen5 MCIO to U.2 Breaker +Triggering v5.002.xml +0 -819
  266. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2805-xx - Gen5 MCIO to U.2 Breaker +Triggering v5.003.xml +0 -819
  267. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2892-xx - Gen5 EDSFF E1 x4 Breaker v5.001.xml +0 -799
  268. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2892-xx - Gen5 EDSFF E1 x4 Breaker v5.002.xml +0 -801
  269. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2940-xx - Gen5 EDSFF E3 x8 Breaker v5.000.xml +0 -1105
  270. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/QTL2941-xx - Gen5 EDSFF E3 x8 Breaker +Triggering v5.000.xml +0 -1106
  271. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Drive Modules/Standard Drive Module Config v3.5 c1.1.xml +0 -463
  272. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Switch Modules/QTL1490-xx - SATA Keyed HS Module Config v4.003 c1.6.xml +0 -555
  273. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/breaker/Switch Modules/QTL1490-xx - SATA Keyed HS Module Config v4.006 c1.8.xml +0 -557
  274. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/colors/default-colors.properties +0 -64
  275. quarchpy/connection_specific/QPS/win-amd64/DeviceConfig/colors/qtl2789-colors.properties +0 -2
  276. quarchpy/connection_specific/QPS/win-amd64/InstallType.dat +0 -1
  277. quarchpy/connection_specific/QPS/win-amd64/qps_lib/JFXUtilities-1.0.jar +0 -0
  278. quarchpy/connection_specific/QPS/win-amd64/resources/profiles/3_PHASE_PAM_AC_DEFAULT.rcf +0 -533
  279. quarchpy/connection_specific/QPS/win-amd64/resources/profiles/3_PHASE_PAM_AC_FULL.rcf +0 -881
  280. quarchpy/connection_specific/QPS/win-amd64/resources/profiles/PAM_EXAMPLE_CONFIG.rcf +0 -193
  281. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-312.pyc +0 -0
  282. quarchpy/connection_specific/__pycache__/__init__.cpython-312.pyc +0 -0
  283. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-312.pyc +0 -0
  284. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-312.pyc +0 -0
  285. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-312.pyc +0 -0
  286. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-312.pyc +0 -0
  287. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-312.pyc +0 -0
  288. quarchpy/connection_specific/__pycache__/connection_USB.cpython-312.pyc +0 -0
  289. quarchpy/connection_specific/__pycache__/mDNS.cpython-312.pyc +0 -0
  290. quarchpy/connection_specific/connection_QIS.py.bak +0 -1749
  291. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-312.pyc +0 -0
  292. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-312.pyc +0 -0
  293. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-312.pyc +0 -0
  294. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-312.pyc +0 -0
  295. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-312.pyc +0 -0
  296. quarchpy/connection_specific/serial/__pycache__/win32.cpython-312.pyc +0 -0
  297. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-312.pyc +0 -0
  298. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-312.pyc +0 -0
  299. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-312.pyc +0 -0
  300. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-312.pyc +0 -0
  301. quarchpy/debug/__pycache__/SystemTest.cpython-312.pyc +0 -0
  302. quarchpy/debug/__pycache__/__init__.cpython-312.pyc +0 -0
  303. quarchpy/debug/__pycache__/module_debug.cpython-312.pyc +0 -0
  304. quarchpy/debug/__pycache__/simple_terminal.cpython-312.pyc +0 -0
  305. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-312.pyc +0 -0
  306. quarchpy/debug/__pycache__/versionCompare.cpython-312.pyc +0 -0
  307. quarchpy/device/__pycache__/__init__.cpython-312.pyc +0 -0
  308. quarchpy/device/__pycache__/device.cpython-312.pyc +0 -0
  309. quarchpy/device/__pycache__/quarchArray.cpython-312.pyc +0 -0
  310. quarchpy/device/__pycache__/quarchPPM.cpython-312.pyc +0 -0
  311. quarchpy/device/__pycache__/quarchQPS.cpython-312.pyc +0 -0
  312. quarchpy/device/__pycache__/scanDevices.cpython-312.pyc +0 -0
  313. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-312.pyc +0 -0
  314. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-312.pyc +0 -0
  315. quarchpy/disk_test/__pycache__/__init__.cpython-312.pyc +0 -0
  316. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-312.pyc +0 -0
  317. quarchpy/fio/__pycache__/FIO_interface.cpython-312.pyc +0 -0
  318. quarchpy/fio/__pycache__/__init__.cpython-312.pyc +0 -0
  319. quarchpy/iometer/__pycache__/__init__.cpython-312.pyc +0 -0
  320. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-312.pyc +0 -0
  321. quarchpy/iometer/__pycache__/iometerFuncs.cpython-312.pyc +0 -0
  322. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-312.pyc +0 -0
  323. quarchpy/qis/__pycache__/__init__.cpython-312.pyc +0 -0
  324. quarchpy/qis/__pycache__/qisFuncs.cpython-312.pyc +0 -0
  325. quarchpy/qps/__pycache__/__init__.cpython-312.pyc +0 -0
  326. quarchpy/qps/__pycache__/qpsFuncs.cpython-312.pyc +0 -0
  327. quarchpy/user_interface/__pycache__/__init__.cpython-312.pyc +0 -0
  328. quarchpy/user_interface/__pycache__/user_interface.cpython-312.pyc +0 -0
  329. quarchpy/utilities/__pycache__/TestCenter.cpython-312.pyc +0 -0
  330. quarchpy/utilities/__pycache__/TimeValue.cpython-312.pyc +0 -0
  331. quarchpy/utilities/__pycache__/Version.cpython-312.pyc +0 -0
  332. quarchpy/utilities/__pycache__/__init__.cpython-312.pyc +0 -0
  333. {quarchpy-2.2.1.dist-info → quarchpy-2.2.1.dev1.dist-info}/top_level.txt +0 -0
Binary file
quarchpy/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2.2.1"
1
+ __version__ = "2.2.1.dev1"
@@ -9,6 +9,7 @@
9
9
  <autoStartStream>false</autoStartStream>
10
10
  <autoStartValidAverages>32k 16k 8k 4k 2k 1k 512 32k 16k 8k 4k 2k 1k 512 </autoStartValidAverages>
11
11
  <autoStartValidTriggers>MANUAL MANUAL </autoStartValidTriggers>
12
+ <colorTheme>DefaultDark</colorTheme>
12
13
  <csvSaveOptions>
13
14
  <delimiter>COMMA</delimiter>
14
15
  <csvFile>C:\Users\Chris\test.csv</csvFile>
@@ -22,7 +23,6 @@
22
23
  <fullScreenMain>false</fullScreenMain>
23
24
  <imageFormat>jpg</imageFormat>
24
25
  <minimumFreeSpace>545259520</minimumFreeSpace>
25
- <loggingLevel>OFF</loggingLevel>
26
26
  <statisticsGrid>
27
27
  <channels>
28
28
  <entry>
@@ -291,8 +291,6 @@ Non $ Commands internal to qis:
291
291
  Creates a new channel.
292
292
  stream created channel delete ...
293
293
  Deletes a previously created channel.
294
- stream create channel enable ...
295
- Enables/Disables a previously created channel.
296
294
  stream created channels clear
297
295
  Deletes all previously created channels.
298
296
  stream created channels?
@@ -498,8 +496,6 @@ Appendix B: Synthetic Channel Functions
498
496
  Creates a new channel.
499
497
  stream created channel delete ...
500
498
  Deletes a previously created channel.
501
- stream create channel enable ...
502
- Enables/Disables a previously created channel.
503
499
  stream created channels clear
504
500
  Deletes all previously created channels.
505
501
  stream created channels?
@@ -529,11 +525,6 @@ A more detailed description, with examples, of each command follows:
529
525
  A previously defined channel is deleted using the delete command by specifying both the channel name and group. For example:
530
526
 
531
527
  stream created channel delete chan(L1_RMS,V)
532
-
533
- stream created channel enable chan(chName, chGroup) [ON|OFF]
534
- A previously defined channel is enabled or disabled using the enable command by specifying both the channel name and group. For example:
535
-
536
- stream created channel enable chan(L1_RMS,V) off
537
528
 
538
529
  stream created channels clear
539
530
  Deletes all previously created channels, and serves as a convenience command to the above in which all channels are
@@ -1,7 +1,7 @@
1
1
  QPS Command Summary
2
2
  Copyright (c) Quarch Ltd
3
- QPS v1.43
4
- Generated: 26 Sept 2024
3
+ QPS v1.42.J21
4
+ Generated: 19 Jul 2024
5
5
 
6
6
 
7
7
  *** Commands ***
@@ -1,31 +1,41 @@
1
1
  *** What's New In Quarch Power Studio ***
2
2
 
3
- 23rd September 2024
3
+ 19th July 2024
4
4
 
5
- QPS version 1.43
6
- QIS version 1.45
5
+ QPS version 1.42
6
+ QIS version 1.44
7
7
 
8
8
 
9
9
 
10
10
  *** New Features ***
11
11
 
12
- Support added for 'Hybrid Breakers', porting the control features from Testmonkey
12
+ QPS is now build against Java21. The runtime is packaged in the installer so seperate Java install is not required in most cases
13
13
 
14
- Synthetic channels can now be disabled in the same way as device channels. Profile loading now supports enable options for all channel types.
14
+ This 'What's new' dialog added, to call out the latest features!
15
15
 
16
- Channels now highlight when you hover over the selection in the right-side tabs, making them easier to see. You can also search for channels and show/hide them as a group.
16
+ Annotations improvements: Hover-over displays their text. Hover over the Annotations tab text to highlight the annotation. Vertical movement is enabled by default, to arrange them more easily
17
17
 
18
- The annotation system has been greatly improved with easier editing, hover over display and a search function
18
+ Speed improvements when navigating through large datasets
19
19
 
20
- CSV export can now be done by system clock time (in addition to sample time)
20
+ Modules with updated firmware available are now indicated to the user
21
21
 
22
- Sample rate controls have been enabled for AC devices
22
+ Missing USB drivers are now highlighted to the user
23
+
24
+ Statistics tab now has auto-ranging for units, to be more readable
25
+
26
+ The color of cursors can be changed, to make them more visible
27
+
28
+ Summary data can now be collapsed to make it more readable
23
29
 
24
30
 
25
31
  *** Major Fixes ***
26
32
 
27
- Fixed issue where multi-rate stream text in python automation could have missing values
33
+ Fixed issue where old trace data did not delete correctly
34
+
35
+ Fixed issue where LAN devices could lose connection after a couple of hours of streaming
36
+
37
+ Fixed issue where progress bar and notifications were both modal, locking access
28
38
 
29
- Fixed issue where recording duration calculated incorrectly if an external trigger was used
39
+ Touchpad horizontal two finger scrolling now works correctly
30
40
 
31
- Fixed issue where exception reporting could also crash, failing to capture the log
41
+ Multiple other exceptions trapped and handled
@@ -1100,25 +1100,24 @@ class QisInterface:
1100
1100
  try:
1101
1101
  if sock == None:
1102
1102
  sock = self.sock
1103
- count = 0
1104
- while(True):
1105
- if count > 5:
1106
- break
1107
- count += 1
1108
- # Get the raw data
1109
- headerData = self.sendAndReceiveText(sock, sentText='stream text header', device=device)
1110
-
1111
- # Check for no header (no stream started)
1112
- if('Header Not Available' in headerData):
1113
- logging.error(device + ' Stream header not available.' + self.host + ':' + str(self.port))
1114
- continue
1115
-
1116
- # Check for XML format
1117
- if('?xml version=' not in headerData):
1118
- logging.error(device + ' Header not in XML form.' + self.host + ':' + str(self.port))
1119
- continue
1103
+
1104
+ # Get the raw data
1105
+ headerData = self.sendAndReceiveText(sock, sentText='stream text header', device=device)
1120
1106
 
1121
- break
1107
+ # The XML can contain the cursor on the end! Trap and remove it here TODO: Needs fixed in the command layer above
1108
+ if ('\r\n>' in headerData):
1109
+ headerData = headerData[:-1]
1110
+
1111
+ # Check for no header (no stream started)
1112
+ if('Header Not Available' in headerData):
1113
+ logging.error(device + ' Stream header not available.' + self.host + ':' + str(self.port))
1114
+ return None;
1115
+
1116
+ # Check for XML format
1117
+ if('?xml version=' not in headerData):
1118
+ logging.error(device + ' Header not in XML form.' + self.host + ':' + str(self.port))
1119
+ return None;
1120
+
1122
1121
  # Parse XML into structured format
1123
1122
  xml_root = ET.fromstring(headerData)
1124
1123
 
@@ -1639,39 +1638,15 @@ class QisInterface:
1639
1638
  logging.warning(res[0])
1640
1639
  # If reading until a cursor comes back then keep reading until a cursor appears or max tries exceeded
1641
1640
  if readUntilCursor:
1642
- import xml.etree.ElementTree as ET
1643
-
1644
1641
  maxReads = 1000
1645
1642
  count = 1
1646
- is_xml = False
1647
-
1648
- while True:
1649
-
1650
- # Determine if the response is XML based on its start
1651
- if count == 1: # Only check this on the first read
1652
- if res.startswith("<?xml"): # Likely XML if it starts with '<'
1653
- is_xml = True
1654
-
1655
- if is_xml:
1656
- # Try to parse the XML to check if it's complete
1657
- try:
1658
- ET.fromstring(res[:-1]) # If it parses, the response is complete
1659
- return res[:-1] # Exit the loop, valid XML received
1660
- except ET.ParseError:
1661
- pass # Keep reading until XML is complete
1662
- else:
1663
- # Handle normal strings
1664
- if res[-1:] == self.cursor: # If the last character is '>', stop reading
1665
- break
1666
-
1667
- # Receive more data
1668
- res += self.receiveText(sock)
1669
-
1670
- # Increment count and check for max reads
1643
+ # check for cursor at end of read and if not there read again
1644
+ while res[-1:] != self.cursor:
1645
+ res+= self.receiveText(sock) #TODO Confirm this works with multi response CMD Like a $get stats on a large stream with many annos. test with py2 and py3
1646
+ #res.extend(self.rxBytes(sock))
1671
1647
  count += 1
1672
1648
  if count >= maxReads:
1673
- raise Exception('Count = Error: max reads exceeded before response was complete')
1674
-
1649
+ raise Exception(' Count = Error: max reads exceeded before cursor returned')
1675
1650
  return res
1676
1651
 
1677
1652
  except Exception as e:
quarchpy/qis/qisFuncs.py CHANGED
@@ -98,14 +98,6 @@ def startLocalQis(terminal=False, headless=False, args=None, timeout=20):
98
98
 
99
99
  # OS
100
100
  current_os = platform.system()
101
- current_arch = platform.machine()
102
- current_arch = current_arch.lower() # ensure comparing same case
103
-
104
- # Currently officially unsupported
105
- if (current_os in "Linux" and current_arch == "aarch64") or (current_os in "Darwin" and current_arch == "arm64"):
106
- logging.warning("The system [" + current_os + ", " + current_arch + "] is not officially supported.")
107
- logging.warning("Please contact Quarch support for running QuarchPy on this system.")
108
- return
109
101
 
110
102
  # ensure the jres folder has the required permissions
111
103
  permissions,message= find_java_permissions()
@@ -135,14 +127,10 @@ def startLocalQis(terminal=False, headless=False, args=None, timeout=20):
135
127
  else:
136
128
  if current_os in "Windows":
137
129
  qis_path = os.path.join(qis_path, "connection_specific", "QPS", "win-amd64", "qis", "qis.jar")
138
- elif current_os in "Linux" and current_arch == "x86_64":
130
+ elif current_os in "Linux":
139
131
  qis_path = os.path.join(qis_path, "connection_specific", "QPS", "lin-amd64", "qis", "qis.jar")
140
- elif current_os in "Linux" and current_arch == "aarch64":
141
- qis_path = os.path.join(qis_path, "connection_specific", "QPS", "lin-arm64", "qis", "qis.jar")
142
- elif current_os in "Darwin" and current_arch == "x86_64":
132
+ elif current_os in "Darwin":
143
133
  qis_path = os.path.join(qis_path, "connection_specific", "QPS", "mac-amd64", "qis", "qis.jar")
144
- elif current_os in "Darwin" and current_arch == "arm64":
145
- qis_path = os.path.join(qis_path, "connection_specific", "QPS", "mac-arm64", "qis", "qis.jar")
146
134
  else: # default to windows
147
135
  qis_path = os.path.join(qis_path, "connection_specific", "QPS", "win-amd64", "qis", "qis.jar")
148
136
 
@@ -157,7 +145,7 @@ def startLocalQis(terminal=False, headless=False, args=None, timeout=20):
157
145
  # Process command prefix. Needed for headless mode, to support OSs with no system tray.
158
146
  cmd_prefix =ipv4v6_vm_args
159
147
  if headless is True or (args is not None and "-headless" in args):
160
- cmd_prefix += " -Djava.awt.headless=true"
148
+ cmd_prefix = " -Djava.awt.headless=true"
161
149
 
162
150
 
163
151
  # Process command suffix (additional standard options for QIS).
@@ -183,25 +171,16 @@ def startLocalQis(terminal=False, headless=False, args=None, timeout=20):
183
171
  # different start for different OS
184
172
  if current_os == "Windows":
185
173
  command = java_path + "\\win_amd64_jdk_21_jre\\bin\\" + command
186
- elif current_os == "Linux" and current_arch == "x86_64":
174
+ elif current_os == "Linux":
187
175
  command = java_path + "/lin_amd64_jdk_21_jre/bin/" + command
188
- elif current_os == "Linux" and current_arch == "aarch64":
189
- command = java_path + "/lin_arm64_jdk_21_jre/bin/" + command
190
- elif current_os == "Darwin" and current_arch == "x86_64":
176
+ elif current_os == "Darwin":
191
177
  command = java_path + "/mac_amd64_jdk_21_jre/bin/" + command
192
- elif current_os == "Darwin" and current_arch == "arm64":
193
- command = java_path + "/mac_arm64_jdk_21_jre/bin/" + command
194
178
  else: # default to windows
195
179
  command = java_path + "\\win_amd64_jdk_21_jre\\bin\\" + command
196
180
 
197
181
  # Use the command and check QIS has launched
198
182
  if "-logging=ON" in str(args): #If logging to a terminal window is on then os.system should be used to view logging.
199
183
  process = subprocess.Popen(command,shell=True)
200
- startTime = time.time() #Checks for Popen launch only
201
- while not isQisRunning():
202
- if time.time() - startTime > timeout:
203
- raise TimeoutError("QIS failed to launch within timelimit of " + str(timeout) + " sec.")
204
- pass
205
184
  else:
206
185
  if sys.version_info[0] < 3:
207
186
  process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
quarchpy/qps/qpsFuncs.py CHANGED
@@ -93,14 +93,6 @@ def startLocalQps(keepQisRunning=False, args=[], timeout=30, startQPSMinimised=T
93
93
 
94
94
  # Check the current OS
95
95
  current_os = platform.system()
96
- current_arch = platform.machine()
97
- current_arch = current_arch.lower() # ensure comparing same case
98
-
99
- # Currently officially unsupported
100
- if (current_os in "Linux" and current_arch == "aarch64") or (current_os in "Darwin" and current_arch == "arm64"):
101
- logging.warning("The system [" + current_os + ", " + current_arch + "] is not officially supported.")
102
- logging.warning("Please contact Quarch support for running QuarchPy on this system.")
103
- return
104
96
 
105
97
  # ensure the jres folder has the required permissions
106
98
  permissions, message = find_java_permissions()
@@ -125,14 +117,10 @@ def startLocalQps(keepQisRunning=False, args=[], timeout=30, startQPSMinimised=T
125
117
  else: # Different QPS.jar for each OS
126
118
  if current_os in "Windows":
127
119
  qps_path = os.path.join(qps_path, "connection_specific", "QPS", "win-amd64", "qps.jar")
128
- elif current_os in "Linux" and current_arch == "x86_64":
120
+ elif current_os in "Linux":
129
121
  qps_path = os.path.join(qps_path, "connection_specific", "QPS", "lin-amd64", "qps.jar")
130
- elif current_os in "Linux" and current_arch == "aarch64":
131
- qps_path = os.path.join(qps_path, "connection_specific", "QPS", "lin-arm64", "qps.jar")
132
- elif current_os in "Darwin" and current_arch == "x86_64":
122
+ elif current_os in "Darwin":
133
123
  qps_path = os.path.join(qps_path, "connection_specific", "QPS", "mac-amd64", "qps.jar")
134
- elif current_os in "Darwin" and current_arch == "arm64":
135
- qps_path = os.path.join(qps_path, "connection_specific", "QPS", "mac-arm64", "qps.jar")
136
124
  else: # default to windows
137
125
  qps_path = os.path.join(qps_path, "connection_specific", "QPS", "win-amd64", "qps.jar")
138
126
 
@@ -143,24 +131,15 @@ def startLocalQps(keepQisRunning=False, args=[], timeout=30, startQPSMinimised=T
143
131
  # OS dependency
144
132
  if current_os in "Windows":
145
133
  command = java_path + "\\win_amd64_jdk_21_jre\\bin\\java -jar qps.jar " + str(args)
146
- elif current_os in "Linux" and current_arch == "x86_64":
134
+ elif current_os in "Linux":
147
135
  command = java_path + "/lin_amd64_jdk_21_jre/bin/java -jar qps.jar " + str(args)
148
- elif current_os in "Linux" and current_arch == "aarch64":
149
- command = java_path + "/lin_arm64_jdk_21_jre/bin/java -jar qps.jar " + str(args)
150
- elif current_os in "Darwin" and current_arch == "x86_64":
136
+ elif current_os in "Darwin":
151
137
  command = java_path + "/mac_amd64_jdk_21_jre/bin/java -jar qps.jar " + str(args)
152
- elif current_os in "Darwin" and current_arch == "arm64":
153
- command = java_path + "/mac_arm64_jdk_21_jre/bin/java -jar qps.jar " + str(args)
154
138
  else: # default to windows
155
139
  command = java_path + "\\win_amd64_jdk_21_jre\\bin\\java -jar qps.jar " + str(args)
156
140
 
157
141
  if "-logging=ON" in str(args): #If logging to a terminal window is on then os.system should be used to keep a window open to view logging.
158
- if current_os in "Windows":
159
- process = subprocess.Popen(command,shell=True)
160
- else:
161
- # Add a hold command to keep the terminal open (useful for bash)
162
- command_with_pause = command + "; exec bash"
163
- process = subprocess.run(command_with_pause, shell=True)
142
+ process = subprocess.Popen(command,shell=True)
164
143
  else:
165
144
  if sys.version_info[0] < 3:
166
145
  process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quarchpy
3
- Version: 2.2.1
3
+ Version: 2.2.1.dev1
4
4
  Summary: This packpage offers Python support for Quarch Technology modules.
5
5
  Author: Quarch Technology ltd
6
6
  Author-email: support@quarch.com