quarchpy 2.2.7.dev1__py2.py3-none-any.whl → 2.2.8.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 (211) hide show
  1. quarchpy/.idea/.name +1 -0
  2. quarchpy/.idea/inspectionProfiles/Project_Default.xml +39 -1
  3. quarchpy/.idea/misc.xml +2 -2
  4. quarchpy/.idea/quarchpy.iml +1 -1
  5. quarchpy/.idea/vcs.xml +6 -0
  6. quarchpy/.idea/workspace.xml +119 -21
  7. quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
  8. quarchpy/__pycache__/__init__.cpython-312.pyc +0 -0
  9. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  10. quarchpy/__pycache__/_version.cpython-312.pyc +0 -0
  11. quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
  12. quarchpy/__pycache__/connection.cpython-312.pyc +0 -0
  13. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  14. quarchpy/__pycache__/run.cpython-312.pyc +0 -0
  15. quarchpy/_version.py +1 -1
  16. quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
  17. quarchpy/config_files/__pycache__/__init__.cpython-312.pyc +0 -0
  18. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
  19. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-312.pyc +0 -0
  20. quarchpy/connection_specific/QPS/win-amd64/InstallType.dat +1 -0
  21. quarchpy/connection_specific/QPS/win-amd64/qis/myFile.csv +50 -0
  22. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
  23. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-312.pyc +0 -0
  24. quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
  25. quarchpy/connection_specific/__pycache__/__init__.cpython-312.pyc +0 -0
  26. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  27. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-312.pyc +0 -0
  28. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  29. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-312.pyc +0 -0
  30. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  31. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-312.pyc +0 -0
  32. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
  33. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-312.pyc +0 -0
  34. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  35. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-312.pyc +0 -0
  36. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  37. quarchpy/connection_specific/__pycache__/connection_USB.cpython-312.pyc +0 -0
  38. quarchpy/connection_specific/__pycache__/mDNS.cpython-311.pyc +0 -0
  39. quarchpy/connection_specific/__pycache__/mDNS.cpython-312.pyc +0 -0
  40. quarchpy/connection_specific/connection_QIS.py +1 -0
  41. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-311.pyc +0 -0
  42. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-312.pyc +0 -0
  43. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-311.pyc +0 -0
  44. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-312.pyc +0 -0
  45. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  46. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-312.pyc +0 -0
  47. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  48. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-312.pyc +0 -0
  49. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  50. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-312.pyc +0 -0
  51. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  52. quarchpy/connection_specific/serial/__pycache__/win32.cpython-312.pyc +0 -0
  53. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  54. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-312.pyc +0 -0
  55. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  56. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-312.pyc +0 -0
  57. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  58. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-312.pyc +0 -0
  59. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  60. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-312.pyc +0 -0
  61. quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-312.pyc +0 -0
  62. quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-312.pyc +0 -0
  63. quarchpy/debug/SystemTest.py +29 -14
  64. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  65. quarchpy/debug/__pycache__/SystemTest.cpython-312.pyc +0 -0
  66. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  67. quarchpy/debug/__pycache__/__init__.cpython-312.pyc +0 -0
  68. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  69. quarchpy/debug/__pycache__/module_debug.cpython-312.pyc +0 -0
  70. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  71. quarchpy/debug/__pycache__/simple_terminal.cpython-312.pyc +0 -0
  72. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  73. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-312.pyc +0 -0
  74. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  75. quarchpy/debug/__pycache__/versionCompare.cpython-312.pyc +0 -0
  76. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  77. quarchpy/device/__pycache__/__init__.cpython-312.pyc +0 -0
  78. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  79. quarchpy/device/__pycache__/device.cpython-312.pyc +0 -0
  80. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  81. quarchpy/device/__pycache__/quarchArray.cpython-312.pyc +0 -0
  82. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  83. quarchpy/device/__pycache__/quarchPPM.cpython-312.pyc +0 -0
  84. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  85. quarchpy/device/__pycache__/quarchQPS.cpython-312.pyc +0 -0
  86. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  87. quarchpy/device/__pycache__/scanDevices.cpython-312.pyc +0 -0
  88. quarchpy/device/quarchQPS.py +1 -2
  89. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
  90. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-312.pyc +0 -0
  91. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
  92. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-312.pyc +0 -0
  93. quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
  94. quarchpy/disk_test/__pycache__/__init__.cpython-312.pyc +0 -0
  95. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
  96. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-312.pyc +0 -0
  97. quarchpy/docs/CHANGES.rst +4 -0
  98. quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
  99. quarchpy/docs/_build/doctrees/environment.pickle +0 -0
  100. quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
  101. quarchpy/docs/_build/doctrees/source/quarchpy.fio.doctree +0 -0
  102. quarchpy/docs/_build/html/CHANGES.html +145 -139
  103. quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +7 -0
  104. quarchpy/docs/_build/html/genindex.html +8 -2
  105. quarchpy/docs/_build/html/index.html +71 -70
  106. quarchpy/docs/_build/html/objects.inv +0 -0
  107. quarchpy/docs/_build/html/searchindex.js +1 -1
  108. quarchpy/docs/_build/html/source/changelog.html +216 -209
  109. quarchpy/docs/_build/html/source/quarchpy.fio.html +64 -0
  110. quarchpy/docs/_build/html/source/quarchpy.html +3 -0
  111. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  112. quarchpy/fio/__pycache__/FIO_interface.cpython-312.pyc +0 -0
  113. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  114. quarchpy/fio/__pycache__/__init__.cpython-312.pyc +0 -0
  115. quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
  116. quarchpy/iometer/__pycache__/__init__.cpython-312.pyc +0 -0
  117. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
  118. quarchpy/iometer/__pycache__/{gen_iometer_template.cpython-313.pyc → gen_iometer_template.cpython-312.pyc} +0 -0
  119. quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
  120. quarchpy/iometer/__pycache__/iometerFuncs.cpython-312.pyc +0 -0
  121. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
  122. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-312.pyc +0 -0
  123. quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
  124. quarchpy/qis/__pycache__/__init__.cpython-312.pyc +0 -0
  125. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  126. quarchpy/qis/__pycache__/qisFuncs.cpython-312.pyc +0 -0
  127. quarchpy/qis/qisFuncs.py +36 -39
  128. quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
  129. quarchpy/qps/__pycache__/__init__.cpython-312.pyc +0 -0
  130. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  131. quarchpy/qps/__pycache__/qpsFuncs.cpython-312.pyc +0 -0
  132. quarchpy/qps/qpsFuncs.py +7 -10
  133. quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
  134. quarchpy/user_interface/__pycache__/__init__.cpython-312.pyc +0 -0
  135. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  136. quarchpy/user_interface/__pycache__/user_interface.cpython-312.pyc +0 -0
  137. quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
  138. quarchpy/utilities/__pycache__/TestCenter.cpython-312.pyc +0 -0
  139. quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
  140. quarchpy/utilities/__pycache__/TimeValue.cpython-312.pyc +0 -0
  141. quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
  142. quarchpy/utilities/__pycache__/Version.cpython-312.pyc +0 -0
  143. quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  144. quarchpy/utilities/__pycache__/__init__.cpython-312.pyc +0 -0
  145. {quarchpy-2.2.7.dev1.dist-info → quarchpy-2.2.8.dev1.dist-info}/METADATA +7 -12
  146. {quarchpy-2.2.7.dev1.dist-info → quarchpy-2.2.8.dev1.dist-info}/RECORD +148 -126
  147. {quarchpy-2.2.7.dev1.dist-info → quarchpy-2.2.8.dev1.dist-info}/WHEEL +1 -1
  148. quarchpy/.idea/.gitignore +0 -3
  149. quarchpy/_version.py.bak +0 -1
  150. quarchpy/config_files/__pycache__/__init__.cpython-313.pyc +0 -0
  151. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-313.pyc +0 -0
  152. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-313.pyc +0 -0
  153. quarchpy/connection_specific/__pycache__/__init__.cpython-313.pyc +0 -0
  154. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-313.pyc +0 -0
  155. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-313.pyc +0 -0
  156. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-313.pyc +0 -0
  157. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-313.pyc +0 -0
  158. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-313.pyc +0 -0
  159. quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-313.pyc +0 -0
  160. quarchpy/connection_specific/__pycache__/connection_USB.cpython-313.pyc +0 -0
  161. quarchpy/connection_specific/__pycache__/mDNS.cpython-313.pyc +0 -0
  162. quarchpy/connection_specific/connection_QPS.py.bak +0 -242
  163. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-313.pyc +0 -0
  164. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-313.pyc +0 -0
  165. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-313.pyc +0 -0
  166. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-313.pyc +0 -0
  167. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-313.pyc +0 -0
  168. quarchpy/connection_specific/serial/__pycache__/win32.cpython-313.pyc +0 -0
  169. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  170. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-313.pyc +0 -0
  171. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-313.pyc +0 -0
  172. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-313.pyc +0 -0
  173. quarchpy/debug/__pycache__/SystemTest.cpython-313.pyc +0 -0
  174. quarchpy/debug/__pycache__/__init__.cpython-313.pyc +0 -0
  175. quarchpy/debug/__pycache__/module_debug.cpython-313.pyc +0 -0
  176. quarchpy/debug/__pycache__/simple_terminal.cpython-313.pyc +0 -0
  177. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-313.pyc +0 -0
  178. quarchpy/debug/__pycache__/versionCompare.cpython-313.pyc +0 -0
  179. quarchpy/device/__pycache__/__init__.cpython-313.pyc +0 -0
  180. quarchpy/device/__pycache__/device.cpython-313.pyc +0 -0
  181. quarchpy/device/__pycache__/quarchArray.cpython-313.pyc +0 -0
  182. quarchpy/device/__pycache__/quarchPPM.cpython-313.pyc +0 -0
  183. quarchpy/device/__pycache__/quarchQPS.cpython-313.pyc +0 -0
  184. quarchpy/device/__pycache__/scanDevices.cpython-313.pyc +0 -0
  185. quarchpy/device/quarchQPS.py.bak +0 -398
  186. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-313.pyc +0 -0
  187. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-313.pyc +0 -0
  188. quarchpy/disk_test/__pycache__/__init__.cpython-313.pyc +0 -0
  189. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-313.pyc +0 -0
  190. quarchpy/docs/CHANGES.rst.bak +0 -430
  191. quarchpy/docs/_build/html/.buildinfo.bak +0 -4
  192. quarchpy/docs/_build/html/_static/github-banner.svg +0 -5
  193. quarchpy/fio/FIO_interface.py.bak +0 -317
  194. quarchpy/fio/__pycache__/FIO_interface.cpython-313.pyc +0 -0
  195. quarchpy/fio/__pycache__/__init__.cpython-313.pyc +0 -0
  196. quarchpy/fio/__pycache__/fioDiskFinder.cpython-311.pyc +0 -0
  197. quarchpy/fio/__pycache__/fioDiskFinder.cpython-313.pyc +0 -0
  198. quarchpy/iometer/__pycache__/__init__.cpython-313.pyc +0 -0
  199. quarchpy/iometer/__pycache__/iometerFuncs.cpython-313.pyc +0 -0
  200. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-313.pyc +0 -0
  201. quarchpy/qis/__pycache__/__init__.cpython-313.pyc +0 -0
  202. quarchpy/qis/__pycache__/qisFuncs.cpython-313.pyc +0 -0
  203. quarchpy/qps/__pycache__/__init__.cpython-313.pyc +0 -0
  204. quarchpy/qps/__pycache__/qpsFuncs.cpython-313.pyc +0 -0
  205. quarchpy/user_interface/__pycache__/__init__.cpython-313.pyc +0 -0
  206. quarchpy/user_interface/__pycache__/user_interface.cpython-313.pyc +0 -0
  207. quarchpy/utilities/__pycache__/TestCenter.cpython-313.pyc +0 -0
  208. quarchpy/utilities/__pycache__/TimeValue.cpython-313.pyc +0 -0
  209. quarchpy/utilities/__pycache__/Version.cpython-313.pyc +0 -0
  210. quarchpy/utilities/__pycache__/__init__.cpython-313.pyc +0 -0
  211. {quarchpy-2.2.7.dev1.dist-info → quarchpy-2.2.8.dev1.dist-info}/top_level.txt +0 -0
