quarchpy 2.1.21__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 (57) 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/_version.py +1 -1
  8. quarchpy/connection_specific/QPS/qis/qis.jar +0 -0
  9. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.8.0.jar +0 -0
  10. quarchpy/connection_specific/QPS/qps.jar +0 -0
  11. quarchpy/connection_specific/QPS/scriptCommands.txt +2 -2
  12. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  13. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  14. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  15. quarchpy/connection_specific/connection_QIS.py +19 -8
  16. quarchpy/connection_specific/connection_QPS.py +25 -1
  17. quarchpy/connection_specific/connection_ReST.py +3 -2
  18. quarchpy/debug/upgrade_quarchpy.py +3 -3
  19. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  20. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  21. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  22. quarchpy/device/device.py +10 -6
  23. quarchpy/device/quarchQPS.py +0 -3
  24. quarchpy/device/scanDevices.py +0 -2
  25. quarchpy/docs/CHANGES.rst +15 -5
  26. quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
  27. quarchpy/docs/_build/doctrees/environment.pickle +0 -0
  28. quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
  29. quarchpy/docs/_build/doctrees/source/quarchpy.connection_specific.doctree +0 -0
  30. quarchpy/docs/_build/doctrees/source/quarchpy.qis.doctree +0 -0
  31. quarchpy/docs/_build/html/CHANGES.html +133 -120
  32. quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +15 -5
  33. quarchpy/docs/_build/html/genindex.html +9 -3
  34. quarchpy/docs/_build/html/index.html +60 -58
  35. quarchpy/docs/_build/html/objects.inv +0 -0
  36. quarchpy/docs/_build/html/searchindex.js +1 -1
  37. quarchpy/docs/_build/html/source/changelog.html +193 -178
  38. quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +12 -1
  39. quarchpy/docs/_build/html/source/quarchpy.html +3 -0
  40. quarchpy/docs/_build/html/source/quarchpy.qis.html +6 -0
  41. quarchpy/fio/fioDiskFinder.py +1 -1
  42. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  43. quarchpy/qis/qisFuncs.py +0 -4
  44. quarchpy/run.py +4 -4
  45. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  46. quarchpy/user_interface/user_interface.py +1 -0
  47. {quarchpy-2.1.21.dist-info → quarchpy-2.1.23.dist-info}/METADATA +16 -6
  48. {quarchpy-2.1.21.dist-info → quarchpy-2.1.23.dist-info}/RECORD +50 -56
  49. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  50. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  51. quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-311.pyc +0 -0
  52. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  53. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  54. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  55. quarchpy/fio/__pycache__/fioDiskFinder.cpython-311.pyc +0 -0
  56. {quarchpy-2.1.21.dist-info → quarchpy-2.1.23.dist-info}/WHEEL +0 -0
  57. {quarchpy-2.1.21.dist-info → quarchpy-2.1.23.dist-info}/top_level.txt +0 -0
@@ -1232,9 +1232,13 @@
1232
1232
  </ul></li>
1233
1233
  <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_QPS.QpsInterface.sendCmdVerbose">sendCmdVerbose() (quarchpy.connection_specific.connection_QPS.QpsInterface method)</a>
1234
1234
  </li>
1235
- <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_ReST.ReSTConn.sendCommand">sendCommand() (quarchpy.connection_specific.connection_ReST.ReSTConn method)</a>
1235
+ <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_QIS.QisInterface.sendCommand">sendCommand() (quarchpy.connection_specific.connection_QIS.QisInterface method)</a>
1236
1236
 
1237
1237
  <ul>
1238
+ <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_QPS.QpsInterface.sendCommand">(quarchpy.connection_specific.connection_QPS.QpsInterface method)</a>
1239
+ </li>
1240
+ <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_ReST.ReSTConn.sendCommand">(quarchpy.connection_specific.connection_ReST.ReSTConn method)</a>
1241
+ </li>
1238
1242
  <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_Serial.SerialConn.sendCommand">(quarchpy.connection_specific.connection_Serial.SerialConn method)</a>
