quarchpy 2.2.8.dev1__py2.py3-none-any.whl → 2.2.9.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 (224) hide show
  1. quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
  2. quarchpy/__pycache__/__init__.cpython-313.pyc +0 -0
  3. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  4. quarchpy/__pycache__/_version.cpython-313.pyc +0 -0
  5. quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
  6. quarchpy/__pycache__/connection.cpython-313.pyc +0 -0
  7. quarchpy/_version.py +1 -1
  8. quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
  9. quarchpy/config_files/__pycache__/__init__.cpython-313.pyc +0 -0
  10. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
  11. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-313.pyc +0 -0
  12. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/com.sun.istack-license.html +59 -0
  13. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/dorkbox-LICENSE.Apachev2 +218 -0
  14. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jSerialComm-LICENSE-APACHE-2.0 +202 -0
  15. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jSerialComm-LICENSE-LGPL-3.0 +165 -0
  16. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jakarta.activation-license.html +59 -0
  17. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jakarta.xml.bind-api-license.html +59 -0
  18. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/javassist-License.html +381 -0
  19. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jmdns-LICENSE.txt +202 -0
  20. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jna-AL2.0 +177 -0
  21. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/kotlin-stdlib-LICENSE-2.0.txt +202 -0
  22. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/netty-LICENSE.txt +202 -0
  23. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/netty-NOTICE.txt +239 -0
  24. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/slf4j-LICENSE.txt +24 -0
  25. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/usb4java-LICENSE.md +20 -0
  26. quarchpy/connection_specific/QPS/win-amd64/qis/help.txt +50 -17
  27. quarchpy/connection_specific/QPS/win-amd64/qis/license.txt +1 -0
  28. quarchpy/connection_specific/QPS/win-amd64/qis/qis.jar +0 -0
  29. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/CInterface-2.5.jar +0 -0
  30. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/QuarchCommon-2.0.jar +0 -0
  31. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/TorridonCommon-1.3.jar +0 -0
  32. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/usb4java-1.3.1.jar +0 -0
  33. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
  34. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-313.pyc +0 -0
  35. quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
  36. quarchpy/connection_specific/__pycache__/__init__.cpython-313.pyc +0 -0
  37. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  38. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-313.pyc +0 -0
  39. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  40. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-313.pyc +0 -0
  41. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  42. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-313.pyc +0 -0
  43. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
  44. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-313.pyc +0 -0
  45. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  46. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-313.pyc +0 -0
  47. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  48. quarchpy/connection_specific/__pycache__/connection_USB.cpython-313.pyc +0 -0
  49. quarchpy/connection_specific/__pycache__/mDNS.cpython-311.pyc +0 -0
  50. quarchpy/connection_specific/__pycache__/mDNS.cpython-313.pyc +0 -0
  51. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-311.pyc +0 -0
  52. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-313.pyc +0 -0
  53. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-311.pyc +0 -0
  54. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-313.pyc +0 -0
  55. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  56. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-313.pyc +0 -0
  57. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  58. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-313.pyc +0 -0
  59. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  60. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-313.pyc +0 -0
  61. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  62. quarchpy/connection_specific/serial/__pycache__/win32.cpython-313.pyc +0 -0
  63. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  64. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  65. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  66. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-313.pyc +0 -0
  67. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  68. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-313.pyc +0 -0
  69. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  70. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-313.pyc +0 -0
  71. quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-311.pyc +0 -0
  72. quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-311.pyc +0 -0
  73. quarchpy/connection_specific/usb_libs/usb1.py +2360 -2360
  74. quarchpy/debug/SystemTest.py +9 -2
  75. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  76. quarchpy/debug/__pycache__/SystemTest.cpython-313.pyc +0 -0
  77. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  78. quarchpy/debug/__pycache__/__init__.cpython-313.pyc +0 -0
  79. quarchpy/debug/__pycache__/module_debug.cpython-313.pyc +0 -0
  80. quarchpy/debug/__pycache__/simple_terminal.cpython-313.pyc +0 -0
  81. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-313.pyc +0 -0
  82. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  83. quarchpy/debug/__pycache__/versionCompare.cpython-313.pyc +0 -0
  84. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  85. quarchpy/device/__pycache__/__init__.cpython-313.pyc +0 -0
  86. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  87. quarchpy/device/__pycache__/device.cpython-313.pyc +0 -0
  88. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  89. quarchpy/device/__pycache__/quarchArray.cpython-313.pyc +0 -0
  90. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  91. quarchpy/device/__pycache__/quarchPPM.cpython-313.pyc +0 -0
  92. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  93. quarchpy/device/__pycache__/quarchQPS.cpython-313.pyc +0 -0
  94. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  95. quarchpy/device/__pycache__/scanDevices.cpython-313.pyc +0 -0
  96. quarchpy/device/quarchQPS.py +96 -67
  97. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
  98. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-313.pyc +0 -0
  99. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
  100. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-313.pyc +0 -0
  101. quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
  102. quarchpy/disk_test/__pycache__/__init__.cpython-313.pyc +0 -0
  103. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
  104. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-313.pyc +0 -0
  105. quarchpy/docs/CHANGES.rst +4 -0
  106. quarchpy/docs/Makefile +20 -20
  107. quarchpy/docs/_build/html/_static/custom.css +1 -1
  108. quarchpy/docs/_build/html/_static/doctools.js +149 -149
  109. quarchpy/docs/_build/html/_static/jquery-3.4.1.js +10598 -10598
  110. quarchpy/docs/_build/html/_static/jquery.js +2 -2
  111. quarchpy/docs/_build/html/_static/searchtools.js +632 -632
  112. quarchpy/docs/_build/html/_static/sphinx_highlight.js +154 -154
  113. quarchpy/docs/_build/html/_static/underscore-1.3.1.js +999 -999
  114. quarchpy/docs/_build/html/_static/underscore.js +5 -5
  115. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  116. quarchpy/fio/__pycache__/FIO_interface.cpython-313.pyc +0 -0
  117. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  118. quarchpy/fio/__pycache__/__init__.cpython-313.pyc +0 -0
  119. quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
  120. quarchpy/iometer/__pycache__/__init__.cpython-313.pyc +0 -0
  121. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
  122. quarchpy/iometer/__pycache__/{gen_iometer_template.cpython-312.pyc → gen_iometer_template.cpython-313.pyc} +0 -0
  123. quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
  124. quarchpy/iometer/__pycache__/iometerFuncs.cpython-313.pyc +0 -0
  125. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
  126. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-313.pyc +0 -0
  127. quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
  128. quarchpy/qis/__pycache__/__init__.cpython-313.pyc +0 -0
  129. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  130. quarchpy/qis/__pycache__/qisFuncs.cpython-313.pyc +0 -0
  131. quarchpy/qis/qisFuncs.py +4 -2
  132. quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
  133. quarchpy/qps/__pycache__/__init__.cpython-313.pyc +0 -0
  134. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  135. quarchpy/qps/__pycache__/qpsFuncs.cpython-313.pyc +0 -0
  136. quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
  137. quarchpy/user_interface/__pycache__/__init__.cpython-313.pyc +0 -0
  138. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  139. quarchpy/user_interface/__pycache__/user_interface.cpython-313.pyc +0 -0
  140. quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
  141. quarchpy/utilities/__pycache__/TestCenter.cpython-313.pyc +0 -0
  142. quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
  143. quarchpy/utilities/__pycache__/TimeValue.cpython-313.pyc +0 -0
  144. quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
  145. quarchpy/utilities/__pycache__/Version.cpython-313.pyc +0 -0
  146. quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  147. quarchpy/utilities/__pycache__/__init__.cpython-313.pyc +0 -0
  148. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/METADATA +5 -1
  149. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/RECORD +152 -150
  150. quarchpy/.idea/.name +0 -1
  151. quarchpy/.idea/inspectionProfiles/Project_Default.xml +0 -50
  152. quarchpy/.idea/inspectionProfiles/profiles_settings.xml +0 -6
  153. quarchpy/.idea/misc.xml +0 -7
  154. quarchpy/.idea/modules.xml +0 -8
  155. quarchpy/.idea/quarchpy.iml +0 -12
  156. quarchpy/.idea/vcs.xml +0 -6
  157. quarchpy/.idea/workspace.xml +0 -173
  158. quarchpy/__pycache__/__init__.cpython-312.pyc +0 -0
  159. quarchpy/__pycache__/_version.cpython-312.pyc +0 -0
  160. quarchpy/__pycache__/connection.cpython-312.pyc +0 -0
  161. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  162. quarchpy/__pycache__/run.cpython-312.pyc +0 -0
  163. quarchpy/config_files/__pycache__/__init__.cpython-312.pyc +0 -0
  164. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-312.pyc +0 -0
  165. quarchpy/connection_specific/QPS/win-amd64/InstallType.dat +0 -1
  166. quarchpy/connection_specific/QPS/win-amd64/qis/myFile.csv +0 -50
  167. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-312.pyc +0 -0
  168. quarchpy/connection_specific/__pycache__/__init__.cpython-312.pyc +0 -0
  169. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-312.pyc +0 -0
  170. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-312.pyc +0 -0
  171. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-312.pyc +0 -0
  172. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-312.pyc +0 -0
  173. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-312.pyc +0 -0
  174. quarchpy/connection_specific/__pycache__/connection_USB.cpython-312.pyc +0 -0
  175. quarchpy/connection_specific/__pycache__/mDNS.cpython-312.pyc +0 -0
  176. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-312.pyc +0 -0
  177. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-312.pyc +0 -0
  178. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-312.pyc +0 -0
  179. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-312.pyc +0 -0
  180. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-312.pyc +0 -0
  181. quarchpy/connection_specific/serial/__pycache__/win32.cpython-312.pyc +0 -0
  182. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-312.pyc +0 -0
  183. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-312.pyc +0 -0
  184. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-312.pyc +0 -0
  185. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-312.pyc +0 -0
  186. quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-312.pyc +0 -0
  187. quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-312.pyc +0 -0
  188. quarchpy/debug/__pycache__/SystemTest.cpython-312.pyc +0 -0
  189. quarchpy/debug/__pycache__/__init__.cpython-312.pyc +0 -0
  190. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  191. quarchpy/debug/__pycache__/module_debug.cpython-312.pyc +0 -0
  192. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  193. quarchpy/debug/__pycache__/simple_terminal.cpython-312.pyc +0 -0
  194. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  195. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-312.pyc +0 -0
  196. quarchpy/debug/__pycache__/versionCompare.cpython-312.pyc +0 -0
  197. quarchpy/device/__pycache__/__init__.cpython-312.pyc +0 -0
  198. quarchpy/device/__pycache__/device.cpython-312.pyc +0 -0
  199. quarchpy/device/__pycache__/quarchArray.cpython-312.pyc +0 -0
  200. quarchpy/device/__pycache__/quarchPPM.cpython-312.pyc +0 -0
  201. quarchpy/device/__pycache__/quarchQPS.cpython-312.pyc +0 -0
  202. quarchpy/device/__pycache__/scanDevices.cpython-312.pyc +0 -0
  203. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-312.pyc +0 -0
  204. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-312.pyc +0 -0
  205. quarchpy/disk_test/__pycache__/__init__.cpython-312.pyc +0 -0
  206. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-312.pyc +0 -0
  207. quarchpy/fio/__pycache__/FIO_interface.cpython-312.pyc +0 -0
  208. quarchpy/fio/__pycache__/__init__.cpython-312.pyc +0 -0
  209. quarchpy/iometer/__pycache__/__init__.cpython-312.pyc +0 -0
  210. quarchpy/iometer/__pycache__/iometerFuncs.cpython-312.pyc +0 -0
  211. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-312.pyc +0 -0
  212. quarchpy/qis/__pycache__/__init__.cpython-312.pyc +0 -0
  213. quarchpy/qis/__pycache__/qisFuncs.cpython-312.pyc +0 -0
  214. quarchpy/qps/__pycache__/__init__.cpython-312.pyc +0 -0
  215. quarchpy/qps/__pycache__/qpsFuncs.cpython-312.pyc +0 -0
  216. quarchpy/user_interface/__pycache__/__init__.cpython-312.pyc +0 -0
  217. quarchpy/user_interface/__pycache__/user_interface.cpython-312.pyc +0 -0
  218. quarchpy/utilities/__pycache__/TestCenter.cpython-312.pyc +0 -0
  219. quarchpy/utilities/__pycache__/TimeValue.cpython-312.pyc +0 -0
  220. quarchpy/utilities/__pycache__/Version.cpython-312.pyc +0 -0
  221. quarchpy/utilities/__pycache__/__init__.cpython-312.pyc +0 -0
  222. /quarchpy/fio/{test_performance_class.py → HIDEtest_performance_class.py} +0 -0
  223. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/WHEEL +0 -0
  224. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,239 @@