quarchpy/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ _version.py
@@ -1,10 +1,48 @@
1
1
  <component name="InspectionProjectProfileManager">
2
2
  <profile version="1.0">
3
3
  <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ourVersions">
6
+ <value>
7
+ <list size="3">
8
+ <item index="0" class="java.lang.String" itemvalue="3.12" />
9
+ <item index="1" class="java.lang.String" itemvalue="3.5" />
10
+ <item index="2" class="java.lang.String" itemvalue="3.11" />
11
+ </list>
12
+ </value>
13
+ </option>
14
+ </inspection_tool>
15
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
16
+ <option name="ignoredPackages">
17
+ <value>
18
+ <list size="1">
19
+ <item index="0" class="java.lang.String" itemvalue="zeroconf" />
20
+ </list>
21
+ </value>
22
+ </option>
23
+ </inspection_tool>
24
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
25
+ <option name="ignoredErrors">
26
+ <list>
27
+ <option value="E501" />
28
+ <option value="E302" />
29
+ </list>
30
+ </option>
31
+ </inspection_tool>
32
+ <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
33
+ <option name="ignoredErrors">
34
+ <list>
35
+ <option value="N806" />
36
+ <option value="N812" />
37
+ <option value="N802" />
38
+ <option value="N803" />
39
+ </list>
40
+ </option>
41
+ </inspection_tool>
4
42
  <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