1239
1243
  </li>
1240
1244
  <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_TCP.TCPConn.sendCommand">(quarchpy.connection_specific.connection_TCP.TCPConn method)</a>
@@ -1254,6 +1258,8 @@
1254
1258
  <li><a href="source/quarchpy.device.html#quarchpy.device.quarchDevice.sendCommand">(quarchpy.device.quarchDevice method)</a>
1255
1259
  </li>
1256
1260
  <li><a href="source/quarchpy.device.html#quarchpy.device.subDevice.sendCommand">(quarchpy.device.subDevice method)</a>
1261
+ </li>
1262
+ <li><a href="source/quarchpy.qis.html#quarchpy.qis.QisInterface.sendCommand">(quarchpy.qis.QisInterface method)</a>
1257
1263
  </li>
1258
1264
  </ul></li>
1259
1265
  <li><a href="source/quarchpy.connection_specific.html#quarchpy.connection_specific.connection_QIS.QisInterface.sendText">sendText() (quarchpy.connection_specific.connection_QIS.QisInterface method)</a>
@@ -1304,14 +1310,14 @@
1304
1310
  <li><a href="source/quarchpy.qis.html#quarchpy.qis.qisFuncs.startLocalQis">(in module quarchpy.qis.qisFuncs)</a>
1305
1311
  </li>
1306
1312
  </ul></li>
1313
+ </ul></td>
1314
+ <td style="width: 33%; vertical-align: top;"><ul>
1307
1315
  <li><a href="source/quarchpy.qps.html#quarchpy.qps.startLocalQps">startLocalQps() (in module quarchpy.qps)</a>
1308
1316
 
1309
1317
  <ul>
1310
1318
  <li><a href="source/quarchpy.qps.html#quarchpy.qps.qpsFuncs.startLocalQps">(in module quarchpy.qps.qpsFuncs)</a>
1311
1319
  </li>
1312
1320
  </ul></li>
1313
- </ul></td>
1314
- <td style="width: 33%; vertical-align: top;"><ul>
1315
1321
  <li><a href="source/quarchpy.device.html#quarchpy.device.quarchQPS.quarchStream.startQPSStream">startQPSStream() (quarchpy.device.quarchQPS.quarchStream method)</a>
1316
1322
 
1317
1323
  <ul>
@@ -38,64 +38,66 @@
38
38
  <li class="toctree-l1"><a class="reference internal" href="source/changelog.html">Changelog (Quarchpy)</a><ul>
39
39
  <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#quarchpy">Quarchpy</a></li>
40
40
  <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#change-log">Change Log</a></li>