1
+
2
+ The Netty Project
3
+ =================
4
+
5
+ Please visit the Netty web site for more information:
6
+
7
+ * https://netty.io/
8
+
9
+ Copyright 2014 The Netty Project
10
+
11
+ The Netty Project licenses this file to you under the Apache License,
12
+ version 2.0 (the "License"); you may not use this file except in compliance
13
+ with the License. You may obtain a copy of the License at:
14
+
15
+ http://www.apache.org/licenses/LICENSE-2.0
16
+
17
+ Unless required by applicable law or agreed to in writing, software
18
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
19
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
20
+ License for the specific language governing permissions and limitations
21
+ under the License.
22
+
23
+ Also, please refer to each LICENSE.<component>.txt file, which is located in
24
+ the 'license' directory of the distribution file, for the license terms of the
25
+ components that this product depends on.
26
+
27
+ -------------------------------------------------------------------------------
28
+ This product contains the extensions to Java Collections Framework which has
29
+ been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
30
+
31
+ * LICENSE:
32
+ * license/LICENSE.jsr166y.txt (Public Domain)
33
+ * HOMEPAGE:
34
+ * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
35
+ * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
36
+
37
+ This product contains a modified version of Robert Harder's Public Domain
38
+ Base64 Encoder and Decoder, which can be obtained at:
39
+
40
+ * LICENSE:
41
+ * license/LICENSE.base64.txt (Public Domain)
42
+ * HOMEPAGE:
43
+ * http://iharder.sourceforge.net/current/java/base64/
44
+
45
+ This product contains a modified portion of 'Webbit', an event based
46
+ WebSocket and HTTP server, which can be obtained at:
47
+
48
+ * LICENSE:
49
+ * license/LICENSE.webbit.txt (BSD License)
50
+ * HOMEPAGE:
51
+ * https://github.com/joewalnes/webbit
52
+
53
+ This product contains a modified portion of 'SLF4J', a simple logging
54
+ facade for Java, which can be obtained at:
55
+
56
+ * LICENSE:
57
+ * license/LICENSE.slf4j.txt (MIT License)
58
+ * HOMEPAGE:
59
+ * http://www.slf4j.org/
60
+
61
+ This product contains a modified portion of 'Apache Harmony', an open source
62
+ Java SE, which can be obtained at:
63
+
64
+ * NOTICE:
65
+ * license/NOTICE.harmony.txt
66
+ * LICENSE:
67
+ * license/LICENSE.harmony.txt (Apache License 2.0)
68
+ * HOMEPAGE:
69
+ * http://archive.apache.org/dist/harmony/
70
+
71
+ This product contains a modified portion of 'jbzip2', a Java bzip2 compression
72
+ and decompression library written by Matthew J. Francis. It can be obtained at:
73
+
74
+ * LICENSE:
75
+ * license/LICENSE.jbzip2.txt (MIT License)
76
+ * HOMEPAGE:
77
+ * https://code.google.com/p/jbzip2/
78
+
79
+ This product contains a modified portion of 'libdivsufsort', a C API library to construct
80
+ the suffix array and the Burrows-Wheeler transformed string for any input string of
81
+ a constant-size alphabet written by Yuta Mori. It can be obtained at:
82
+
83
+ * LICENSE:
84
+ * license/LICENSE.libdivsufsort.txt (MIT License)
85
+ * HOMEPAGE:
86
+ * https://github.com/y-256/libdivsufsort
87
+
88
+ This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
89
+ which can be obtained at:
90
+
91
+ * LICENSE:
92
+ * license/LICENSE.jctools.txt (ASL2 License)
93
+ * HOMEPAGE:
94
+ * https://github.com/JCTools/JCTools
95
+
96
+ This product optionally depends on 'JZlib', a re-implementation of zlib in
97
+ pure Java, which can be obtained at:
98
+
99
+ * LICENSE:
100
+ * license/LICENSE.jzlib.txt (BSD style License)
101
+ * HOMEPAGE:
102
+ * http://www.jcraft.com/jzlib/
103
+
104
+ This product optionally depends on 'Compress-LZF', a Java library for encoding and
105
+ decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
106
+
107
+ * LICENSE:
108
+ * license/LICENSE.compress-lzf.txt (Apache License 2.0)
109
+ * HOMEPAGE:
110
+ * https://github.com/ning/compress
111
+
112
+ This product optionally depends on 'lz4', a LZ4 Java compression
113
+ and decompression library written by Adrien Grand. It can be obtained at:
114
+
115
+ * LICENSE:
116
+ * license/LICENSE.lz4.txt (Apache License 2.0)
117
+ * HOMEPAGE:
118
+ * https://github.com/jpountz/lz4-java
119
+
120
+ This product optionally depends on 'lzma-java', a LZMA Java compression
121
+ and decompression library, which can be obtained at:
122
+
123
+ * LICENSE:
124
+ * license/LICENSE.lzma-java.txt (Apache License 2.0)
125
+ * HOMEPAGE:
126
+ * https://github.com/jponge/lzma-java
127
+
128
+ This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
129
+ and decompression library written by William Kinney. It can be obtained at:
130
+
131
+ * LICENSE:
132
+ * license/LICENSE.jfastlz.txt (MIT License)
133
+ * HOMEPAGE:
134
+ * https://code.google.com/p/jfastlz/
135
+
136
+ This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
137
+ interchange format, which can be obtained at:
138
+
139
+ * LICENSE:
140
+ * license/LICENSE.protobuf.txt (New BSD License)
141
+ * HOMEPAGE:
142
+ * https://github.com/google/protobuf
143
+
144
+ This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
145
+ a temporary self-signed X.509 certificate when the JVM does not provide the
146
+ equivalent functionality. It can be obtained at:
147
+
148
+ * LICENSE:
149
+ * license/LICENSE.bouncycastle.txt (MIT License)
150
+ * HOMEPAGE:
151
+ * http://www.bouncycastle.org/
152
+
153
+ This product optionally depends on 'Snappy', a compression library produced
154
+ by Google Inc, which can be obtained at:
155
+
156
+ * LICENSE:
157
+ * license/LICENSE.snappy.txt (New BSD License)
158
+ * HOMEPAGE:
159
+ * https://github.com/google/snappy
160
+
161
+ This product optionally depends on 'JBoss Marshalling', an alternative Java
162
+ serialization API, which can be obtained at:
163
+
164
+ * LICENSE:
165
+ * license/LICENSE.jboss-marshalling.txt (Apache License 2.0)
166
+ * HOMEPAGE:
167
+ * https://github.com/jboss-remoting/jboss-marshalling
168
+
169
+ This product optionally depends on 'Caliper', Google's micro-
170
+ benchmarking framework, which can be obtained at:
171
+
172
+ * LICENSE:
173
+ * license/LICENSE.caliper.txt (Apache License 2.0)
174
+ * HOMEPAGE:
175
+ * https://github.com/google/caliper
176
+
177
+ This product optionally depends on 'Apache Commons Logging', a logging
178
+ framework, which can be obtained at:
179
+
180
+ * LICENSE:
181
+ * license/LICENSE.commons-logging.txt (Apache License 2.0)
182
+ * HOMEPAGE:
183
+ * http://commons.apache.org/logging/
184
+
185
+ This product optionally depends on 'Apache Log4J', a logging framework, which
186
+ can be obtained at:
187
+
188
+ * LICENSE:
189
+ * license/LICENSE.log4j.txt (Apache License 2.0)
190
+ * HOMEPAGE:
191
+ * http://logging.apache.org/log4j/
192
+
193
+ This product optionally depends on 'Aalto XML', an ultra-high performance
194
+ non-blocking XML processor, which can be obtained at:
195
+
196
+ * LICENSE:
197
+ * license/LICENSE.aalto-xml.txt (Apache License 2.0)
198
+ * HOMEPAGE:
199
+ * http://wiki.fasterxml.com/AaltoHome
200
+
201
+ This product contains a modified version of 'HPACK', a Java implementation of
202
+ the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
203
+
204
+ * LICENSE:
205
+ * license/LICENSE.hpack.txt (Apache License 2.0)
206
+ * HOMEPAGE:
207
+ * https://github.com/twitter/hpack
208
+
209
+ This product contains a modified version of 'HPACK', a Java implementation of
210
+ the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
211
+
212
+ * LICENSE:
213
+ * license/LICENSE.hyper-hpack.txt (MIT License)
214
+ * HOMEPAGE:
215
+ * https://github.com/python-hyper/hpack/
216
+
217
+ This product contains a modified version of 'HPACK', a Java implementation of
218
+ the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at:
219
+
220
+ * LICENSE:
221
+ * license/LICENSE.nghttp2-hpack.txt (MIT License)
222
+ * HOMEPAGE:
223
+ * https://github.com/nghttp2/nghttp2/
224
+
225
+ This product contains a modified portion of 'Apache Commons Lang', a Java library
226
+ provides utilities for the java.lang API, which can be obtained at:
227
+
228
+ * LICENSE:
229
+ * license/LICENSE.commons-lang.txt (Apache License 2.0)
230
+ * HOMEPAGE:
231
+ * https://commons.apache.org/proper/commons-lang/
232
+
233
+
234
+ This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build.
235
+
236
+ * LICENSE:
237
+ * license/LICENSE.mvn-wrapper.txt (Apache License 2.0)
238
+ * HOMEPAGE:
239
+ * https://github.com/takari/maven-wrapper
@@ -0,0 +1,24 @@
1
+ Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
2
+ All rights reserved.
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
+
23
+
24
+
@@ -0,0 +1,20 @@
1
+ Copyright (C) 2011 Klaus Reimer, k@ailis.de
2
+ Copyright (C) 2013 Luca Longinotti, l@longi.li
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in
12
+ all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
@@ -31,7 +31,10 @@ Command line parameters:
31
31
 