43
  <option name="ignoredIdentifiers">
6
44
  <list>
7
- <option value="user_interface.user_interface.raw_input" />
45
+ <option value="MainTests.standardErrors.qisPath" />
8
46
  </list>
9
47
  </option>
10
48
  </inspection_tool>
quarchpy/.idea/misc.xml CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="Black">
4
- <option name="sdkName" value="Python 2.7 (quarchpy)" />
4
+ <option name="sdkName" value="Python 3.11" />
5
5
  </component>
6
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" />
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
7
7
  </project>
@@ -2,7 +2,7 @@
2
2
  <module type="PYTHON_MODULE" version="4">
3
3
  <component name="NewModuleRootManager">
4
4
  <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
5
+ <orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" />
6
6
  <orderEntry type="sourceFolder" forTests="false" />
7
7
  </component>
8
8
  <component name="PyDocumentationSettings">
quarchpy/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="svn" />
5
+ </component>
6
+ </project>
@@ -4,29 +4,36 @@
4
4
  <option name="autoReloadType" value="SELECTIVE" />
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
- <list default="true" id="5dcd7b04-9694-4e54-bb12-84d5f5e7a0cf" name="Changes" comment="" />
7
+ <list default="true" id="636aab8d-ddf5-4a16-9afb-6ef6a8d53577" name="Changes" comment="">
8
+ <change beforePath="$PROJECT_DIR$/connection_specific/connection_QIS.py" beforeDir="false" afterPath="$PROJECT_DIR$/connection_specific/connection_QIS.py" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/qis/qisFuncs.py" beforeDir="false" afterPath="$PROJECT_DIR$/qis/qisFuncs.py" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/qps/qpsFuncs.py" beforeDir="false" afterPath="$PROJECT_DIR$/qps/qpsFuncs.py" afterDir="false" />
11
+ </list>
8
12
  <option name="SHOW_DIALOG" value="false" />
