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