32
32
  -logging=ON
33
33
  Enables application logging to file
34
-
34
+
35
+ -loglevel=SEVERE,WARNING,INFO,CONFIG,FINE,FINER,FINEST
36
+ Sets the logging level, which by default is set to INFO
37
+
35
38
  -logtarget=file
36
39
  Logs to the specified file
37
40
 
@@ -297,6 +300,10 @@ Non $ Commands internal to qis:
297
300
  Deletes all previously created channels.
298
301
  stream created channels?
299
302
  Returns a list of all previously created channels.
303
+ stream created channels enabled?
304
+ Returns a list of previously created channels that are enabled.
305
+ stream created channels disabled?
306
+ Returns a list of previously created channels that are disabled.
300
307
  stream created function definitions?
301
308
  Returns an XML description of all supported functions.
302
309
 
@@ -345,7 +352,7 @@ Any command not recognised by qis will be passed on to the current default devic
345
352
  The $help screen:
346
353
 
347
354
  >$help
348
- Quarch Instrument Server v1.35.01 (C)Quarch Technology Ltd 2023
355
+ Quarch Instrument Server v1.47 (C)Quarch Technology Ltd 2025
349
356
 
350
357
  This program uses:
351
358
  usb4java V1.3 distributed under LGPL v3.0
@@ -504,6 +511,10 @@ Appendix B: Synthetic Channel Functions
504
511
  Deletes all previously created channels.