9
13
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
14
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
15
  <option name="LAST_RESOLUTION" value="IGNORE" />
12
16
  </component>
13
- <component name="ProjectColorInfo"><![CDATA[{
14
- "customColor": "",
15
- "associatedIndex": 5
16
- }]]></component>
17
- <component name="ProjectId" id="2sOq2y2hEq2l9HCfwXokB5wOoky" />
17
+ <component name="ProjectColorInfo">{
18
+ &quot;associatedIndex&quot;: 0
19
+ }</component>
20
+ <component name="ProjectId" id="2lheMHpb2GANz9pJUZgtTWz6b3S" />
21
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
18
22
  <component name="ProjectViewState">
19
23
  <option name="hideEmptyMiddlePackages" value="true" />
20
24
  <option name="showLibraryContents" value="true" />
21
25
  </component>
22
26
  <component name="PropertiesComponent"><![CDATA[{
23
27
  "keyToString": {
24
- "Python.keithleyTerminal.executor": "Debug",
25
- "RunOnceActivity.ShowReadmeOnStart": "true"
28
+ "Python.Main.executor": "Debug",
29
+ "Python.QisAcStreamExample.executor": "Debug",
30
+ "RunOnceActivity.ShowReadmeOnStart": "true",
31
+ "last_opened_file_path": "P:/Software/Python/QuarchPy/Trunk/quarchpy/run.py",
32
+ "settings.editor.selected.configurable": "reference.idesettings.quicklists"
26
33
  }
27
34
  }]]></component>