41
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id1">2.1.21</a></li>
42
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id2">2.1.20</a></li>
43
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id3">2.1.19</a></li>
44
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id4">2.1.18</a></li>
45
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id5">2.1.17</a></li>
46
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id6">2.1.16</a></li>
47
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id7">2.1.15</a></li>
48
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id8">2.1.14</a></li>
49
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id9">2.1.13</a></li>
50
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id10">2.1.12</a></li>
51
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id11">2.1.11</a></li>
52
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id12">2.1.10</a></li>
53
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id13">2.1.8</a></li>
54
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id14">2.1.7</a></li>
55
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id15">2.1.6</a></li>
56
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id16">2.1.5</a></li>
57
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id17">2.1.4</a></li>
58
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id18">2.1.3</a></li>
59
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id19">2.1.2</a></li>
60
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id20">2.1.1</a></li>
61
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id21">2.1.0</a></li>
62
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id22">2.0.22</a></li>
63
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id23">2.0.21</a></li>
64
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id24">2.0.20</a></li>
65
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id25">2.0.19</a></li>
66
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id26">2.0.18</a></li>
67
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id27">2.0.16</a></li>
68
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id28">2.0.15</a></li>
69
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id29">2.0.14</a></li>
70
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id30">2.0.13</a></li>
71
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id31">2.0.12</a></li>
72
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id32">2.0.11</a></li>
73
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id33">2.0.10</a></li>
74
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id34">2.0.9</a></li>
75
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id35">2.0.8</a></li>
76
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id36">2.0.7</a></li>
77
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id37">2.0.2</a></li>
78
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id38">2.0.0</a></li>
79
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id39">1.8.0</a></li>
80
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id40">1.7.6</a></li>
81
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id41">1.7.5</a></li>
82
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id42">1.7.4</a></li>
83
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id43">1.7.3</a></li>
84
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id44">1.7.2</a></li>
85
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id45">1.7.1</a></li>
86
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id46">1.7.0</a></li>
87
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id47">1.6.1</a></li>
88
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id48">1.6.0</a></li>
89
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id49">1.5.4</a></li>
90
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id50">1.5.2</a></li>
91
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id51">1.5.1</a></li>
92
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id52">1.5.0</a></li>
93
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id53">1.4.1</a></li>
94
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id54">1.3.4</a></li>
95
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id55">1.3.3</a></li>
96
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id56">1.3.2</a></li>
97
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id57">1.3.1</a></li>
98
- <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id58">1.2.0</a></li>
41
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id1">2.1.23</a></li>
42
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id2">2.1.22</a></li>
43
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id3">2.1.21</a></li>
44
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id4">2.1.20</a></li>
45
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id5">2.1.19</a></li>
46
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id6">2.1.18</a></li>
47
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id7">2.1.17</a></li>
48
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id8">2.1.16</a></li>
49
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id9">2.1.15</a></li>
50
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id10">2.1.14</a></li>
51
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id11">2.1.13</a></li>
52
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id12">2.1.12</a></li>
53
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id13">2.1.11</a></li>
54
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id14">2.1.10</a></li>
55
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id15">2.1.8</a></li>
56
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id16">2.1.7</a></li>
57
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id17">2.1.6</a></li>
58
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id18">2.1.5</a></li>
59
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id19">2.1.4</a></li>
60
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id20">2.1.3</a></li>
61
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id21">2.1.2</a></li>
62
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id22">2.1.1</a></li>
63
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id23">2.1.0</a></li>
64
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id24">2.0.22</a></li>
65
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id25">2.0.21</a></li>
66
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id26">2.0.20</a></li>
67
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id27">2.0.19</a></li>
68
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id28">2.0.18</a></li>
69
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id29">2.0.16</a></li>
70
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id30">2.0.15</a></li>
71
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id31">2.0.14</a></li>
72
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id32">2.0.13</a></li>
73
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id33">2.0.12</a></li>
74
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id34">2.0.11</a></li>
75
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id35">2.0.10</a></li>
76
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id36">2.0.9</a></li>
77
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id37">2.0.8</a></li>
78
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id38">2.0.7</a></li>
79
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id39">2.0.2</a></li>
80
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id40">2.0.0</a></li>
81
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id41">1.8.0</a></li>
82
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id42">1.7.6</a></li>
83
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id43">1.7.5</a></li>
84
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id44">1.7.4</a></li>
85
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id45">1.7.3</a></li>
86
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id46">1.7.2</a></li>
87
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id47">1.7.1</a></li>
88
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id48">1.7.0</a></li>
89
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id49">1.6.1</a></li>
90
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id50">1.6.0</a></li>
91
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id51">1.5.4</a></li>
92
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id52">1.5.2</a></li>
93
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id53">1.5.1</a></li>
94
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id54">1.5.0</a></li>
95
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id55">1.4.1</a></li>
96
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id56">1.3.4</a></li>
97
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id57">1.3.3</a></li>
98
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id58">1.3.2</a></li>
99
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id59">1.3.1</a></li>
100
+ <li class="toctree-l2"><a class="reference internal" href="source/changelog.html#id60">1.2.0</a></li>
99
101
  </ul>
100
102
  </li>
101
103
  <li class="toctree-l1"><a class="reference internal" href="source/modules.html">quarchpy</a><ul>
Binary file