505
512
  stream created channels?
506
513
  Returns a list of all previously created channels.
514
+ stream created channels enabled?
515
+ Returns a list of previously created channels that are enabled.
516
+ stream created channels disabled?
517
+ Returns a list of previously created channels that are disabled.
507
518
  stream created function definitions?
508
519
  Returns an XML description of all supported functions.
509
520
 
@@ -549,7 +560,29 @@ A more detailed description, with examples, of each command follows:
549
560
  chan(L1_RMS,V) rms(100mS, chan(L1,V))
550
561
  chan(L1_RMS,A) rms(100mS, chan(L1,A))
551
562
  ...
563
+
564
+ stream created channels enabled?
565
+ Returns a list of enabled previously created channels For example:
566
+
567
+ stream created channels enabled?
568
+
569
+ could return the following list:
570
+
571
+ chan(L1_RMS,V) rms(100mS, chan(L1,V))
572
+ chan(L1_RMS,A) rms(100mS, chan(L1,A))
573
+ ...
574
+
575
+ stream created channels disabled?
576
+ Returns a list of disabled previously created channels For example:
552
577
 
578
+ stream created channels disabled?
579
+
580
+ could return the following list:
581
+
582
+ chan(L1_RMS,V) rms(100mS, chan(L1,V))
583
+ chan(L1_RMS,A) rms(100mS, chan(L1,A))
584
+ ...
585
+
553
586
  stream created function definitions?