28
35
  <component name="RunManager">
29
- <configuration name="keithleyTerminal" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
36
+ <configuration name="Main" type="PythonConfigurationType" factoryName="Python">
30
37
  <module name="quarchpy" />
31
38
  <option name="ENV_FILES" value="" />
32
39
  <option name="INTERPRETER_OPTIONS" value="" />
@@ -35,12 +42,13 @@
35
42
  <env name="PYTHONUNBUFFERED" value="1" />
36
43
  </envs>
37
44
  <option name="SDK_HOME" value="" />
38
- <option name="WORKING_DIRECTORY" value="$USER_HOME$/Desktop/BoonCave/Quarch/Python Scripts/Terminal Programs" />
45
+ <option name="SDK_NAME" value="Python 3.11" />
46
+ <option name="WORKING_DIRECTORY" value="" />
39
47
  <option name="IS_MODULE_SDK" value="false" />
40
48
  <option name="ADD_CONTENT_ROOTS" value="true" />
41
49
  <option name="ADD_SOURCE_ROOTS" value="true" />
42
- <option name="SCRIPT_NAME" value="$USER_HOME$/Desktop/BoonCave/Quarch/Python Scripts/Terminal Programs/keithleyTerminal.py" />
43
- <option name="PARAMETERS" value="" />
50
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/run.py" />
51
+ <option name="PARAMETERS" value="qis" />
44
52
  <option name="SHOW_COMMAND_LINE" value="false" />
45
53
  <option name="EMULATE_TERMINAL" value="false" />
46
54
  <option name="MODULE_MODE" value="false" />
@@ -48,28 +56,118 @@
48
56
  <option name="INPUT_FILE" value="" />
49
57
  <method v="2" />
50
58
  </configuration>
51
- <recent_temporary>
52
- <list>
53
- <item itemvalue="Python.keithleyTerminal" />
54
- </list>
55
- </recent_temporary>
56
59
  </component>
57
60
  <component name="SharedIndexes">
58
61
  <attachedChunks>
59
62
  <set>
60
- <option value="bundled-python-sdk-1b1018131e27-aa17d162503b-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-243.22562.180" />
63
+ <option value="bundled-python-sdk-0e3be3396995-c546a90a8094-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-242.23339.19" />
61
64
  </set>
62
65
  </attachedChunks>
63
66
  </component>
64
67
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
68
+ <component name="SvnConfiguration" cleanupOnStartRun="true">
69
+ <configuration>C:\Users\nghayyda\AppData\Roaming\Subversion</configuration>
70
+ <supportedVersion>125</supportedVersion>
71
+ </component>
72
+ <component name="SvnFileUrlMappingImpl">
73
+ <option name="myMappingRoots">
74
+ <list>
75
+ <SvnCopyRootSimple>
76
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
77
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
78
+ </SvnCopyRootSimple>
79
+ <SvnCopyRootSimple>
80
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
81
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Cable_Modules" />
82
+ </SvnCopyRootSimple>
83
+ <SvnCopyRootSimple>
84
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
85
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Card_Modules" />
86
+ </SvnCopyRootSimple>
87
+ <SvnCopyRootSimple>
88
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
89
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Drive_Modules" />
90
+ </SvnCopyRootSimple>
91
+ <SvnCopyRootSimple>
92
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
93
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Power_Margining" />
94
+ </SvnCopyRootSimple>
95
+ <SvnCopyRootSimple>
96
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
97
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Switch_Modules" />
98
+ </SvnCopyRootSimple>
99
+ </list>
100
+ </option>
101
+ <option name="myMoreRealMappingRoots">
102
+ <list>
103
+ <SvnCopyRootSimple>
104
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
105
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
106
+ </SvnCopyRootSimple>
107
+ <SvnCopyRootSimple>
108
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
109
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Cable_Modules" />
110
+ </SvnCopyRootSimple>
111
+ <SvnCopyRootSimple>
112
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
113
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Card_Modules" />
114
+ </SvnCopyRootSimple>
115
+ <SvnCopyRootSimple>
116
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
117
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Drive_Modules" />
118
+ </SvnCopyRootSimple>
119
+ <SvnCopyRootSimple>
120
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
121
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Power_Margining" />
122
+ </SvnCopyRootSimple>
123
+ <SvnCopyRootSimple>
124
+ <option name="myVcsRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
125
+ <option name="myCopyRoot" value="P:\Software\Python\QuarchPy\Trunk\quarchpy\config_files\Switch_Modules" />
126
+ </SvnCopyRootSimple>
127
+ </list>
128
+ </option>
129
+ </component>
65
130
  <component name="TaskManager">
