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