554
587
  Returns the XML schema used to define the supported synthetic channel functions. For example:
555
588
 
@@ -568,31 +601,31 @@ A more detailed description, with examples, of each command follows:
568
601
 
569
602
  The currently supported synthetic channel functions are:
570
603
 
571
- rms
572
- The effective value of a sinusoidal waveform which gives the same heating effect as an equivalent DC supply.
573
- sineWave
574
- A test function generating a sine wave based on the supplied parameters.
604
+ crestFactor
605
+ The ratio of peak value to RMS value over the specified time window.
575
606
  frequency
576
607
  The frequency of the signal specified by the source channel.
608
+ pActive
609
+ The actual power which is transferred to the load / dissipated in the circuit.
610
+ pApparent
611
+ The product of RMS voltage and RMS current.
577
612
  phase
578
613
  The difference in phase, expressed in degrees, between the two source channels.
579
614
  pInstantaneous
580
615
  The product of voltage and current.
581
- pApparent
582
- The product of RMS voltage and RMS current.
583
- pActive
584
- The actual power which is transferred to the load / dissipated in the circuit.
585
- pReactive
586
- Power absorbed by and returned from the load due to its reactive properties.
587
616
  powerFactor
588
617
  The ratio of the real power absorbed by the load to the apparent power flowing in the circuit.
589
- crestFactor
590
- The ratio of peak value to RMS value over the specified time window.
591
- sum
592
- The sum of the specified channels.
618
+ pReactive
619
+ Power absorbed by and returned from the load due to its reactive properties.
620
+ rms
621
+ The effective value of a sinusoidal waveform which gives the same heating effect as an equivalent DC supply.
622
+ sineWave
623
+ A test function generating a sine wave based on the supplied parameters.
593
624
  subtract
594
625
  The difference of the specified channels.
595
-
626
+ sum
627
+ The sum of the specified channels.
628
+
596
629
  Each of the above functions have differing arguments and return value and the best source of reference for each function's
597
630
  details is via the XML function definitions command described above.
598
631
 
@@ -0,0 +1 @@
1
+ Please visit https://quarch.com/legal/ for details of the licensing of all Quarch software.