66
131
  <task active="true" id="Default" summary="Default task">
67
- <changelist id="5dcd7b04-9694-4e54-bb12-84d5f5e7a0cf" name="Changes" comment="" />
68
- <created>1738336765628</created>
132
+ <changelist id="636aab8d-ddf5-4a16-9afb-6ef6a8d53577" name="Changes" comment="" />
133
+ <created>1725636685995</created>
69
134
  <option name="number" value="Default" />
70
135
  <option name="presentableId" value="Default" />
71
- <updated>1738336765628</updated>
136
+ <updated>1725636685995</updated>
137
+ </task>
138
+ <task id="LOCAL-00001" summary="Quarchpy power class now automatically creates the default synthetic channels.">
139
+ <option name="closed" value="true" />
140
+ <created>1728642843471</created>
141
+ <option name="number" value="00001" />
142
+ <option name="presentableId" value="LOCAL-00001" />
143
+ <option name="project" value="LOCAL" />
144
+ <updated>1728642843471</updated>
72
145
  </task>
146
+ <task id="LOCAL-00002" summary="Fixed arguments not being passed correctly to QPS.">
147
+ <option name="closed" value="true" />
148
+ <created>1728648255650</created>
149
+ <option name="number" value="00002" />
150
+ <option name="presentableId" value="LOCAL-00002" />
151
+ <option name="project" value="LOCAL" />
152
+ <updated>1728648255650</updated>
153
+ </task>
154
+ <option name="localTasksCounter" value="3" />
73
155
  <servers />
74
156
  </component>
157
+ <component name="VcsManagerConfiguration">
158
+ <MESSAGE value="Quarchpy power class now automatically creates the default synthetic channels." />
159
+ <MESSAGE value="Fixed arguments not being passed correctly to QPS." />
160
+ <option name="LAST_COMMIT_MESSAGE" value="Fixed arguments not being passed correctly to QPS." />
161
+ </component>
162
+ <component name="XDebuggerManager">
163
+ <breakpoint-manager>
164
+ <breakpoints>
165
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
166
+ <url>file://C:/Python311/Lib/site-packages/quarchpy/qis/qisFuncs.py</url>
167
+ <line>183</line>
168
+ <option name="timeStamp" value="2" />
169
+ </line-breakpoint>
170
+ </breakpoints>
171
+ </breakpoint-manager>
172
+ </component>
75
173
  </project>
Binary file
Binary file
quarchpy/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2.2.7.dev1"
1
+ __version__ = "2.2.8.dev1"
@@ -0,0 +1 @@
1
+ InstallType=Installer
@@ -0,0 +1,50 @@
1
+ Time uS,5V mV,5V uA,12V mV,12V uA,5V uW,12V uW,Tot uW,
2
+ 0,2808,2229,6777,2742,6259,18582,24841
3
+ 100000,2808,2229,6777,2742,6259,18582,24841
4
+ 200000,2808,2229,6777,2742,6259,18582,24841
5
+ 300000,2808,2229,6777,2742,6259,18582,24841
6
+ 400000,2808,2229,6777,2742,6259,18582,24841
7
+ 500000,2808,2229,6777,2742,6259,18582,24841
8
+ 600000,2808,2229,6777,2742,6259,18582,24841
9
+ 700000,2808,2229,6777,2742,6259,18582,24841
10
+ 800000,2808,2229,6777,2742,6259,18582,24841
11
+ 900000,2808,2229,6777,2742,6259,18582,24841
12
+ 1000000,2808,2229,6777,2742,6259,18582,24841
13
+ 1100000,2808,2229,6777,2742,6259,18582,24841
14
+ 1200000,2808,2228,6777,2742,6256,18582,24838
15
+ 1300000,2808,2229,6777,2742,6259,18582,24841
16
+ 1400000,2808,2229,6777,2742,6259,18582,24841
17
+ 1500000,2808,2229,6777,2742,6259,18582,24841
18
+ 1600000,2808,2229,6777,2742,6259,18582,24841
19
+ 1700000,2808,2229,6777,2742,6259,18582,24841
20
+ 1800000,2808,2229,6777,2742,6259,18582,24841
21
+ 1900000,2808,2228,6777,2742,6256,18582,24838
22
+ 2000000,2808,2229,6777,2742,6259,18582,24841
23
+ 2100000,2808,2229,6777,2742,6259,18582,24841
24
+ 2200000,2808,2229,6777,2742,6259,18582,24841
25
+ 2300000,2808,2228,6777,2742,6256,18582,24838
26
+ 2400000,2808,2229,6777,2742,6259,18582,24841
27
+ 2500000,2808,2229,6777,2742,6259,18582,24841
28
+ 2600000,2808,2229,6777,2742,6259,18582,24841
29
+ 2700000,2808,2229,6777,2742,6259,18582,24841
30
+ 2800000,2808,2229,6777,2742,6259,18582,24841
31
+ 2900000,2808,2229,6777,2742,6259,18582,24841
32
+ 3000000,2808,2229,6777,2742,6259,18582,24841
33
+ 3100000,2808,2229,6777,2742,6259,18582,24841
34
+ 3200000,2808,2229,6777,2742,6259,18582,24841
35
+ 3300000,2808,2229,6777,2742,6259,18582,24841
36
+ 3400000,2808,2229,6777,2742,6259,18582,24841
37
+ 3500000,2808,2229,6777,2742,6259,18582,24841
38
+ 3600000,2808,2228,6777,2742,6256,18582,24838
39
+ 3700000,2808,2229,6777,2742,6259,18582,24841
40
+ 3800000,2808,2229,6777,2742,6259,18582,24841
41
+ 3900000,2808,2228,6777,2742,6256,18582,24838
42
+ 4000000,2808,2229,6777,2742,6259,18582,24841
43
+ 4100000,2808,2229,6777,2742,6259,18582,24841
44
+ 4200000,2808,2229,6777,2742,6259,18582,24841
45
+ 4300000,2808,2229,6777,2742,6259,18582,24841
46
+ 4400000,2808,2229,6777,2742,6259,18582,24841
47
+ 4500000,2808,2229,6777,2742,6259,18582,24841
48
+ 4600000,2808,2229,6777,2742,6259,18582,24841
49
+ 4700000,2808,2229,6777,2742,6259,18582,24841
50
+ 4800000,2808,2229,6777,2742,6259,18582,24841
@@ -1682,6 +1682,7 @@ class QisInterface:
1682
1682
 
1683
1683
  except Exception as e:
1684
1684
  #something went wrong during send qis cmd
1685
+ logging.error("Error! Unable to retrieve response from QIS. Command: " + sentText)
1685
1686
  logging.error(e)
1686
1687
  raise e
1687
1688
  finally:
@@ -1,5 +1,6 @@
1
1
  from quarchpy import *
2
2
  from quarchpy.device import *
3
+ from quarchpy.connection_specific.jdk_j21_jres.fix_permissions import main as fix_permissions, find_java_permissions
3
4
  try:
4
5
  from importlib.metadata import distribution
5
6
  except:
@@ -48,6 +49,11 @@ def test_system_info():
48
49
  print(str(bytes(subprocess.check_output(['cat', '/etc/os-release'], stderr=subprocess.STDOUT)).decode()))
49
50
  print("Platform Release: " + platform.release())
50
51
 
52
+ print("\nPYTHON\n------")
53
+ try:
54
+ print("Python Version: " + sys.version)
55
+ except:
56
+ print("Unable to detect Python version")
51
57
  try:
52
58
  print("Quarchpy Version: " + get_quarchpy_version())
53
59
  except:
@@ -57,14 +63,8 @@ def test_system_info():
57
63
  except Exception as e:
58
64
  print(e)
59
65
  print("Unable to detect Quarchpy location")
60
- try:
61
- print("Python Version: " + sys.version)
62
- except:
63
- print("Unable to detect Python version")
64
- try:
65
- print("QIS version number: " + get_QIS_version())
66
- except:
67
- print("Unable to detect QIS version")
66
+
67
+ print("\nJAVA\n----")
68
68
  try:
69
69
  javaVersion = bytes(subprocess.check_output(['java', '-version'], stderr=subprocess.STDOUT)).decode()
70
70
  print("Java Version: " + str(javaVersion))
@@ -78,12 +78,17 @@ def test_system_info():
78
78
  print("Unable to detect java location"
79
79
  "If Java is not installed then QIS and QPS will NOT run")
80
80
  try:
81
- find_java_permissions()
81
+ execute_permissions, message=find_java_permissions()
82
+ print("Execute Permissions: ",execute_permissions, "\n",message)
82
83
  except:
83
84
  print("Unable to get j21 java permissions")
85
+ try:
86
+ print("\nQIS version number: " + get_QIS_version())
87
+ except Exception as e:
88
+ print("\nUnable to detect QIS version. Exception:" +str(e))
84
89
 
85
- # Scan for all quarch devices on the system
86
90
 
91
+ # Scan for all quarch devices on the system
87
92
  def QuarchSimpleIdentify(device1):
88
93
  """
89
94
  Prints basic identification test data on the specified module, compatible with all Quarch devices
@@ -92,7 +97,7 @@ def QuarchSimpleIdentify(device1):
92
97
  ----------
93
98
  device1: quarchDevice
94
99
  Open connection to a quarch device
95
-
100
+
96
101
  """
97
102
  # Print the module name
98
103
  print("MODULE IDENTIFY TEST")
@@ -105,6 +110,7 @@ def QuarchSimpleIdentify(device1):
105
110
  print("Module Identity Information: ")
106
111
  print(device1.sendCommand("*idn?"))
107
112
 
113
+
108
114
  def get_QIS_version():
109
115
  """
110
116
  Returns the version of QIS. This is the version of QIS currenty running on the local system if one exists.
@@ -114,15 +120,20 @@ def get_QIS_version():
114
120
  -------
115
121
  version: str
116
122
  String representation of the QIS version number
117
-
123
+
118
124
  """
119
125
 
120
126
  qis_version = ""
121
127
  my_close_qis = False
122
- if isQisRunning() == False:
128
+ try:
129
+ qisRunning=isQisRunning()
130
+ except Exception as e:
131
+ print("Exception occurred while checking if qis was already running. Error:\n"+str(e))
132
+
133
+ if qisRunning == False:
123
134
  my_close_qis = True
124
135
  startLocalQis(headless=True)
125
-
136
+
126
137
  myQis = qisInterface()
127
138
  qis_version = myQis.sendAndReceiveCmd(cmd="$version")
128
139
  if "No Target Device Specified" in qis_version:
@@ -131,6 +142,7 @@ def get_QIS_version():
131
142
  myQis.sendAndReceiveCmd(cmd = "$shutdown")
132
143
  return qis_version
133
144
 
145
+
134
146
  def get_java_location():
135
147
  """
136
148
  Returns the location of java.
@@ -148,12 +160,14 @@ def get_java_location():
148
160
  location = "Unable to detect OS to check java version."
149
161
  return location
150
162
 
163
+
151
164
  def get_quarchpy_version():
152
165
  try:
153
166
  return __version__
154
167
  except:
155
168
  return "Unknown"
156
169
 
170
+
157
171
  def fix_usb():
158
172
  content_to_write = "SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"16d0\", MODE=\"0666\"" \
159
173
  "SUBSYSTEM==\"usb_device\", ATTRS{idVendor}==\"16d0\", MODE=\"0666\""
@@ -199,6 +213,7 @@ def main (args=None):
199
213
  test_communication()
200
214
 
201
215
 
216
+
202
217
  if __name__ == "__main__":
203
218
  main([])
204
219
  #find_java_permissions()