quarchpy 2.1.24.dev5__py2.py3-none-any.whl → 2.1.25__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_Telnet.cpython-311.pyc +0 -0
  32. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  33. quarchpy/connection_specific/__pycache__/mDNS.cpython-311.pyc +0 -0
  34. quarchpy/connection_specific/connection_QPS.py +52 -0
  35. quarchpy/connection_specific/mDNS.py +126 -0
  36. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  37. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  38. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  39. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  40. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  41. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  42. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  43. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  44. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  45. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  46. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  47. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  48. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  49. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  50. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  51. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  52. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  53. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  54. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  55. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  56. quarchpy/device/device.py +72 -22
  57. quarchpy/device/scanDevices.py +26 -11
  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 +9 -0
  63. quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
  64. quarchpy/docs/_build/doctrees/environment.pickle +0 -0
  65. quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
  66. quarchpy/docs/_build/doctrees/source/quarchpy.connection_specific.doctree +0 -0
  67. quarchpy/docs/_build/doctrees/source/quarchpy.device.doctree +0 -0
  68. quarchpy/docs/_build/doctrees/source/quarchpy.qps.doctree +0 -0
  69. quarchpy/docs/_build/html/CHANGES.html +132 -119
  70. quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +9 -0
  71. quarchpy/docs/_build/html/genindex.html +4 -0
  72. quarchpy/docs/_build/html/index.html +62 -60
  73. quarchpy/docs/_build/html/objects.inv +0 -0
  74. quarchpy/docs/_build/html/readme.html +6 -7
  75. quarchpy/docs/_build/html/searchindex.js +1 -1
  76. quarchpy/docs/_build/html/source/changelog.html +194 -179
  77. quarchpy/docs/_build/html/source/licenses.html +6 -7
  78. quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +10 -0
  79. quarchpy/docs/_build/html/source/quarchpy.device.html +1 -1
  80. quarchpy/docs/_build/html/source/quarchpy.html +2 -0
  81. quarchpy/docs/_build/html/source/quarchpy.iometer.html +6 -7
  82. quarchpy/docs/_build/html/source/quarchpy.qps.html +2 -2
  83. quarchpy/docs/_build/html/source/quarchpy.utilities.html +6 -7
  84. quarchpy/docs/_build/html/source/readme.html +6 -7
  85. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  86. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  87. quarchpy/fio/__pycache__/fioDiskFinder.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.25.dist-info}/METADATA +10 -1
  106. {quarchpy-2.1.24.dev5.dist-info → quarchpy-2.1.25.dist-info}/RECORD +108 -57
  107. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.04.jar +0 -0
  108. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.8.jar +0 -0
  109. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.8.1.jar +0 -0
  110. quarchpy/connection_specific/QPS/qis/qis_lib/QuarchCommon-0.2.6.jar +0 -0
  111. quarchpy/connection_specific/QPS/qis/qis_lib/QuarchCommon-0.2.9.jar +0 -0
  112. quarchpy/connection_specific/QPS/qis/qis_lib/commons-csv-1.8.jar +0 -0
  113. quarchpy/connection_specific/QPS/qis/qis_lib/commons-lang3-3.2.1.jar +0 -0
  114. quarchpy/connection_specific/QPS/qis/resources/filters/filters.csv +0 -1004
  115. quarchpy/connection_specific/QPS/qps_lib/QuarchCommon-0.2.6.jar +0 -0
  116. quarchpy/connection_specific/QPS/qps_lib/QuarchCommon-0.2.9.jar +0 -0
  117. quarchpy/connection_specific/QPS/qps_lib/commons-lang3-3.12.0.jar +0 -0
  118. quarchpy/connection_specific/QPS/qps_lib/jfxtras-labs-8.0-r6.jar +0 -0
  119. quarchpy/connection_specific/QPS/qps_lib/opencsv-5.9.jar +0 -0
  120. quarchpy/connection_specific/QPS/qps_lib/qis-1.39.jar +0 -0
  121. quarchpy/connection_specific/QPS/qps_lib/qis-1.40.jar +0 -0
  122. quarchpy/connection_specific/connection_mDNS.py +0 -40
  123. {quarchpy-2.1.24.dev5.dist-info → quarchpy-2.1.25.dist-info}/WHEEL +0 -0
  124. {quarchpy-2.1.24.dev5.dist-info → quarchpy-2.1.25.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
1
- Search.setIndex({"docnames": ["CHANGES", "index", "readme", "source/changelog", "source/licenses", "source/modules", "source/quarchpy", "source/quarchpy.calibration", "source/quarchpy.config_files", "source/quarchpy.connection_specific", "source/quarchpy.debug", "source/quarchpy.device", "source/quarchpy.disk_test", "source/quarchpy.fio", "source/quarchpy.iometer", "source/quarchpy.qis", "source/quarchpy.qps", "source/quarchpy.user_interface", "source/quarchpy.utilities", "source/readme"], "filenames": ["CHANGES.rst", "index.rst", "readme.rst", "source/changelog.rst", "source/licenses.rst", "source/modules.rst", "source/quarchpy.rst", "source/quarchpy.calibration.rst", "source/quarchpy.config_files.rst", "source/quarchpy.connection_specific.rst", "source/quarchpy.debug.rst", "source/quarchpy.device.rst", "source/quarchpy.disk_test.rst", "source/quarchpy.fio.rst", "source/quarchpy.iometer.rst", "source/quarchpy.qis.rst", "source/quarchpy.qps.rst", "source/quarchpy.user_interface.rst", "source/quarchpy.utilities.rst", "source/readme.rst"], "titles": ["Changelog (Quarchpy)", "Welcome to quarchpy\u2019s documentation!", "Quarchpy - Readme", "Changelog (Quarchpy)", "LICENSES", "quarchpy", "quarchpy package", "quarchpy.calibration package", "quarchpy.config_files package", "quarchpy.connection_specific package", "quarchpy.debug package", "quarchpy.device package", "quarchpy.disk_test package", "quarchpy.fio package", "quarchpy.iometer package", "quarchpy.qis package", "quarchpy.qps package", "quarchpy.user_interface package", "quarchpy.utilities package", "Quarchpy - Readme"], "terms": {"i": [0, 3, 4, 9, 10, 11, 15, 16, 17, 18], "python": [0, 2, 3, 6, 17, 18, 19], "packag": [0, 1, 2, 3, 5, 19], "design": [0, 3], "provid": [0, 3, 4, 10, 17], "an": [0, 3, 9, 10, 11, 14, 15], "easi": [0, 3], "us": [0, 2, 3, 4, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "api": [0, 2, 3, 18, 19], "which": [0, 3, 9, 11, 14], "work": [0, 2, 3, 10, 12, 14, 16, 19], "seamlessli": [0, 3], "over": [0, 3, 11], "ani": [0, 3, 4, 11, 18], "connect": [0, 2, 3, 5, 9, 10, 11, 15, 16, 18, 19], "option": [0, 2, 3, 6, 9, 10, 11, 13, 14, 15, 19], "usb": [0, 2, 3, 6, 9, 11, 19], "serial": [0, 2, 3, 11, 19], "lan": [0, 2, 3, 19], "With": [0, 3, 11], "you": [0, 3, 9, 11, 15], "can": [0, 3, 9, 11, 15, 17], "creat": [0, 3, 9, 11, 14, 15], "your": [0, 3], "own": [0, 3], "script": [0, 3, 10, 11, 18], "control": [0, 3, 11], "quarch": [0, 2, 3, 4, 9, 10, 11, 14, 15, 17, 18, 19], "devic": [0, 3, 5, 6, 9, 10, 15], "without": [0, 3, 4], "have": [0, 3, 14], "worri": [0, 3], "about": [0, 3], "low": [0, 3], "level": [0, 3], "code": [0, 2, 3, 4, 11, 19], "involv": [0, 3], "commun": [0, 2, 3, 18, 19], "The": [0, 3, 4, 9, 11, 15, 16, 17], "contain": [0, 3, 9, 12, 14, 15], "all": [0, 3, 4, 9, 10, 11, 15, 16, 18], "prerequisit": [0, 1, 3], "need": [0, 3, 9, 11, 14], "singl": [0, 3], "pypi": [0, 3], "project": [0, 3], "instal": [0, 1, 3, 10, 12], "from": [0, 3, 4, 6, 9, 10, 11, 12, 14, 15, 18], "onlin": [0, 3], "repositori": [0, 3], "pip": [0, 2, 3, 10, 19], "thi": [0, 2, 3, 4, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "make": [0, 3], "updat": [0, 3, 9, 10, 14, 15], "while": [0, 3], "also": [0, 3], "full": [0, 3, 9, 11], "access": [0, 3, 10, 15, 17], "sourc": [0, 3, 4, 15, 16], "want": [0, 3, 9, 15], "addit": [0, 3, 11, 15], "via": [0, 2, 3, 15, 19], "qi": [0, 2, 3, 5, 6, 9, 10, 16, 19], "instrument": [0, 3, 15], "server": [0, 3], "qp": [0, 2, 3, 5, 6, 9, 10, 11, 14, 15, 19], "power": [0, 3, 11], "studio": [0, 3], "simpli": [0, 3], "both": [0, 3, 17], "ar": [0, 3, 4, 9, 10, 11, 14, 15], "includ": [0, 2, 3, 4, 11, 15, 18, 19], "thei": [0, 3, 10], "readi": [0, 3, 10], "java": [0, 2, 3, 10, 19], "driver": [0, 2, 3, 19], "mai": [0, 3, 4], "minor": [0, 3], "bug": [0, 3], "fix": [0, 3, 11], "improv": [0, 3, 14, 18], "new": [0, 3, 9, 14, 15], "v1": [0, 3], "36": [0, 3], "39": [0, 3], "35": [0, 3], "38": [0, 3], "remov": [0, 3], "deprac": [0, 3], "32": [0, 3], "37": [0, 3], "run": [0, 2, 3, 5, 9, 10, 15, 16, 18, 19], "module_debug": [0, 3], "ad": [0, 3, 11, 14], "check": [0, 3, 10, 15], "state": [0, 3, 11], "modul": [0, 1, 2, 3, 5, 19], "dut": [0, 3], "29": [0, 3], "33": [0, 3], "28": [0, 3], "27": [0, 3], "26": [0, 3], "31": [0, 3], "24": [0, 3], "23": 1, "network": [0, 3, 9, 15], "now": [0, 3], "contyp": [0, 3, 11], "qtlnumber": [0, 3], "eg": [0, 3, 9, 11, 15], "tcp": [0, 3, 11], "qtl1999": [0, 3, 11], "02": [0, 3, 14], "001": [0, 3], "close": [0, 3, 6, 9, 11, 15, 16], "when": [0, 3, 9, 11, 15], "launch": [0, 3], "closeconnect": [0, 3, 6, 9, 11, 15], "displai": [0, 3], "tabl": [0, 3], "format": [0, 3, 6, 11], "multilin": [0, 3, 11], "item": [0, 3, 11], "handl": [0, 3, 11, 16], "empti": [0, 3, 9, 11, 15], "cell": [0, 3], "seper": [0, 3, 11], "scan": [0, 2, 3, 9, 11, 14, 15, 16, 19], "select": [0, 3, 9, 11, 12, 15], "getquarchdevic": [0, 3, 6, 11], "wrapper": [0, 3, 11, 17], "around": [0, 3], "quarchdevic": [0, 3, 6, 10, 11, 15], "allow": [0, 3, 6, 9, 10, 11, 15, 18], "sub": [0, 3, 11], "arrai": [0, 3, 11], "type": [0, 3, 9, 10, 11, 15, 16, 18], "version": [0, 2, 3, 9, 10, 12, 14, 15, 19], "compar": [0, 3, 10], "__version__": [0, 3], "rather": [0, 3], "than": [0, 3, 9, 15], "pkg_resourc": [0, 3], "systentest": [0, 3], "debug_info": [0, 2, 3, 19], "part": [0, 3], "flag": [0, 3, 15, 16, 18], "user": [0, 3, 9, 11, 15, 17, 18], "skip": [0, 3], "certain": [0, 3], "test": [0, 2, 3, 10, 11, 17, 18, 19], "interact": [0, 3, 11, 17], "lock": [0, 3, 15, 16], "cento": [0, 3], "ubuntu": [0, 3], "fedora": [0, 3], "calibr": [0, 3, 5, 6, 17], "qc": [0, 2, 3, 19], "command": [0, 3, 6, 9, 10, 11, 15], "m": [0, 2, 3, 6, 16, 19], "debug": [0, 3, 5, 6, 17], "usbfix": [0, 3], "set": [0, 3, 9, 11, 15, 18], "rule": [0, 3], "appear": [0, 3, 9, 11, 15], "linux": [0, 3], "o": [0, 3], "wire": [0, 3], "prompt": [0, 3, 10], "pam": [0, 3, 11], "stream": [0, 3, 9, 11, 15, 16], "list_driv": [0, 3], "connection_qp": [0, 3, 5, 6], "rework": [0, 3], "drive": [0, 3, 11, 14], "detect": [0, 3], "upcom": [0, 3], "custom": [0, 3, 11, 14], "17": 1, "termin": [0, 3, 10, 11, 15, 17, 18], "simpl": [0, 2, 3, 11, 15, 18, 19], "talk": [0, 3, 9, 15], "specif": [0, 3, 4, 6, 9, 11, 15], "ip": [0, 3, 9, 15, 16], "address": [0, 3, 9, 15], "perform": [0, 3, 9], "class": [0, 3, 6, 9, 11, 12, 13, 15, 17], "featur": [0, 3, 10], "ioment": [0, 3], "locat": [0, 3, 9, 10, 11, 15], "bugfix": [0, 3], "unit": [0, 3, 15], "stat": [0, 3, 11], "export": [0, 3], "off": [0, 3], "tl": [0, 3], "03": [0, 3], "info": [0, 3, 15], "snapshot": [0, 3, 11], "function": [0, 3, 6, 9, 10, 11, 12, 14, 15, 17, 18], "annot": [0, 3, 11], "through": [0, 3], "python2": [0, 3], "ui": [0, 3, 17], "tidi": [0, 3], "up": [0, 3, 10, 11, 15, 18], "comment": [0, 3], "issu": [0, 3, 11], "udp": [0, 3], "outsid": [0, 3], "subnet": [0, 3], "hd": [0, 3], "headless": [0, 3, 15], "shinx": [0, 3], "auto": [0, 3], "document": [0, 3, 4, 14], "respons": [0, 3, 9, 11, 14], "timeout": [0, 3, 9, 11, 15, 16], "longer": [0, 3], "where": [0, 3], "parser": [0, 3, 18], "wa": [0, 3, 9, 11, 15], "legaci": [0, 3], "header": [0, 3, 14, 15], "field": [0, 3], "qurchpi": [0, 3], "oars": [0, 3], "help": [0, 3, 9, 11, 12, 15], "gener": [0, 3, 15, 18], "syntax": [0, 3], "warn": [0, 3, 9, 15, 17], "string": [0, 3, 9, 10, 11, 14, 15, 16, 17, 18], "liter": [0, 3], "comparison": [0, 3], "wait": [0, 3, 11], "uptim": [0, 3], "report": [0, 3, 17, 18], "file": [0, 3, 8, 9, 11, 14, 15], "list": [0, 3, 4, 9, 11, 15, 17, 18], "within": [0, 3, 10, 14, 15], "rev": [0, 3], "b": [0, 3], "clean": [0, 3], "switchbox": [0, 3], "platform": [0, 3], "print": [0, 3, 10, 15], "statement": [0, 3], "replac": [0, 3], "call": [0, 3, 9, 10, 11, 15], "messag": [0, 3, 9, 11, 15, 17, 18], "initi": [0, 3, 12, 14], "stub": [0, 3], "enumer": [0, 3, 11], "signific": [0, 3], "remot": [0, 3, 15], "util": [0, 3, 5, 6], "variou": [0, 3, 15], "readm": [0, 1, 3], "md": [0, 3], "descript": [0, 3], "sinc": [0, 3, 15], "folder": [0, 3], "gone": [0, 3], "onli": [0, 2, 3, 6, 9, 15, 18, 19], "systemtest": [0, 3, 5, 6], "input": [0, 3, 11], "valid": [0, 3, 16, 17], "smart": [0, 3], "port": [0, 3, 6, 9, 11, 15, 16], "core": [0, 3, 11], "major": [0, 3], "restructur": [0, 3], "center": [0, 3], "support": [0, 3, 10, 17], "latest": [0, 2, 3, 19], "qps1": [0, 3], "09": [0, 3], "tab": [0, 3], "white": [0, 3], "space": [0, 3], "convert": [0, 3], "__init__": [0, 3], "co": [0, 3], "allign": [0, 3], "practic": [0, 3], "structur": [0, 3, 9, 15], "disk": [0, 3, 12], "compat": [0, 3, 10], "dll": [0, 3], "potenti": [0, 3], "path": [0, 3, 11, 14, 17], "open": [0, 3, 9, 10, 11, 15], "08": [0, 3, 12, 14], "time": [0, 3, 11, 15, 16, 17], "window": [0, 3], "fio": [0, 3, 5, 6], "argument": [0, 3, 6, 13], "valu": [0, 3, 11, 15, 16], "problem": [0, 3, 11], "specifi": [0, 3, 9, 10, 11, 14, 15], "bit": [0, 3], "architectur": [0, 3], "implement": [0, 3, 9, 15, 18], "separ": [0, 3, 9, 11, 15], "load": [0, 3], "licens": [0, 1, 3], "case": [0, 3, 9], "sensit": [0, 3], "integr": [0, 3], "search": [0, 1, 3], "wmi": [0, 3, 12], "error": [0, 3, 16, 18], "import": [0, 3], "iomet": [0, 3, 5, 6, 12], "resampl": [0, 3], "better": [0, 3, 9, 15], "wai": [0, 3, 4, 9, 11, 15], "isqisrun": [0, 3, 6, 9, 15], "qisinterfac": [0, 3, 6, 9, 15], "startlocalqi": [0, 3, 6, 15], "interfac": [0, 3, 9, 15, 17, 18], "listdevic": [0, 3, 6, 11], "didn": [0, 3], "t": [0, 3, 9, 15], "local": [0, 3, 10, 15], "pack": [0, 3], "multipl": [0, 3, 18], "quarchppm": [0, 3, 5, 6], "connection_specif": [0, 3, 5, 6], "x6": [0, 3], "ppm": [0, 3], "object": [0, 3, 6, 9, 11, 12, 15, 17, 18], "model": [0, 3], "changelog": 1, "chang": 1, "log": [1, 17], "2": [1, 2, 9, 15, 19], "1": [1, 9, 11, 15, 16, 17, 18], "14": 1, "13": [1, 12, 14, 16], "12": [1, 15], "11": 1, "10": [1, 9, 11], "8": [1, 2, 19], "7": [1, 2, 19], "6": 1, "5": [1, 11], "4": 1, "3": [1, 2, 4, 14, 17, 19], "0": [1, 9, 11, 15, 16, 18], "22": 1, "21": 1, "20": [1, 9, 14, 15], "19": 1, "18": 1, "16": 1, "15": 1, "9": 1, "get": 1, "start": [1, 11, 15, 18], "author": [1, 4], "pyusb": 1, "pyseri": 1, "index": [1, 9, 15], "page": 1, "autom": [2, 11, 14, 19], "standard": [2, 11, 17, 18, 19], "relat": [2, 18, 19], "tool": [2, 14, 19], "librari": [2, 4, 18, 19], "basic": [2, 10, 19], "sampl": [2, 11, 15, 19], "applic": [0, 2, 3, 6, 19], "note": [2, 14, 17, 18, 19], "exampl": [2, 10, 19], "x": [2, 11, 19], "recommend": [2, 19], "most": [2, 11, 19], "older": [2, 19], "develop": [2, 19], "ha": [2, 9, 11, 15, 18, 19], "halt": [2, 11, 19], "fx": [2, 19], "requir": [0, 2, 3, 10, 11, 19], "zeroconf": [0, 2, 3, 19], "automat": [2, 10, 19], "mdn": [0, 2, 3, 19], "upgrad": [2, 10, 19], "technologi": [2, 4, 19], "ltd": [2, 4, 19], "copyright": 4, "c": 4, "2018": [4, 12, 14], "2020": 4, "right": 4, "reserv": 4, "free": [4, 11], "modifi": 4, "being": 4, "product": [4, 11], "2009": 4, "2017": 4, "wander": 4, "lairson": 4, "costa": 4, "redistribut": 4, "binari": 4, "form": [4, 10, 18], "modif": 4, "permit": 4, "follow": [4, 6, 11, 13, 14], "condit": 4, "met": [4, 10], "must": [4, 14], "retain": 4, "abov": 4, "notic": 4, "disclaim": 4, "reproduc": 4, "other": [4, 11, 15], "materi": 4, "distribut": 4, "name": [4, 9, 11, 14, 15, 18], "endors": 4, "promot": 4, "deriv": 4, "softwar": 4, "prior": 4, "written": [4, 9, 15], "permiss": [4, 17], "BY": 4, "THE": 4, "AS": 4, "AND": [4, 11], "express": 4, "OR": 4, "impli": 4, "warranti": 4, "BUT": 4, "NOT": 4, "limit": [4, 9, 15], "TO": 4, "OF": 4, "merchant": 4, "fit": 4, "FOR": 4, "A": [4, 11, 14], "particular": 4, "purpos": [4, 12], "IN": 4, "NO": 4, "event": 4, "shall": 4, "BE": 4, "liabl": 4, "direct": [0, 3, 4, 10, 15], "indirect": 4, "incident": 4, "special": 4, "exemplari": 4, "consequenti": 4, "damag": 4, "procur": 4, "substitut": 4, "good": 4, "servic": 4, "loss": 4, "data": [4, 9, 10, 11, 14, 15], "profit": 4, "busi": 4, "interrupt": 4, "howev": 4, "caus": [4, 9], "ON": 4, "theori": 4, "liabil": 4, "whether": [4, 11], "contract": 4, "strict": 4, "tort": 4, "neglig": 4, "otherwis": [4, 10, 11], "aris": 4, "out": [4, 9, 11], "even": 4, "IF": 4, "advis": [4, 11], "possibl": [4, 9], "SUCH": 4, "2001": 4, "2016": 4, "chri": 4, "liechti": 4, "cliechti": 4, "gmx": 4, "net": 4, "neither": 4, "holder": 4, "nor": 4, "its": [4, 10, 15], "contributor": 4, "spdx": 4, "identifi": 4, "bsd": 4, "claus": 4, "enabl": 4, "machin": 4, "process": [4, 14, 15, 17, 18], "inform": [4, 11, 14, 15], "base": [4, 6, 9, 11, 12, 13, 14, 15, 17, 18], "here": 4, "avail": [4, 9, 10, 11, 15], "http": 4, "org": 4, "subpackag": 5, "submodul": 5, "quarcharrai": [5, 6], "quarchqp": [5, 6], "scandevic": [5, 6], "content": 5, "qisfunc": [5, 6, 9], "qpsfunc": [5, 6], "config_fil": [5, 6], "configpars": [5, 6], "hdpowermodul": [5, 6], "powermodulecalibr": [5, 6], "qtl2347": [5, 6], "calibrationconfig": [5, 6], "calibrationutil": [5, 6], "calibration_class": [5, 6], "devicehelp": [5, 6], "keithley_2460_control": [5, 6], "connection_qi": [5, 6], "connection_rest": [5, 6], "connection_seri": [5, 6], "connection_tcp": [5, 6], "connection_telnet": [5, 6], "connection_usb": [5, 6], "upgrade_quarchpi": [5, 6], "versioncompar": [5, 6], "fio_interfac": [5, 6], "fiodiskfind": [5, 6], "iometerfunc": [5, 6], "user_interfac": [5, 6], "testcent": [5, 6, 17], "pyconnect": [5, 6], "qisconnect": [5, 6, 9, 15], "qpsconnect": [5, 6, 9, 16], "main": [5, 6, 10], "checkmoduleformat": [6, 11], "getruntim": [6, 11], "openconnect": [6, 11], "resetdevic": [6, 11], "sendandverifycommand": [6, 11], "sendbinarycommand": [6, 11], "sendcommand": [0, 3, 6, 9, 11, 15], "isthisanarraycontrol": [6, 11], "getsubdevic": [6, 11], "scansubmodul": [6, 11], "subdevic": [6, 11], "setuppoweroutput": [6, 11], "startstream": [6, 9, 11, 15], "stopstream": [6, 9, 11, 15], "streambufferstatu": [6, 9, 11, 15], "streaminterrupt": [6, 9, 11, 15], "streamresamplemod": [6, 11], "streamrunningstatu": [6, 9, 11, 15], "waitstop": [6, 9, 11, 15], "current_milli_tim": [6, 11], "current_second_tim": [6, 11], "qpsnowstr": [6, 11], "quarchstream": [6, 11], "addannot": [6, 11], "addcom": [6, 11], "adddatapoint": [6, 11], "channel": [6, 11, 14], "createchannel": [6, 11], "failcheck": [6, 11], "getstreamst": [6, 11], "get_custom_stats_rang": [6, 11], "get_stat": [6, 11], "hidealldefaultchannel": [6, 11], "hidechannel": [6, 11], "mychannel": [6, 11], "savecsv": [6, 11], "showchannel": [6, 11], "startqpsstream": [6, 11], "stats_to_csv": [6, 11], "stopstreamandallowbuffertoempti": [6, 11], "takesnapshot": [6, 11], "filter_module_typ": [6, 11], "getserialnumberfromconnectiontarget": [6, 11], "get_connection_target": [6, 11], "get_user_level_serial_numb": [6, 11], "list_usb": [6, 11], "list_network": [6, 11], "list_seri": [6, 11], "lookupdevic": [6, 11], "mergedict": [6, 11], "scan_mdn": [6, 11], "userselectdevic": [6, 11], "getqismoduleselect": [6, 9, 15], "checkandcloseqi": [6, 15], "check_remote_qi": [6, 15], "closeqi": [6, 15], "add_header_to_buff": [6, 9, 15], "add_header_to_byte_arrai": [6, 9, 15], "averagestrip": [6, 9, 15], "avgstringfrompwr": [6, 9, 15], "convertstreamaverag": [6, 9, 15], "create_dir_structur": [6, 9, 15], "create_index_fil": [6, 9, 15], "create_index_file_digit": [6, 9, 15], "create_qps_directori": [6, 9, 15], "create_qps_fil": [6, 9, 15], "devicedictsetup": [6, 9, 15], "devicemulti": [6, 9, 15], "disconnect": [6, 9, 15], "getdevicelist": [6, 9, 15], "getstreamxmlhead": [6, 9, 15], "get_list_detail": [6, 9, 15], "interruptlist": [6, 9, 15], "isxmlhead": [6, 9, 15], "qis_scan_devic": [6, 9, 15], "receivetext": [6, 9, 15], "rxbyte": [6, 9, 15], "scanip": [6, 9, 15], "sendandreceivecmd": [6, 9, 15], "sendandreceivetext": [6, 9, 15], "sendcmd": [6, 9, 15], "sendtext": [6, 9, 15], "sortfavourit": [6, 9, 15], "startstreamqp": [6, 9, 15], "startstreamthread": [6, 9, 15], "startstreamthreadqp": [6, 9, 15], "streamgetstripestext": [6, 9, 15], "streamheaderaverag": [6, 9, 15], "streamheaderformat": [6, 9, 15], "streamheadervers": [6, 9, 15], "write_b_array_to_idx_fil": [6, 9, 15], "write_stripe_to_files_hd": [6, 9, 15], "write_stripe_to_files_pam": [6, 9, 15], "streamheaderinfo": [6, 15], "data_valid": [6, 15], "device_channel": [6, 15], "device_group": [6, 15], "device_period": [6, 15], "get_device_period": [6, 15], "get_header_vers": [6, 15], "header_raw_xml": [6, 15], "header_vers": [6, 15], "init_from_qis_devic": [6, 15], "init_from_stream_head": [6, 15], "getqpsmoduleselect": [6, 16], "closeqp": [6, 16], "isqpsrun": [6, 16], "legacyadjusttim": [6, 16], "startlocalqp": [6, 16], "toqpstimestamp": [6, 16], "qpsinterfac": [6, 9, 15, 16], "get_config_path_for_modul": [6, 8], "parse_config_fil": [6, 8], "strtobb": [6, 9], "recv": [6, 9], "send": [0, 3, 6, 9, 11, 15], "sendcmdverbos": [6, 9], "restconn": [6, 9], "serialconn": [6, 9], "serial_read_until": [6, 9], "tcpconn": [6, 9], "telnetconn": [6, 9], "tquarchusb_if": [6, 9], "bulkread": [6, 9], "bulkreadep": [6, 9], "bulkreadeptout": [6, 9], "bulkreadn": [6, 9], "checkcomm": [6, 9], "closeport": [6, 9], "debugdump": [6, 9], "fetchcmdrepli": [6, 9], "fetchcmdreplytout": [6, 9], "getextendedinfo": [6, 9], "getidn": [6, 9], "getlasterror": [6, 9], "getserialnumb": [6, 9], "isportopen": [6, 9], "openport": [6, 9], "runcommand": [6, 9], "settimeout": [6, 9], "verbosesendcmd": [6, 9], "writezeropacketcmd": [6, 9], "clean_and_flush_stuck_usb_comm": [6, 9], "lockusbstr": [6, 9], "unlockusbstr": [6, 9], "usbconn": [6, 9], "getusbdeviceserialno": [6, 9], "importusb": [6, 9], "quarchsimpleidentifi": [6, 10], "fix_usb": [6, 10], "get_qis_vers": [6, 10], "get_java_loc": [6, 10], "get_quarchpy_vers": [6, 10], "test_commun": [6, 10], "test_system_info": [6, 10], "check_if_upd": [6, 10], "updatequarchpi": [6, 10], "requiredquarchpyvers": [6, 10], "adjusttim": [6, 13], "return_data": [6, 13], "runfio": [6, 13], "start_fio": [6, 13], "timenow": [6, 13], "followresultsfil": [6, 14], "generateicffromconf": [6, 14], "generateicffromcsvlinedata": [6, 14], "processiometerinstresult": [6, 14], "readicfcsvlinedata": [6, 14], "runiomet": [6, 14], "instanc": [6, 9, 15, 17], "check_path_write_permiss": [6, 17], "dicttolist": [6, 17], "displayt": [6, 17], "endtestblock": [6, 17, 18], "get_check_valid_calpath": [6, 17], "is_user_admin": [6, 17], "listselect": [6, 17], "logcalibrationresult": [6, 17], "logresult": [6, 17], "logsimpleresult": [6, 17], "logwarn": [6, 17], "nicelistselect": [6, 17], "printtext": [6, 17], "progressbar": [6, 17], "quarchsleep": [6, 17], "requestdialog": [6, 17], "setup_log": [6, 17], "showdialog": [6, 17], "showimag": [6, 17], "showyesnodialog": [6, 17], "starttestblock": [6, 17], "storeresult": [6, 17], "userrangeintselect": [6, 17], "validateuserinput": [6, 17], "visual_sleep": [6, 17], "begintestblock": [6, 18], "endtest": [6, 18], "setup": [6, 18], "testpoint": [6, 18], "constr": [6, 9, 11, 15], "host": [6, 9, 14, 15, 16], "embed": 6, "line": [6, 10, 11, 15], "arg": [6, 10, 15, 16], "pars": [0, 3, 6], "idn_str": 8, "none": [8, 9, 10, 11, 15, 16, 17], "module_connect": 8, "127": [9, 15, 16], "9722": [9, 15], "connectionmessag": [9, 15], "true": [9, 10, 11, 15, 16, 17], "favouriteonli": [9, 11, 15, 16], "additionalopt": [9, 11, 15, 16, 17], "rescan": [9, 15, 16], "con": [9, 15, 16], "outbuff": [9, 15], "return_b_arrai": [9, 15], "stream_header_s": [9, 15], "temp_dict": [9, 15], "tree": [9, 15], "is_digit": [9, 15], "fals": [9, 10, 11, 15, 16, 17], "leftov": [9, 15], "streamaverag": [9, 11, 15], "newstrip": [9, 15], "f": [9, 15], "remainingstrip": [9, 15], "avgpwrtwo": [9, 15], "sock": [9, 15], "tri": [9, 15], "socket": [9, 15], "variabl": [9, 15], "If": [9, 10, 11, 15], "success": [9, 11, 15, 18], "return": [9, 10, 11, 14, 15, 16, 18], "backend": [9, 15], "welcom": [9, 15], "fail": [9, 11, 15], "sai": [9, 15], "unabl": [9, 15], "should": [9, 11, 15], "befor": [9, 15], "normal": [9, 15], "beggin": [9, 15], "left": [9, 11, 15], "until": [9, 11, 15], "finish": [9, 11, 15], "ran": [9, 15], "param": [9, 15, 16, 17], "boolean": [9, 15, 18], "don": [9, 15], "alreadi": [9, 15], "directori": [9, 11, 15], "ve": [9, 15], "put": [9, 15], "bunch": [9, 15], "try": [9, 15], "except": [9, 11, 15], "just": [9, 11, 15], "sure": [9, 15], "correctli": [9, 15], "There": [9, 15], "": [0, 3, 9, 15], "probabl": [9, 15], "do": [9, 11, 15], "default": [9, 11, 15], "record": [9, 15], "invalid": [9, 15], "successfulli": [9, 11, 15], "necessari": [9, 15], "data000": [9, 15], "idx": [9, 15], "For": [9, 15], "futur": [9, 15], "revis": [9, 15], "each": [9, 15, 18], "current": [9, 14, 15], "assum": [9, 14, 15, 16], "made": [9, 15], "No": [9, 11, 15], "data101": [9, 15], "end": [9, 11, 15, 17, 18], "paramet": [9, 10, 11, 14, 15, 16, 18], "qtl": [9, 15], "number": [9, 10, 11, 15], "headertext": [9, 15], "ipaddress": [9, 15], "trigger": [9, 11, 15], "look": [9, 15], "would": [9, 11, 15], "like": [9, 11, 15], "str": [9, 10, 11, 15, 18], "192": [9, 11, 15], "168": [9, 11, 15], "123": [9, 15], "sleep": [9, 15, 17], "int": [9, 11, 15, 16], "sent": [9, 15], "cmd": [9, 11, 15], "readuntilcursor": [9, 15], "betweencommanddelai": [9, 15], "senttext": [9, 15], "expectedrespons": [9, 11, 15], "far": [9, 15], "see": [9, 15], "differ": [9, 11, 15], "founddevic": [9, 15], "filenam": [9, 11, 13, 14, 15], "filemaxmb": [9, 11, 15], "streamnam": [9, 11, 15], "releaseondata": [9, 11, 15], "streamdur": [9, 11, 15], "inmemorydata": [9, 11, 15], "block": [9, 15, 17, 18], "numstrip": [9, 15], "4096": [9, 15], "skipstatuscheck": [9, 15], "stripe": [9, 15], "string_in": 9, "add_length": 9, "9822": [9, 16], "targetdevic": 9, "conntarget": 9, "max_retri": 9, "char": [9, 16], "context": 9, "ep": 9, "n": [9, 14], "comm": 9, "becom": [9, 11], "stuck": 9, "too": 9, "quickli": 9, "after": [9, 11], "previou": [9, 10], "one": [9, 10], "buffer": [9, 11], "flush": 9, "read": [9, 14, 15, 16], "x02": 9, "x00": 9, "x01": 9, "x04": 9, "x03": 9, "serid": 9, "device1": 10, "identif": 10, "currenti": 10, "system": [0, 3, 10, 14, 15], "exist": 10, "exectu": 10, "represent": 10, "auto_upd": 10, "shutdown": 10, "prevent": 10, "bool": [10, 11, 15], "shut": 10, "down": 10, "prepar": 10, "proce": 10, "argstr": 10, "versionnumb": 10, "request": [10, 15], "package_list": 10, "dev": 10, "build": 10, "requiredvers": 10, "given": [10, 11, 14], "present": [9, 10, 15], "ensur": [10, 12, 17], "minimum": 10, "safe_to_run": 10, "connectiontarget": 11, "py": 11, "wide": 11, "rang": 11, "underli": 11, "method": 11, "alwai": 11, "whern": 11, "conf": [11, 14], "runtim": 11, "overridden": 11, "ask": 11, "fixtur": 11, "creation": 11, "re": 11, "reset": 11, "attempt": 11, "recov": 11, "complet": 11, "found": [11, 15], "second": [11, 16], "result": [11, 14, 17, 18], "reconnect": 11, "we": 11, "commandstr": 11, "responseexpect": 11, "ok": 11, "verifi": 11, "expect": [11, 16], "write": [11, 17], "cleaner": 11, "text": [11, 15, 17], "rais": 11, "mismatch": 11, "match": 11, "did": 11, "valueerror": 11, "doe": 11, "execut": [11, 15, 17, 18], "primari": 11, "technic": 11, "manual": 11, "command_respons": 11, "lf": 11, "some": 11, "modulestr": 11, "basedevic": 11, "originobj": 11, "streamdata": 11, "txt": 11, "200000": 11, "streamcom": 11, "unserinput": 11, "desir": [11, 17], "dir": 11, "failur": 11, "occur": 11, "userinput": 11, "rectifi": 11, "titl": [11, 17], "annotationtim": 11, "extratext": 11, "ypo": 11, "titlecolor": 11, "annotationcolor": 11, "annotationtyp": 11, "annotationgroup": 11, "add": 11, "next": 11, "view": 11, "percetang": 11, "how": 11, "high": 11, "screen": 11, "bottom": 11, "100": [11, 17], "top": 11, "color": 11, "hex": 11, "000000": 11, "ffffff": 11, "marker": 11, "group": [11, 15], "belong": 11, "millisecond": [11, 16], "place": [11, 14, 15, 16], "plot": 11, "live": 11, "recent": 11, "commenttim": 11, "commentcolor": 11, "channelnam": 11, "groupnam": 11, "datavalu": 11, "datapointtim": 11, "timeformat": 11, "unix": 11, "float": [11, 16], "point": [11, 14, 18], "channelgroup": 11, "baseunit": 11, "useprefix": 11, "statu": 11, "rec": 11, "nolong": 11, "still": 11, "receiv": 11, "ei": 11, "stop": [11, 15], "start_tim": 11, "end_tim": 11, "statist": 11, "ignor": 11, "integ": 11, "daysdhour": 11, "minut": 11, "xxxdxx": 11, "xx": 11, "xxxx": 11, "df": 11, "datafram": 11, "save": [11, 17], "file_nam": [11, 13], "thrown": 11, "grid": 11, "panda": [0, 3, 11], "channelspecifi": 11, "filepath": 11, "linesperfil": 11, "cr": 11, "delimit": 11, "60": 11, "csv": [11, 14], "ou": 11, "per": 11, "carriag": 11, "otption": 11, "stack": 11, "trace": 11, "newdirectori": 11, "absolut": 11, "give": [11, 17], "checkinterv": 11, "take": [11, 14], "module_type_filt": 11, "found_devic": 11, "filter": 11, "config": 11, "accept": [11, 16], "cabl": 11, "card": 11, "switch": 11, "pass": [11, 16, 18], "scan_devic": 11, "module_str": 11, "scan_dictionari": 11, "connection_prefer": 11, "include_conn_typ": 11, "network_modul": 11, "scandictionari": 11, "debuprint": 11, "target_conn": 11, "debugpr": 11, "lantimeout": 11, "ipaddresslookup": 11, "mysocket": 11, "lan_modul": 11, "y": 11, "scaninarrai": 11, "filterstr": 11, "mdnslisten": 11, "scanfilterstr": 11, "nice": [11, 17], "abstract": 12, "finddevic": [6, 12, 13], "formatlist": [6, 12, 13], "devicelist": [12, 13], "returndisk": [6, 12, 13], "target": [11, 12, 14], "pywin32": 12, "histori": [12, 14], "andi": [12, 14], "norri": [12, 14], "first": [12, 14], "pedro": [12, 14], "leao": [12, 14], "getdisktargetselect": 12, "getavailabledisk": 12, "hostdriv": 12, "getavailabledr": 12, "remove_values_from_list": 12, "the_list": 12, "val": 12, "timestamp": [13, 16], "thefil": [13, 14], "p": 13, "output_fil": 13, "fiocallback": 13, "mystream": [13, 14], "user_data": 13, "mode": [13, 15], "2023": 14, "matt": 14, "holsei": 14, "app": [14, 15], "overhaul": 14, "confpath": 14, "driveinfo": 14, "managernam": 14, "qas0521": 14, "templat": 14, "icf": 14, "correct": 14, "dictionari": [11, 14], "dict": [11, 14], "kei": 14, "fw_rev": 14, "csvdata": 14, "icffilepath": 14, "manag": 14, "row": 14, "testnam": [14, 18], "usercallback": 14, "accumul": 14, "instant": 14, "annotationsa": 14, "been": 14, "iop": 14, "csvfilenam": 14, "csvfilelin": 14, "formatt": 14, "One": 14, "blank": 14, "deprec": [15, 16], "instead": 15, "respond": 15, "continu": 15, "hit": 15, "is_run": 15, "helper": 15, "By": 15, "localhost": 15, "shown": [15, 18], "startup": 15, "non": 15, "graphic": 15, "environ": 15, "suppli": [11, 15], "stream_head": 15, "hold": 15, "raw": 15, "element": [15, 17], "rate": 15, "fastest": 15, "multi": 15, "timevalu": 15, "open_qis_devic": 15, "quaech": 15, "attach": 15, "so": [11, 15], "func": 16, "becuas": 16, "keepqisrun": 16, "done": 16, "1620817118182": 16, "1620817126": 16, "datetim": 16, "alia": 16, "common": 17, "style": 17, "intern": [17, 18], "singleton": 17, "pattern": 17, "interac": 17, "pleas": 17, "enter": 17, "tabledata": 17, "tablehead": 17, "indexreq": 17, "printtoconsol": 17, "align": 17, "l": 17, "calpath": 17, "selectionlist": 17, "diaplai": 17, "standar": [], "centr": 17, "filllin": 17, "terminalwidth": 17, "fill": 17, "kwarg": 17, "iter": [17, 18], "total": 17, "prefix": 17, "suffix": 17, "decim": 17, "fullwidth": 17, "sleeplength": 17, "updateperiod": 17, "desiredtyp": 17, "minrang": 17, "maxrang": 17, "defaultuserinput": 17, "loglevel": 17, "imagepath": 17, "inputstr": 17, "intlength": 17, "userstr": 17, "visual": 17, "indic": 17, "stdin": 18, "stdout": 18, "message_text": 18, "stack_level": 18, "nest": 18, "layer": 18, "readabl": 18, "effect": 18, "describ": 18, "test_respons": 18, "order": [11, 18], "dispons": 18, "resourc": 18, "held": 18, "interface_nam": 18, "command_param": 18, "onto": 18, "setup_respons": 18, "command_nam": 18, "In": 18, "interfacenam": 18, "vari": 18, "spec": 18, "mb": [0, 3], "bytes2human": [6, 13], "absdiskfind": 13, "sytem": [0, 3], "reader": [6, 15, 16], "q": [15, 16], "stop_flag": [15, 16], "output": [15, 16], "queue": [15, 16], "multithread": [15, 16], "exit": [15, 16], "loop": [15, 16], "thread": [15, 16], "30": 16, "imporov": [0, 3], "40": [0, 3], "numpi": [0, 3], "isqisrunningandrespond": [6, 15], "know": 11, "ret_val": 11, "combin": 11, "05": 11, "005": 11, "everi": 11, "prefer": 11, "prioratis": 11, "rest": 11, "telnet": 11, "decid": 11, "v": 11, "rtype": 15, "startqpsminimis": 16, "41": [0, 3], "logdebug": [6, 17], "fuction": [9, 15], "them": [9, 15], "mydeviceid": [9, 15], "comannd": [0, 3], "uniformli": [0, 3], "statment": [0, 3], "patch": [0, 3]}, "objects": {"": [[6, 0, 0, "-", "quarchpy"]], "quarchpy": [[8, 0, 0, "-", "config_files"], [6, 0, 0, "-", "connection"], [9, 0, 0, "-", "connection_specific"], [10, 0, 0, "-", "debug"], [11, 0, 0, "-", "device"], [12, 0, 0, "-", "disk_test"], [13, 0, 0, "-", "fio"], [14, 0, 0, "-", "iometer"], [15, 0, 0, "-", "qis"], [16, 0, 0, "-", "qps"], [6, 0, 0, "-", "run"], [17, 0, 0, "-", "user_interface"], [18, 0, 0, "-", "utilities"]], "quarchpy.config_files": [[8, 1, 1, "", "get_config_path_for_module"], [8, 1, 1, "", "parse_config_file"]], "quarchpy.connection": [[6, 2, 1, "", "PYConnection"], [6, 2, 1, "", "QISConnection"], [6, 2, 1, "", "QPSConnection"]], "quarchpy.connection_specific": [[9, 0, 0, "-", "connection_QIS"], [9, 0, 0, "-", "connection_QPS"], [9, 0, 0, "-", "connection_ReST"], [9, 0, 0, "-", "connection_Serial"], [9, 0, 0, "-", "connection_TCP"], [9, 0, 0, "-", "connection_Telnet"], [9, 0, 0, "-", "connection_USB"]], "quarchpy.connection_specific.connection_QIS": [[9, 2, 1, "", "QisInterface"], [9, 1, 1, "", "strToBb"]], "quarchpy.connection_specific.connection_QIS.QisInterface": [[9, 3, 1, "", "GetQisModuleSelection"], [9, 3, 1, "", "add_header_to_buffer"], [9, 3, 1, "", "add_header_to_byte_array"], [9, 3, 1, "", "averageStripes"], [9, 3, 1, "", "avgStringFromPwr"], [9, 3, 1, "", "closeConnection"], [9, 3, 1, "", "connect"], [9, 3, 1, "", "convertStreamAverage"], [9, 3, 1, "", "create_dir_structure"], [9, 3, 1, "", "create_index_file"], [9, 3, 1, "", "create_index_file_digitals"], [9, 3, 1, "", "create_qps_directory"], [9, 3, 1, "", "create_qps_file"], [9, 3, 1, "", "deviceDictSetup"], [9, 3, 1, "", "deviceMulti"], [9, 3, 1, "", "disconnect"], [9, 3, 1, "", "getDeviceList"], [9, 3, 1, "", "getStreamXmlHeader"], [9, 3, 1, "", "get_list_details"], [9, 3, 1, "", "interruptList"], [9, 3, 1, "", "isXmlHeader"], [9, 3, 1, "", "qis_scan_devices"], [9, 3, 1, "", "receiveText"], [9, 3, 1, "", "rxBytes"], [9, 3, 1, "", "scanIP"], [9, 3, 1, "", "sendAndReceiveCmd"], [9, 3, 1, "", "sendAndReceiveText"], [9, 3, 1, "", "sendCmd"], [9, 3, 1, "", "sendCommand"], [9, 3, 1, "", "sendText"], [9, 3, 1, "", "sortFavourite"], [9, 3, 1, "", "startStream"], [9, 3, 1, "", "startStreamQPS"], [9, 3, 1, "", "startStreamThread"], [9, 3, 1, "", "startStreamThreadQPS"], [9, 3, 1, "", "stopStream"], [9, 3, 1, "", "streamBufferStatus"], [9, 3, 1, "", "streamGetStripesText"], [9, 3, 1, "", "streamHeaderAverage"], [9, 3, 1, "", "streamHeaderFormat"], [9, 3, 1, "", "streamHeaderVersion"], [9, 3, 1, "", "streamInterrupt"], [9, 3, 1, "", "streamRunningStatus"], [9, 3, 1, "", "waitStop"], [9, 3, 1, "", "write_b_array_to_idx_file"], [9, 3, 1, "", "write_stripe_to_files_HD"], [9, 3, 1, "", "write_stripe_to_files_PAM"]], "quarchpy.connection_specific.connection_QPS": [[9, 2, 1, "", "QpsInterface"]], "quarchpy.connection_specific.connection_QPS.QpsInterface": [[9, 3, 1, "", "closeConnection"], [9, 3, 1, "", "connect"], [9, 3, 1, "", "disconnect"], [9, 3, 1, "", "getDeviceList"], [9, 3, 1, "", "recv"], [9, 3, 1, "", "scanIP"], [9, 3, 1, "", "send"], [9, 3, 1, "", "sendCmdVerbose"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_ReST": [[9, 2, 1, "", "ReSTConn"]], "quarchpy.connection_specific.connection_ReST.ReSTConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_Serial": [[9, 2, 1, "", "SerialConn"], [9, 1, 1, "", "serial_read_until"]], "quarchpy.connection_specific.connection_Serial.SerialConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_TCP": [[9, 2, 1, "", "TCPConn"]], "quarchpy.connection_specific.connection_TCP.TCPConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_Telnet": [[9, 2, 1, "", "TelnetConn"]], "quarchpy.connection_specific.connection_Telnet.TelnetConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_USB": [[9, 2, 1, "", "TQuarchUSB_IF"], [9, 1, 1, "", "USB"], [9, 2, 1, "", "USBConn"], [9, 1, 1, "", "getUSBDeviceSerialNo"], [9, 1, 1, "", "importUSB"]], "quarchpy.connection_specific.connection_USB.TQuarchUSB_IF": [[9, 3, 1, "", "BulkRead"], [9, 3, 1, "", "BulkReadEP"], [9, 3, 1, "", "BulkReadEPTout"], [9, 3, 1, "", "BulkReadN"], [9, 3, 1, "", "CheckComms"], [9, 3, 1, "", "ClosePort"], [9, 3, 1, "", "DebugDump"], [9, 3, 1, "", "FetchCmdReply"], [9, 3, 1, "", "FetchCmdReplyTOut"], [9, 3, 1, "", "GetExtendedInfo"], [9, 3, 1, "", "GetIdn"], [9, 3, 1, "", "GetLastError"], [9, 3, 1, "", "GetSerialNumber"], [9, 3, 1, "", "IsPortOpen"], [9, 3, 1, "", "OpenPort"], [9, 3, 1, "", "RunCommand"], [9, 3, 1, "", "SendCommand"], [9, 3, 1, "", "SetTimeout"], [9, 3, 1, "", "VerboseSendCmd"], [9, 3, 1, "", "WriteZeroPacketCmd"], [9, 3, 1, "", "clean_and_flush_stuck_usb_comms"], [9, 4, 1, "", "lockUSBStr"], [9, 4, 1, "", "unlockUSBStr"]], "quarchpy.connection_specific.connection_USB.USBConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.debug": [[10, 0, 0, "-", "SystemTest"], [10, 0, 0, "-", "upgrade_quarchpy"], [10, 0, 0, "-", "versionCompare"]], "quarchpy.debug.SystemTest": [[10, 1, 1, "", "QuarchSimpleIdentify"], [10, 1, 1, "", "fix_usb"], [10, 1, 1, "", "get_QIS_version"], [10, 1, 1, "", "get_java_location"], [10, 1, 1, "", "get_quarchpy_version"], [10, 1, 1, "", "main"], [10, 1, 1, "", "test_communication"], [10, 1, 1, "", "test_system_info"]], "quarchpy.debug.upgrade_quarchpy": [[10, 1, 1, "", "check_if_update"], [10, 1, 1, "", "main"], [10, 1, 1, "", "updateQuarchpy"]], "quarchpy.debug.versionCompare": [[10, 1, 1, "", "requiredQuarchpyVersion"]], "quarchpy.device": [[11, 0, 0, "-", "device"], [11, 1, 1, "", "getQuarchDevice"], [11, 1, 1, "", "getSerialNumberFromConnectionTarget"], [11, 1, 1, "", "get_connection_target"], [11, 1, 1, "", "listDevices"], [11, 1, 1, "", "qpsNowStr"], [11, 2, 1, "", "quarchArray"], [11, 0, 0, "-", "quarchArray"], [11, 2, 1, "", "quarchDevice"], [11, 2, 1, "", "quarchPPM"], [11, 0, 0, "-", "quarchPPM"], [11, 2, 1, "", "quarchQPS"], [11, 0, 0, "-", "quarchQPS"], [11, 2, 1, "", "quarchStream"], [11, 1, 1, "", "scanDevices"], [11, 0, 0, "-", "scanDevices"], [11, 2, 1, "", "subDevice"], [11, 1, 1, "", "userSelectDevice"]], "quarchpy.device.device": [[11, 1, 1, "", "checkModuleFormat"], [11, 1, 1, "", "getQuarchDevice"], [11, 2, 1, "", "quarchDevice"]], "quarchpy.device.device.quarchDevice": [[11, 3, 1, "", "closeConnection"], [11, 3, 1, "", "getRuntime"], [11, 3, 1, "", "openConnection"], [11, 3, 1, "", "resetDevice"], [11, 3, 1, "", "sendAndVerifyCommand"], [11, 3, 1, "", "sendBinaryCommand"], [11, 3, 1, "", "sendCommand"]], "quarchpy.device.quarchArray": [[11, 3, 1, "", "getSubDevice"], [11, 1, 1, "", "isThisAnArrayController"], [11, 2, 1, "", "quarchArray"], [11, 3, 1, "", "scanSubModules"], [11, 2, 1, "", "subDevice"]], "quarchpy.device.quarchArray.quarchArray": [[11, 3, 1, "", "getSubDevice"], [11, 3, 1, "", "scanSubModules"]], "quarchpy.device.quarchArray.subDevice": [[11, 3, 1, "", "sendCommand"]], "quarchpy.device.quarchDevice": [[11, 3, 1, "", "closeConnection"], [11, 3, 1, "", "getRuntime"], [11, 3, 1, "", "openConnection"], [11, 3, 1, "", "resetDevice"], [11, 3, 1, "", "sendAndVerifyCommand"], [11, 3, 1, "", "sendBinaryCommand"], [11, 3, 1, "", "sendCommand"]], "quarchpy.device.quarchPPM": [[11, 2, 1, "", "quarchPPM"], [11, 3, 1, "", "setupPowerOutput"], [11, 3, 1, "", "startStream"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "streamBufferStatus"], [11, 3, 1, "", "streamInterrupt"], [11, 3, 1, "", "streamResampleMode"], [11, 3, 1, "", "streamRunningStatus"], [11, 3, 1, "", "waitStop"]], "quarchpy.device.quarchPPM.quarchPPM": [[11, 3, 1, "", "setupPowerOutput"], [11, 3, 1, "", "startStream"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "streamBufferStatus"], [11, 3, 1, "", "streamInterrupt"], [11, 3, 1, "", "streamResampleMode"], [11, 3, 1, "", "streamRunningStatus"], [11, 3, 1, "", "waitStop"]], "quarchpy.device.quarchQPS": [[11, 1, 1, "", "current_milli_time"], [11, 1, 1, "", "current_second_time"], [11, 1, 1, "", "qpsNowStr"], [11, 2, 1, "", "quarchQPS"], [11, 2, 1, "", "quarchStream"], [11, 3, 1, "", "startStream"]], "quarchpy.device.quarchQPS.quarchQPS": [[11, 3, 1, "", "startStream"]], "quarchpy.device.quarchQPS.quarchStream": [[11, 3, 1, "", "addAnnotation"], [11, 3, 1, "", "addComment"], [11, 3, 1, "", "addDataPoint"], [11, 3, 1, "", "channels"], [11, 3, 1, "", "createChannel"], [11, 3, 1, "", "failCheck"], [11, 3, 1, "", "getStreamState"], [11, 3, 1, "", "get_custom_stats_range"], [11, 3, 1, "", "get_stats"], [11, 3, 1, "", "hideAllDefaultChannels"], [11, 3, 1, "", "hideChannel"], [11, 3, 1, "", "myChannels"], [11, 3, 1, "", "saveCSV"], [11, 3, 1, "", "showChannel"], [11, 3, 1, "", "startQPSStream"], [11, 3, 1, "", "stats_to_CSV"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "stopStreamAndAllowBufferToEmpty"], [11, 3, 1, "", "takeSnapshot"]], "quarchpy.device.quarchStream": [[11, 3, 1, "", "addAnnotation"], [11, 3, 1, "", "addComment"], [11, 3, 1, "", "addDataPoint"], [11, 3, 1, "", "channels"], [11, 3, 1, "", "createChannel"], [11, 3, 1, "", "failCheck"], [11, 3, 1, "", "getStreamState"], [11, 3, 1, "", "get_custom_stats_range"], [11, 3, 1, "", "get_stats"], [11, 3, 1, "", "hideAllDefaultChannels"], [11, 3, 1, "", "hideChannel"], [11, 3, 1, "", "myChannels"], [11, 3, 1, "", "saveCSV"], [11, 3, 1, "", "showChannel"], [11, 3, 1, "", "startQPSStream"], [11, 3, 1, "", "stats_to_CSV"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "stopStreamAndAllowBufferToEmpty"], [11, 3, 1, "", "takeSnapshot"]], "quarchpy.device.scanDevices": [[11, 1, 1, "", "filter_module_type"], [11, 1, 1, "", "getSerialNumberFromConnectionTarget"], [11, 1, 1, "", "get_connection_target"], [11, 1, 1, "", "get_user_level_serial_number"], [11, 1, 1, "", "listDevices"], [11, 1, 1, "", "list_USB"], [11, 1, 1, "", "list_network"], [11, 1, 1, "", "list_serial"], [11, 1, 1, "", "lookupDevice"], [11, 1, 1, "", "mergeDict"], [11, 1, 1, "", "scanDevices"], [11, 1, 1, "", "scan_mDNS"], [11, 1, 1, "", "userSelectDevice"]], "quarchpy.device.subDevice": [[11, 3, 1, "", "sendCommand"]], "quarchpy.disk_test": [[12, 0, 0, "-", "AbsDiskFinder"], [12, 0, 0, "-", "DiskTargetSelection"], [12, 0, 0, "-", "iometerDiskFinder"]], "quarchpy.disk_test.AbsDiskFinder": [[12, 2, 1, "", "AbsDiskFinder"]], "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder": [[12, 3, 1, "", "findDevices"], [12, 3, 1, "", "formatList"], [12, 3, 1, "", "returnDisk"]], "quarchpy.disk_test.DiskTargetSelection": [[12, 1, 1, "", "getDiskTargetSelection"]], "quarchpy.disk_test.iometerDiskFinder": [[12, 2, 1, "", "iometerDiskFinder"]], "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder": [[12, 3, 1, "", "findDevices"], [12, 3, 1, "", "formatList"], [12, 3, 1, "", "getAvailableDisks"], [12, 3, 1, "", "getAvailableDrives"], [12, 3, 1, "", "remove_values_from_list"], [12, 3, 1, "", "returnDisk"]], "quarchpy.fio": [[13, 0, 0, "-", "FIO_interface"], [13, 0, 0, "-", "fioDiskFinder"], [13, 1, 1, "", "runFIO"]], "quarchpy.fio.FIO_interface": [[13, 1, 1, "", "adjustTime"], [13, 1, 1, "", "follow"], [13, 1, 1, "", "return_data"], [13, 1, 1, "", "runFIO"], [13, 1, 1, "", "start_fio"], [13, 1, 1, "", "timeNow"]], "quarchpy.fio.fioDiskFinder": [[13, 2, 1, "", "fioDiskFinder"]], "quarchpy.fio.fioDiskFinder.fioDiskFinder": [[13, 3, 1, "", "bytes2human"], [13, 3, 1, "", "findDevices"], [13, 3, 1, "", "formatList"], [13, 3, 1, "", "returnDisk"]], "quarchpy.iometer": [[14, 1, 1, "", "generateIcfFromConf"], [14, 1, 1, "", "generateIcfFromCsvLineData"], [14, 0, 0, "-", "iometerFuncs"], [14, 1, 1, "", "processIometerInstResults"], [14, 1, 1, "", "readIcfCsvLineData"], [14, 1, 1, "", "runIOMeter"]], "quarchpy.iometer.iometerFuncs": [[14, 1, 1, "", "followResultsFile"], [14, 1, 1, "", "generateIcfFromConf"], [14, 1, 1, "", "generateIcfFromCsvLineData"], [14, 1, 1, "", "processIometerInstResults"], [14, 1, 1, "", "readIcfCsvLineData"], [14, 1, 1, "", "runIOMeter"]], "quarchpy.qis": [[15, 2, 1, "", "QisInterface"], [15, 2, 1, "", "StreamHeaderInfo"], [15, 1, 1, "", "checkAndCloseQis"], [15, 1, 1, "", "closeQis"], [15, 1, 1, "", "isQisRunning"], [15, 0, 0, "-", "qisFuncs"], [15, 1, 1, "", "startLocalQis"]], "quarchpy.qis.QisInterface": [[15, 3, 1, "", "GetQisModuleSelection"], [15, 3, 1, "", "add_header_to_buffer"], [15, 3, 1, "", "add_header_to_byte_array"], [15, 3, 1, "", "averageStripes"], [15, 3, 1, "", "avgStringFromPwr"], [15, 3, 1, "", "closeConnection"], [15, 3, 1, "", "connect"], [15, 3, 1, "", "convertStreamAverage"], [15, 3, 1, "", "create_dir_structure"], [15, 3, 1, "", "create_index_file"], [15, 3, 1, "", "create_index_file_digitals"], [15, 3, 1, "", "create_qps_directory"], [15, 3, 1, "", "create_qps_file"], [15, 3, 1, "", "deviceDictSetup"], [15, 3, 1, "", "deviceMulti"], [15, 3, 1, "", "disconnect"], [15, 3, 1, "", "getDeviceList"], [15, 3, 1, "", "getStreamXmlHeader"], [15, 3, 1, "", "get_list_details"], [15, 3, 1, "", "interruptList"], [15, 3, 1, "", "isXmlHeader"], [15, 3, 1, "", "qis_scan_devices"], [15, 3, 1, "", "receiveText"], [15, 3, 1, "", "rxBytes"], [15, 3, 1, "", "scanIP"], [15, 3, 1, "", "sendAndReceiveCmd"], [15, 3, 1, "", "sendAndReceiveText"], [15, 3, 1, "", "sendCmd"], [15, 3, 1, "", "sendCommand"], [15, 3, 1, "", "sendText"], [15, 3, 1, "", "sortFavourite"], [15, 3, 1, "", "startStream"], [15, 3, 1, "", "startStreamQPS"], [15, 3, 1, "", "startStreamThread"], [15, 3, 1, "", "startStreamThreadQPS"], [15, 3, 1, "", "stopStream"], [15, 3, 1, "", "streamBufferStatus"], [15, 3, 1, "", "streamGetStripesText"], [15, 3, 1, "", "streamHeaderAverage"], [15, 3, 1, "", "streamHeaderFormat"], [15, 3, 1, "", "streamHeaderVersion"], [15, 3, 1, "", "streamInterrupt"], [15, 3, 1, "", "streamRunningStatus"], [15, 3, 1, "", "waitStop"], [15, 3, 1, "", "write_b_array_to_idx_file"], [15, 3, 1, "", "write_stripe_to_files_HD"], [15, 3, 1, "", "write_stripe_to_files_PAM"]], "quarchpy.qis.StreamHeaderInfo": [[15, 4, 1, "", "data_valid"], [15, 4, 1, "", "device_channels"], [15, 4, 1, "", "device_groups"], [15, 4, 1, "", "device_period"], [15, 3, 1, "", "get_device_period"], [15, 3, 1, "", "get_header_version"], [15, 4, 1, "", "header_raw_xml"], [15, 4, 1, "", "header_version"], [15, 3, 1, "", "init_from_qis_device"], [15, 3, 1, "", "init_from_stream_header"]], "quarchpy.qis.qisFuncs": [[15, 1, 1, "", "GetQisModuleSelection"], [15, 1, 1, "", "checkAndCloseQis"], [15, 1, 1, "", "check_remote_qis"], [15, 1, 1, "", "closeQis"], [15, 1, 1, "", "isQisRunning"], [15, 1, 1, "", "isQisRunningAndResponding"], [15, 1, 1, "", "reader"], [15, 1, 1, "", "startLocalQis"]], "quarchpy.qps": [[16, 1, 1, "", "GetQpsModuleSelection"], [16, 1, 1, "", "closeQps"], [16, 1, 1, "", "isQpsRunning"], [16, 0, 0, "-", "qpsFuncs"], [16, 4, 1, "", "qpsInterface"], [16, 1, 1, "", "startLocalQps"], [16, 1, 1, "", "toQpsTimeStamp"]], "quarchpy.qps.qpsFuncs": [[16, 1, 1, "", "GetQpsModuleSelection"], [16, 1, 1, "", "closeQps"], [16, 1, 1, "", "isQpsRunning"], [16, 1, 1, "", "legacyAdjustTime"], [16, 1, 1, "", "reader"], [16, 1, 1, "", "startLocalQps"], [16, 1, 1, "", "toQpsTimeStamp"]], "quarchpy.run": [[6, 1, 1, "", "main"]], "quarchpy.user_interface": [[17, 0, 0, "-", "user_interface"]], "quarchpy.user_interface.user_interface": [[17, 2, 1, "", "User_interface"], [17, 1, 1, "", "check_path_write_permissions"], [17, 1, 1, "", "dictToList"], [17, 1, 1, "", "displayTable"], [17, 1, 1, "", "endTestBlock"], [17, 1, 1, "", "get_check_valid_calPath"], [17, 1, 1, "", "is_user_admin"], [17, 1, 1, "", "listSelection"], [17, 1, 1, "", "logCalibrationResult"], [17, 1, 1, "", "logDebug"], [17, 1, 1, "", "logResults"], [17, 1, 1, "", "logSimpleResult"], [17, 1, 1, "", "logWarning"], [17, 1, 1, "", "niceListSelection"], [17, 1, 1, "", "printText"], [17, 1, 1, "", "progressBar"], [17, 1, 1, "", "quarchSleep"], [17, 1, 1, "", "requestDialog"], [17, 1, 1, "", "setup_logging"], [17, 1, 1, "", "showDialog"], [17, 1, 1, "", "showImage"], [17, 1, 1, "", "showYesNoDialog"], [17, 1, 1, "", "startTestBlock"], [17, 1, 1, "", "storeResult"], [17, 1, 1, "", "userRangeIntSelection"], [17, 1, 1, "", "validateUserInput"], [17, 1, 1, "", "visual_sleep"]], "quarchpy.user_interface.user_interface.User_interface": [[17, 4, 1, "", "instance"]], "quarchpy.utilities": [[18, 0, 0, "-", "TestCenter"]], "quarchpy.utilities.TestCenter": [[18, 1, 1, "", "beginTestBlock"], [18, 1, 1, "", "endTest"], [18, 1, 1, "", "endTestBlock"], [18, 1, 1, "", "setup"], [18, 1, 1, "", "testPoint"]]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method", "4": "py:attribute"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"], "4": ["py", "attribute", "Python attribute"]}, "titleterms": {"changelog": [0, 3], "quarchpi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "chang": [0, 3], "log": [0, 3], "2": [0, 3], "1": [0, 3], "14": [0, 3], "13": [0, 3], "12": [0, 3], "11": [0, 3], "10": [0, 3], "8": [0, 3], "7": [0, 3], "6": [0, 3], "5": [0, 3], "4": [0, 3], "3": [0, 3], "0": [0, 3], "22": [0, 3], "21": [0, 3], "20": [0, 3], "19": [0, 3], "18": [0, 3], "16": [0, 3], "15": [0, 3], "9": [0, 3], "welcom": 1, "": 1, "document": 1, "content": [1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "indic": 1, "tabl": 1, "readm": [2, 19], "get": [2, 19], "start": [2, 19], "prerequisit": [2, 19], "instal": [2, 19], "author": [2, 19], "licens": 4, "packag": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "pyusb": 4, "pyseri": 4, "subpackag": [6, 9], "submodul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "connect": 6, "modul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "run": 6, "calibr": 7, "hdpowermodul": 7, "powermodulecalibr": 7, "qtl2347": 7, "calibrationconfig": 7, "calibrationutil": 7, "calibration_class": 7, "devicehelp": 7, "keithley_2460_control": 7, "config_fil": 8, "configpars": 8, "connection_specif": 9, "connection_qi": 9, "connection_qp": 9, "connection_rest": 9, "connection_seri": 9, "connection_tcp": 9, "connection_telnet": 9, "connection_usb": 9, "debug": 10, "systemtest": 10, "upgrade_quarchpi": 10, "versioncompar": 10, "devic": 11, "quarcharrai": 11, "quarchppm": 11, "quarchqp": 11, "scandevic": 11, "disk_test": 12, "absdiskfind": 12, "disktargetselect": 12, "usertestexampl": 12, "drivetestconfig": 12, "drivetestcor": 12, "dtscomm": 12, "dtsglobal": 12, "hostinform": 12, "hotplugtest": 12, "iometerdiskfind": 12, "lspci": 12, "powertest": 12, "sasfunc": 12, "testlin": 12, "fio": 13, "fio_interfac": 13, "fiodiskfind": 13, "iomet": 14, "iometerfunc": 14, "qi": 15, "qisfunc": 15, "qp": 16, "qpsfunc": 16, "user_interfac": 17, "util": 18, "testcent": 18, "17": [0, 3], "23": [0, 3]}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 60}, "alltitles": {"Welcome to quarchpy\u2019s documentation!": [[1, "welcome-to-quarchpy-s-documentation"]], "Contents:": [[1, null]], "Indices and tables": [[1, "indices-and-tables"]], "Quarchpy - Readme": [[2, "quarchpy-readme"], [19, "quarchpy-readme"]], "Getting Started": [[2, "getting-started"], [19, "getting-started"]], "Prerequisites": [[2, "prerequisites"], [19, "prerequisites"]], "Installing": [[2, "installing"], [19, "installing"]], "Authors": [[2, "authors"], [19, "authors"]], "LICENSES": [[4, "licenses"]], "QUARCHPY Package": [[4, "quarchpy-package"]], "PYUSB": [[4, "pyusb"]], "PYSERIAL": [[4, "pyserial"]], "quarchpy": [[5, "quarchpy"]], "quarchpy.iometer package": [[14, "quarchpy-iometer-package"]], "Submodules": [[14, "submodules"], [18, "submodules"], [6, "submodules"], [9, "submodules"], [10, "submodules"], [11, "submodules"], [13, "submodules"], [15, "submodules"], [16, "submodules"], [17, "submodules"], [7, "submodules"], [8, "submodules"], [12, "submodules"]], "quarchpy.iometer.iometerFuncs module": [[14, "module-quarchpy.iometer.iometerFuncs"]], "Module contents": [[14, "module-quarchpy.iometer"], [18, "module-quarchpy.utilities"], [6, "module-quarchpy"], [9, "module-quarchpy.connection_specific"], [10, "module-quarchpy.debug"], [11, "module-quarchpy.device"], [13, "module-quarchpy.fio"], [15, "module-quarchpy.qis"], [16, "module-quarchpy.qps"], [17, "module-quarchpy.user_interface"], [7, "module-contents"], [8, "module-quarchpy.config_files"], [12, "module-quarchpy.disk_test"]], "quarchpy.utilities package": [[18, "quarchpy-utilities-package"]], "quarchpy.utilities.TestCenter module": [[18, "module-quarchpy.utilities.TestCenter"]], "quarchpy package": [[6, "quarchpy-package"]], "Subpackages": [[6, "subpackages"], [9, "subpackages"]], "quarchpy.connection module": [[6, "module-quarchpy.connection"]], "quarchpy.run module": [[6, "module-quarchpy.run"]], "quarchpy.connection_specific package": [[9, "quarchpy-connection-specific-package"]], "quarchpy.connection_specific.connection_QIS module": [[9, "module-quarchpy.connection_specific.connection_QIS"]], "quarchpy.connection_specific.connection_QPS module": [[9, "module-quarchpy.connection_specific.connection_QPS"]], "quarchpy.connection_specific.connection_ReST module": [[9, "module-quarchpy.connection_specific.connection_ReST"]], "quarchpy.connection_specific.connection_Serial module": [[9, "module-quarchpy.connection_specific.connection_Serial"]], "quarchpy.connection_specific.connection_TCP module": [[9, "module-quarchpy.connection_specific.connection_TCP"]], "quarchpy.connection_specific.connection_Telnet module": [[9, "module-quarchpy.connection_specific.connection_Telnet"]], "quarchpy.connection_specific.connection_USB module": [[9, "module-quarchpy.connection_specific.connection_USB"]], "quarchpy.debug package": [[10, "quarchpy-debug-package"]], "quarchpy.debug.SystemTest module": [[10, "module-quarchpy.debug.SystemTest"]], "quarchpy.debug.upgrade_quarchpy module": [[10, "module-quarchpy.debug.upgrade_quarchpy"]], "quarchpy.debug.versionCompare module": [[10, "module-quarchpy.debug.versionCompare"]], "quarchpy.device package": [[11, "quarchpy-device-package"]], "quarchpy.device.device module": [[11, "module-quarchpy.device.device"]], "quarchpy.device.quarchArray module": [[11, "module-quarchpy.device.quarchArray"]], "quarchpy.device.quarchPPM module": [[11, "module-quarchpy.device.quarchPPM"]], "quarchpy.device.quarchQPS module": [[11, "module-quarchpy.device.quarchQPS"]], "quarchpy.device.scanDevices module": [[11, "module-quarchpy.device.scanDevices"]], "quarchpy.fio package": [[13, "quarchpy-fio-package"]], "quarchpy.fio.FIO_interface module": [[13, "module-quarchpy.fio.FIO_interface"]], "quarchpy.fio.fioDiskFinder module": [[13, "module-quarchpy.fio.fioDiskFinder"]], "quarchpy.qis package": [[15, "quarchpy-qis-package"]], "quarchpy.qis.qisFuncs module": [[15, "module-quarchpy.qis.qisFuncs"]], "quarchpy.qps package": [[16, "quarchpy-qps-package"]], "quarchpy.qps.qpsFuncs module": [[16, "module-quarchpy.qps.qpsFuncs"]], "quarchpy.user_interface package": [[17, "quarchpy-user-interface-package"]], "quarchpy.user_interface.user_interface module": [[17, "module-quarchpy.user_interface.user_interface"]], "Changelog (Quarchpy)": [[0, "changelog-quarchpy"], [3, "changelog-quarchpy"]], "Quarchpy": [[0, "quarchpy"], [3, "quarchpy"]], "Change Log": [[0, "change-log"], [3, "change-log"]], "2.1.23": [[0, "id1"], [3, "id1"]], "2.1.22": [[0, "id2"], [3, "id2"]], "2.1.21": [[0, "id3"], [3, "id3"]], "2.1.20": [[0, "id4"], [3, "id4"]], "2.1.19": [[0, "id5"], [3, "id5"]], "2.1.18": [[0, "id6"], [3, "id6"]], "2.1.17": [[0, "id7"], [3, "id7"]], "2.1.16": [[0, "id8"], [3, "id8"]], "2.1.15": [[0, "id9"], [3, "id9"]], "2.1.14": [[0, "id10"], [3, "id10"]], "2.1.13": [[0, "id11"], [3, "id11"]], "2.1.12": [[0, "id12"], [3, "id12"]], "2.1.11": [[0, "id13"], [3, "id13"]], "2.1.10": [[0, "id14"], [3, "id14"]], "2.1.8": [[0, "id15"], [3, "id15"]], "2.1.7": [[0, "id16"], [3, "id16"]], "2.1.6": [[0, "id17"], [3, "id17"]], "2.1.5": [[0, "id18"], [3, "id18"]], "2.1.4": [[0, "id19"], [3, "id19"]], "2.1.3": [[0, "id20"], [3, "id20"]], "2.1.2": [[0, "id21"], [3, "id21"]], "2.1.1": [[0, "id22"], [3, "id22"]], "2.1.0": [[0, "id23"], [3, "id23"]], "2.0.22": [[0, "id24"], [3, "id24"]], "2.0.21": [[0, "id25"], [3, "id25"]], "2.0.20": [[0, "id26"], [3, "id26"]], "2.0.19": [[0, "id27"], [3, "id27"]], "2.0.18": [[0, "id28"], [3, "id28"]], "2.0.16": [[0, "id29"], [3, "id29"]], "2.0.15": [[0, "id30"], [3, "id30"]], "2.0.14": [[0, "id31"], [3, "id31"]], "2.0.13": [[0, "id32"], [3, "id32"]], "2.0.12": [[0, "id33"], [3, "id33"]], "2.0.11": [[0, "id34"], [3, "id34"]], "2.0.10": [[0, "id35"], [3, "id35"]], "2.0.9": [[0, "id36"], [3, "id36"]], "2.0.8": [[0, "id37"], [3, "id37"]], "2.0.7": [[0, "id38"], [3, "id38"]], "2.0.2": [[0, "id39"], [3, "id39"]], "2.0.0": [[0, "id40"], [3, "id40"]], "1.8.0": [[0, "id41"], [3, "id41"]], "1.7.6": [[0, "id42"], [3, "id42"]], "1.7.5": [[0, "id43"], [3, "id43"]], "1.7.4": [[0, "id44"], [3, "id44"]], "1.7.3": [[0, "id45"], [3, "id45"]], "1.7.2": [[0, "id46"], [3, "id46"]], "1.7.1": [[0, "id47"], [3, "id47"]], "1.7.0": [[0, "id48"], [3, "id48"]], "1.6.1": [[0, "id49"], [3, "id49"]], "1.6.0": [[0, "id50"], [3, "id50"]], "1.5.4": [[0, "id51"], [3, "id51"]], "1.5.2": [[0, "id52"], [3, "id52"]], "1.5.1": [[0, "id53"], [3, "id53"]], "1.5.0": [[0, "id54"], [3, "id54"]], "1.4.1": [[0, "id55"], [3, "id55"]], "1.3.4": [[0, "id56"], [3, "id56"]], "1.3.3": [[0, "id57"], [3, "id57"]], "1.3.2": [[0, "id58"], [3, "id58"]], "1.3.1": [[0, "id59"], [3, "id59"]], "1.2.0": [[0, "id60"], [3, "id60"]], "quarchpy.calibration package": [[7, "quarchpy-calibration-package"]], "quarchpy.calibration.HDPowerModule module": [[7, "quarchpy-calibration-hdpowermodule-module"]], "quarchpy.calibration.PowerModuleCalibration module": [[7, "quarchpy-calibration-powermodulecalibration-module"]], "quarchpy.calibration.QTL2347 module": [[7, "quarchpy-calibration-qtl2347-module"]], "quarchpy.calibration.calibrationConfig module": [[7, "quarchpy-calibration-calibrationconfig-module"]], "quarchpy.calibration.calibrationUtil module": [[7, "quarchpy-calibration-calibrationutil-module"]], "quarchpy.calibration.calibration_classes module": [[7, "quarchpy-calibration-calibration-classes-module"]], "quarchpy.calibration.deviceHelpers module": [[7, "quarchpy-calibration-devicehelpers-module"]], "quarchpy.calibration.keithley_2460_control module": [[7, "quarchpy-calibration-keithley-2460-control-module"]], "quarchpy.config_files package": [[8, "quarchpy-config-files-package"]], "quarchpy.config_files.configparser module": [[8, "quarchpy-config-files-configparser-module"]], "quarchpy.disk_test package": [[12, "quarchpy-disk-test-package"]], "quarchpy.disk_test.AbsDiskFinder module": [[12, "module-quarchpy.disk_test.AbsDiskFinder"]], "quarchpy.disk_test.DiskTargetSelection module": [[12, "module-quarchpy.disk_test.DiskTargetSelection"]], "quarchpy.disk_test.UserTestExample module": [[12, "quarchpy-disk-test-usertestexample-module"]], "quarchpy.disk_test.driveTestConfig module": [[12, "quarchpy-disk-test-drivetestconfig-module"]], "quarchpy.disk_test.driveTestCore module": [[12, "quarchpy-disk-test-drivetestcore-module"]], "quarchpy.disk_test.dtsComms module": [[12, "quarchpy-disk-test-dtscomms-module"]], "quarchpy.disk_test.dtsGlobals module": [[12, "quarchpy-disk-test-dtsglobals-module"]], "quarchpy.disk_test.hostInformation module": [[12, "quarchpy-disk-test-hostinformation-module"]], "quarchpy.disk_test.hotPlugTest module": [[12, "quarchpy-disk-test-hotplugtest-module"]], "quarchpy.disk_test.iometerDiskFinder module": [[12, "module-quarchpy.disk_test.iometerDiskFinder"]], "quarchpy.disk_test.lspci module": [[12, "quarchpy-disk-test-lspci-module"]], "quarchpy.disk_test.powerTest module": [[12, "quarchpy-disk-test-powertest-module"]], "quarchpy.disk_test.sasFuncs module": [[12, "quarchpy-disk-test-sasfuncs-module"]], "quarchpy.disk_test.testLine module": [[12, "quarchpy-disk-test-testline-module"]]}, "indexentries": {"pyconnection (class in quarchpy.connection)": [[6, "quarchpy.connection.PYConnection"]], "qisconnection (class in quarchpy.connection)": [[6, "quarchpy.connection.QISConnection"]], "qpsconnection (class in quarchpy.connection)": [[6, "quarchpy.connection.QPSConnection"]], "main() (in module quarchpy.run)": [[6, "quarchpy.run.main"]], "module": [[6, "module-quarchpy"], [6, "module-quarchpy.connection"], [6, "module-quarchpy.run"], [8, "module-quarchpy.config_files"], [12, "module-quarchpy.disk_test"], [12, "module-quarchpy.disk_test.AbsDiskFinder"], [12, "module-quarchpy.disk_test.DiskTargetSelection"], [12, "module-quarchpy.disk_test.iometerDiskFinder"]], "quarchpy": [[6, "module-quarchpy"]], "quarchpy.connection": [[6, "module-quarchpy.connection"]], "quarchpy.run": [[6, "module-quarchpy.run"]], "get_config_path_for_module() (in module quarchpy.config_files)": [[8, "quarchpy.config_files.get_config_path_for_module"]], "parse_config_file() (in module quarchpy.config_files)": [[8, "quarchpy.config_files.parse_config_file"]], "quarchpy.config_files": [[8, "module-quarchpy.config_files"]], "absdiskfinder (class in quarchpy.disk_test.absdiskfinder)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder"]], "finddevices() (quarchpy.disk_test.absdiskfinder.absdiskfinder method)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder.findDevices"]], "finddevices() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.findDevices"]], "formatlist() (quarchpy.disk_test.absdiskfinder.absdiskfinder method)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder.formatList"]], "formatlist() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.formatList"]], "getavailabledisks() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.getAvailableDisks"]], "getavailabledrives() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.getAvailableDrives"]], "getdisktargetselection() (in module quarchpy.disk_test.disktargetselection)": [[12, "quarchpy.disk_test.DiskTargetSelection.getDiskTargetSelection"]], "iometerdiskfinder (class in quarchpy.disk_test.iometerdiskfinder)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder"]], "quarchpy.disk_test": [[12, "module-quarchpy.disk_test"]], "quarchpy.disk_test.absdiskfinder": [[12, "module-quarchpy.disk_test.AbsDiskFinder"]], "quarchpy.disk_test.disktargetselection": [[12, "module-quarchpy.disk_test.DiskTargetSelection"]], "quarchpy.disk_test.iometerdiskfinder": [[12, "module-quarchpy.disk_test.iometerDiskFinder"]], "remove_values_from_list() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.remove_values_from_list"]], "returndisk() (quarchpy.disk_test.absdiskfinder.absdiskfinder method)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder.returnDisk"]], "returndisk() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.returnDisk"]]}})
1
+ Search.setIndex({"docnames": ["CHANGES", "index", "readme", "source/changelog", "source/licenses", "source/modules", "source/quarchpy", "source/quarchpy.calibration", "source/quarchpy.config_files", "source/quarchpy.connection_specific", "source/quarchpy.debug", "source/quarchpy.device", "source/quarchpy.disk_test", "source/quarchpy.fio", "source/quarchpy.iometer", "source/quarchpy.qis", "source/quarchpy.qps", "source/quarchpy.user_interface", "source/quarchpy.utilities", "source/readme"], "filenames": ["CHANGES.rst", "index.rst", "readme.rst", "source/changelog.rst", "source/licenses.rst", "source/modules.rst", "source/quarchpy.rst", "source/quarchpy.calibration.rst", "source/quarchpy.config_files.rst", "source/quarchpy.connection_specific.rst", "source/quarchpy.debug.rst", "source/quarchpy.device.rst", "source/quarchpy.disk_test.rst", "source/quarchpy.fio.rst", "source/quarchpy.iometer.rst", "source/quarchpy.qis.rst", "source/quarchpy.qps.rst", "source/quarchpy.user_interface.rst", "source/quarchpy.utilities.rst", "source/readme.rst"], "titles": ["Changelog (Quarchpy)", "Welcome to quarchpy\u2019s documentation!", "Quarchpy - Readme", "Changelog (Quarchpy)", "LICENSES", "quarchpy", "quarchpy package", "quarchpy.calibration package", "quarchpy.config_files package", "quarchpy.connection_specific package", "quarchpy.debug package", "quarchpy.device package", "quarchpy.disk_test package", "quarchpy.fio package", "quarchpy.iometer package", "quarchpy.qis package", "quarchpy.qps package", "quarchpy.user_interface package", "quarchpy.utilities package", "Quarchpy - Readme"], "terms": {"i": [0, 3, 4, 9, 10, 11, 15, 16, 17, 18], "python": [0, 2, 3, 6, 17, 18, 19], "packag": [0, 1, 2, 3, 5, 19], "design": [0, 3], "provid": [0, 3, 4, 10, 17], "an": [0, 3, 9, 10, 11, 14, 15], "easi": [0, 3], "us": [0, 2, 3, 4, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "api": [0, 2, 3, 18, 19], "which": [0, 3, 9, 11, 14], "work": [0, 2, 3, 10, 12, 14, 16, 19], "seamlessli": [0, 3], "over": [0, 3, 11], "ani": [0, 3, 4, 11, 18], "connect": [0, 2, 3, 5, 9, 10, 11, 15, 16, 18, 19], "option": [0, 2, 3, 6, 9, 10, 11, 13, 14, 15, 19], "usb": [0, 2, 3, 6, 9, 11, 19], "serial": [0, 2, 3, 11, 19], "lan": [0, 2, 3, 19], "With": [0, 3, 11], "you": [0, 3, 9, 11, 15], "can": [0, 3, 9, 11, 15, 17], "creat": [0, 3, 9, 11, 14, 15], "your": [0, 3], "own": [0, 3], "script": [0, 3, 10, 11, 18], "control": [0, 3, 11], "quarch": [0, 2, 3, 4, 9, 10, 11, 14, 15, 17, 18, 19], "devic": [0, 3, 5, 6, 9, 10, 15], "without": [0, 3, 4], "have": [0, 3, 14], "worri": [0, 3], "about": [0, 3], "low": [0, 3], "level": [0, 3], "code": [0, 2, 3, 4, 11, 19], "involv": [0, 3], "commun": [0, 2, 3, 18, 19], "The": [0, 3, 4, 9, 11, 15, 16, 17], "contain": [0, 3, 9, 12, 14, 15], "all": [0, 3, 4, 9, 10, 11, 15, 16, 18], "prerequisit": [0, 1, 3], "need": [0, 3, 9, 11, 14], "singl": [0, 3], "pypi": [0, 3], "project": [0, 3], "instal": [0, 1, 3, 10, 12], "from": [0, 3, 4, 6, 9, 10, 11, 12, 14, 15, 18], "onlin": [0, 3], "repositori": [0, 3], "pip": [0, 2, 3, 10, 19], "thi": [0, 2, 3, 4, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "make": [0, 3], "updat": [0, 3, 9, 10, 14, 15], "while": [0, 3], "also": [0, 3], "full": [0, 3, 9, 11], "access": [0, 3, 10, 15, 17], "sourc": [0, 3, 4, 15, 16], "want": [0, 3, 9, 15], "addit": [0, 3, 11, 15], "via": [0, 2, 3, 15, 19], "qi": [0, 2, 3, 5, 6, 9, 10, 16, 19], "instrument": [0, 3, 15], "server": [0, 3], "qp": [0, 2, 3, 5, 6, 9, 10, 11, 14, 15, 19], "power": [0, 3, 11], "studio": [0, 3], "simpli": [0, 3], "both": [0, 3, 17], "ar": [0, 3, 4, 9, 10, 11, 14, 15], "includ": [0, 2, 3, 4, 11, 15, 18, 19], "thei": [0, 3, 10], "readi": [0, 3, 10], "java": [0, 2, 3, 10, 19], "driver": [0, 2, 3, 19], "mai": [0, 3, 4], "minor": [0, 3], "bug": [0, 3], "fix": [0, 3, 11], "improv": [0, 3, 14, 18], "new": [0, 3, 9, 14, 15], "v1": [0, 3], "36": [0, 3], "39": [0, 3], "35": [0, 3], "38": [0, 3], "remov": [0, 3], "deprac": [0, 3], "32": [0, 3], "37": [0, 3], "run": [0, 2, 3, 5, 9, 10, 15, 16, 18, 19], "module_debug": [0, 3], "ad": [0, 3, 11, 14], "check": [0, 3, 10, 15], "state": [0, 3, 11], "modul": [0, 1, 2, 3, 5, 19], "dut": [0, 3], "29": [0, 3], "33": [0, 3], "28": [0, 3], "27": [0, 3], "26": [0, 3], "31": [0, 3], "24": 1, "23": 1, "network": [0, 3, 9, 15], "now": [0, 3], "contyp": [0, 3, 11], "qtlnumber": [0, 3], "eg": [0, 3, 9, 11, 15], "tcp": [0, 3, 11], "qtl1999": [0, 3, 11], "02": [0, 3, 14], "001": [0, 3], "close": [0, 3, 6, 9, 11, 15, 16], "when": [0, 3, 9, 11, 15], "launch": [0, 3], "closeconnect": [0, 3, 6, 9, 11, 15], "displai": [0, 3], "tabl": [0, 3], "format": [0, 3, 6, 11], "multilin": [0, 3, 11], "item": [0, 3, 11], "handl": [0, 3, 11, 16], "empti": [0, 3, 9, 11, 15], "cell": [0, 3], "seper": [0, 3, 11], "scan": [0, 2, 3, 9, 11, 14, 15, 16, 19], "select": [0, 3, 9, 11, 12, 15], "getquarchdevic": [0, 3, 6, 11], "wrapper": [0, 3, 11, 17], "around": [0, 3], "quarchdevic": [0, 3, 6, 10, 11, 15], "allow": [0, 3, 6, 9, 10, 11, 15, 18], "sub": [0, 3, 11], "arrai": [0, 3, 11], "type": [0, 3, 9, 10, 11, 15, 16, 18], "version": [0, 2, 3, 9, 10, 12, 14, 15, 19], "compar": [0, 3, 10], "__version__": [0, 3], "rather": [0, 3], "than": [0, 3, 9, 15], "pkg_resourc": [0, 3], "systentest": [0, 3], "debug_info": [0, 2, 3, 19], "part": [0, 3], "flag": [0, 3, 15, 16, 18], "user": [0, 3, 9, 11, 15, 17, 18], "skip": [0, 3], "certain": [0, 3], "test": [0, 2, 3, 10, 11, 17, 18, 19], "interact": [0, 3, 11, 17], "lock": [0, 3, 15, 16], "cento": [0, 3], "ubuntu": [0, 3], "fedora": [0, 3], "calibr": [0, 3, 5, 6, 17], "qc": [0, 2, 3, 19], "command": [0, 3, 6, 9, 10, 11, 15], "m": [0, 2, 3, 6, 16, 19], "debug": [0, 3, 5, 6, 17], "usbfix": [0, 3], "set": [0, 3, 9, 11, 15, 18], "rule": [0, 3], "appear": [0, 3, 9, 11, 15], "linux": [0, 3], "o": [0, 3], "wire": [0, 3], "prompt": [0, 3, 10], "pam": [0, 3, 11], "stream": [0, 3, 9, 11, 15, 16], "list_driv": [0, 3], "connection_qp": [0, 3, 5, 6], "rework": [0, 3], "drive": [0, 3, 11, 14], "detect": [0, 3], "upcom": [0, 3], "custom": [0, 3, 11, 14], "17": 1, "termin": [0, 3, 10, 11, 15, 17, 18], "simpl": [0, 2, 3, 11, 15, 18, 19], "talk": [0, 3, 9, 15], "specif": [0, 3, 4, 6, 9, 11, 15], "ip": [0, 3, 9, 15, 16], "address": [0, 3, 9, 15], "perform": [0, 3, 9], "class": [0, 3, 6, 9, 11, 12, 13, 15, 17], "featur": [0, 3, 10], "ioment": [0, 3], "locat": [0, 3, 9, 10, 11, 15], "bugfix": [0, 3], "unit": [0, 3, 15], "stat": [0, 3, 11], "export": [0, 3], "off": [0, 3], "tl": [0, 3], "03": [0, 3], "info": [0, 3, 15], "snapshot": [0, 3, 11], "function": [0, 3, 6, 9, 10, 11, 12, 14, 15, 17, 18], "annot": [0, 3, 11], "through": [0, 3], "python2": [0, 3], "ui": [0, 3, 17], "tidi": [0, 3], "up": [0, 3, 10, 11, 15, 18], "comment": [0, 3], "issu": [0, 3, 11], "udp": [0, 3], "outsid": [0, 3], "subnet": [0, 3], "hd": [0, 3], "headless": [0, 3, 15], "shinx": [0, 3], "auto": [0, 3], "document": [0, 3, 4, 14], "respons": [0, 3, 9, 11, 14], "timeout": [0, 3, 9, 11, 15, 16], "longer": [0, 3], "where": [0, 3], "parser": [0, 3, 18], "wa": [0, 3, 9, 11, 15], "legaci": [0, 3], "header": [0, 3, 14, 15], "field": [0, 3], "qurchpi": [0, 3], "oars": [0, 3], "help": [0, 3, 9, 11, 12, 15], "gener": [0, 3, 15, 18], "syntax": [0, 3], "warn": [0, 3, 9, 15, 17], "string": [0, 3, 9, 10, 11, 14, 15, 16, 17, 18], "liter": [0, 3], "comparison": [0, 3], "wait": [0, 3, 11], "uptim": [0, 3], "report": [0, 3, 17, 18], "file": [0, 3, 8, 9, 11, 14, 15], "list": [0, 3, 4, 9, 11, 15, 17, 18], "within": [0, 3, 10, 14, 15], "rev": [0, 3], "b": [0, 3], "clean": [0, 3], "switchbox": [0, 3], "platform": [0, 3], "print": [0, 3, 10, 15], "statement": [0, 3], "replac": [0, 3], "call": [0, 3, 9, 10, 11, 15], "messag": [0, 3, 9, 11, 15, 17, 18], "initi": [0, 3, 12, 14], "stub": [0, 3], "enumer": [0, 3, 11], "signific": [0, 3], "remot": [0, 3, 15], "util": [0, 3, 5, 6], "variou": [0, 3, 15], "readm": [0, 1, 3], "md": [0, 3], "descript": [0, 3], "sinc": [0, 3, 15], "folder": [0, 3], "gone": [0, 3], "onli": [0, 2, 3, 6, 9, 15, 18, 19], "systemtest": [0, 3, 5, 6], "input": [0, 3, 11], "valid": [0, 3, 16, 17], "smart": [0, 3], "port": [0, 3, 6, 9, 11, 15, 16], "core": [0, 3, 11], "major": [0, 3], "restructur": [0, 3], "center": [0, 3], "support": [0, 3, 10, 17], "latest": [0, 2, 3, 19], "qps1": [0, 3], "09": [0, 3], "tab": [0, 3], "white": [0, 3], "space": [0, 3], "convert": [0, 3], "__init__": [0, 3], "co": [0, 3], "allign": [0, 3], "practic": [0, 3], "structur": [0, 3, 9, 15], "disk": [0, 3, 12], "compat": [0, 3, 10], "dll": [0, 3], "potenti": [0, 3], "path": [0, 3, 11, 14, 17], "open": [0, 3, 9, 10, 11, 15], "08": [0, 3, 12, 14], "time": [0, 3, 11, 15, 16, 17], "window": [0, 3], "fio": [0, 3, 5, 6], "argument": [0, 3, 6, 13], "valu": [0, 3, 11, 15, 16], "problem": [0, 3, 11], "specifi": [0, 3, 9, 10, 11, 14, 15], "bit": [0, 3], "architectur": [0, 3], "implement": [0, 3, 9, 15, 18], "separ": [0, 3, 9, 11, 15], "load": [0, 3], "licens": [0, 1, 3], "case": [0, 3, 9], "sensit": [0, 3], "integr": [0, 3], "search": [0, 1, 3], "wmi": [0, 3, 12], "error": [0, 3, 16, 18], "import": [0, 3], "iomet": [0, 3, 5, 6, 12], "resampl": [0, 3], "better": [0, 3, 9, 15], "wai": [0, 3, 4, 9, 11, 15], "isqisrun": [0, 3, 6, 9, 15], "qisinterfac": [0, 3, 6, 9, 15], "startlocalqi": [0, 3, 6, 15], "interfac": [0, 3, 9, 15, 17, 18], "listdevic": [0, 3, 6, 11], "didn": [0, 3], "t": [0, 3, 9, 15], "local": [0, 3, 10, 15], "pack": [0, 3], "multipl": [0, 3, 18], "quarchppm": [0, 3, 5, 6], "connection_specif": [0, 3, 5, 6], "x6": [0, 3], "ppm": [0, 3], "object": [0, 3, 6, 9, 11, 12, 15, 17, 18], "model": [0, 3], "changelog": 1, "chang": 1, "log": [1, 17], "2": [1, 2, 9, 15, 19], "1": [1, 9, 11, 15, 16, 17, 18], "14": 1, "13": [1, 12, 14, 16], "12": [1, 15], "11": 1, "10": [1, 9, 11], "8": [1, 2, 19], "7": [1, 2, 19], "6": 1, "5": [1, 9, 11], "4": 1, "3": [1, 2, 4, 9, 14, 17, 19], "0": [1, 9, 11, 15, 16, 18], "22": 1, "21": 1, "20": [1, 9, 14, 15], "19": 1, "18": 1, "16": 1, "15": 1, "9": 1, "get": 1, "start": [1, 11, 15, 18], "author": [1, 4], "pyusb": 1, "pyseri": 1, "index": [1, 9, 15], "page": 1, "autom": [2, 11, 14, 19], "standard": [2, 11, 17, 18, 19], "relat": [2, 18, 19], "tool": [2, 14, 19], "librari": [2, 4, 18, 19], "basic": [2, 10, 19], "sampl": [2, 11, 15, 19], "applic": [0, 2, 3, 6, 19], "note": [2, 14, 17, 18, 19], "exampl": [2, 10, 19], "x": [2, 11, 19], "recommend": [2, 19], "most": [2, 11, 19], "older": [2, 19], "develop": [2, 19], "ha": [2, 9, 11, 15, 18, 19], "halt": [2, 11, 19], "fx": [2, 19], "requir": [0, 2, 3, 10, 11, 19], "zeroconf": [0, 2, 3, 11, 19], "automat": [2, 10, 19], "mdn": [0, 2, 3, 19], "upgrad": [2, 10, 19], "technologi": [2, 4, 19], "ltd": [2, 4, 19], "copyright": 4, "c": 4, "2018": [4, 12, 14], "2020": 4, "right": 4, "reserv": 4, "free": [4, 11], "modifi": 4, "being": 4, "product": [4, 11], "2009": 4, "2017": 4, "wander": 4, "lairson": 4, "costa": 4, "redistribut": 4, "binari": 4, "form": [4, 10, 18], "modif": 4, "permit": 4, "follow": [4, 6, 11, 13, 14], "condit": 4, "met": [4, 10], "must": [4, 14], "retain": 4, "abov": 4, "notic": 4, "disclaim": 4, "reproduc": 4, "other": [4, 11, 15], "materi": 4, "distribut": 4, "name": [4, 9, 11, 14, 15, 18], "endors": 4, "promot": 4, "deriv": 4, "softwar": 4, "prior": 4, "written": [4, 9, 15], "permiss": [4, 17], "BY": 4, "THE": 4, "AS": 4, "AND": [4, 11], "express": 4, "OR": 4, "impli": 4, "warranti": 4, "BUT": 4, "NOT": 4, "limit": [4, 9, 15], "TO": 4, "OF": 4, "merchant": 4, "fit": 4, "FOR": 4, "A": [4, 11, 14], "particular": 4, "purpos": [4, 12], "IN": 4, "NO": 4, "event": 4, "shall": 4, "BE": 4, "liabl": 4, "direct": [0, 3, 4, 10, 15], "indirect": 4, "incident": 4, "special": 4, "exemplari": 4, "consequenti": 4, "damag": 4, "procur": 4, "substitut": 4, "good": 4, "servic": 4, "loss": 4, "data": [4, 9, 10, 11, 14, 15], "profit": 4, "busi": 4, "interrupt": 4, "howev": 4, "caus": [4, 9], "ON": 4, "theori": 4, "liabil": 4, "whether": [4, 11], "contract": 4, "strict": 4, "tort": 4, "neglig": 4, "otherwis": [4, 10, 11], "aris": 4, "out": [4, 9, 11], "even": 4, "IF": 4, "advis": [4, 11], "possibl": [4, 9], "SUCH": 4, "2001": 4, "2016": 4, "chri": 4, "liechti": 4, "cliechti": 4, "gmx": 4, "net": 4, "neither": 4, "holder": 4, "nor": 4, "its": [4, 10, 15], "contributor": 4, "spdx": 4, "identifi": 4, "bsd": 4, "claus": 4, "enabl": 4, "machin": 4, "process": [4, 14, 15, 17, 18], "inform": [4, 11, 14, 15], "base": [4, 6, 9, 11, 12, 13, 14, 15, 17, 18], "here": 4, "avail": [4, 9, 10, 11, 15], "http": 4, "org": 4, "subpackag": 5, "submodul": 5, "quarcharrai": [5, 6], "quarchqp": [5, 6], "scandevic": [5, 6], "content": 5, "qisfunc": [5, 6, 9], "qpsfunc": [5, 6], "config_fil": [5, 6], "configpars": [5, 6], "hdpowermodul": [5, 6], "powermodulecalibr": [5, 6], "qtl2347": [5, 6], "calibrationconfig": [5, 6], "calibrationutil": [5, 6], "calibration_class": [5, 6], "devicehelp": [5, 6], "keithley_2460_control": [5, 6], "connection_qi": [5, 6], "connection_rest": [5, 6], "connection_seri": [5, 6], "connection_tcp": [5, 6], "connection_telnet": [5, 6], "connection_usb": [5, 6], "upgrade_quarchpi": [5, 6], "versioncompar": [5, 6], "fio_interfac": [5, 6], "fiodiskfind": [5, 6], "iometerfunc": [5, 6], "user_interfac": [5, 6], "testcent": [5, 6, 17], "pyconnect": [5, 6], "qisconnect": [5, 6, 9, 15], "qpsconnect": [5, 6, 9, 16], "main": [5, 6, 10], "checkmoduleformat": [6, 11], "getruntim": [6, 11], "openconnect": [6, 11], "resetdevic": [6, 11], "sendandverifycommand": [6, 11], "sendbinarycommand": [6, 11], "sendcommand": [0, 3, 6, 9, 11, 15], "isthisanarraycontrol": [6, 11], "getsubdevic": [6, 11], "scansubmodul": [6, 11], "subdevic": [6, 11], "setuppoweroutput": [6, 11], "startstream": [6, 9, 11, 15], "stopstream": [6, 9, 11, 15], "streambufferstatu": [6, 9, 11, 15], "streaminterrupt": [6, 9, 11, 15], "streamresamplemod": [6, 11], "streamrunningstatu": [6, 9, 11, 15], "waitstop": [6, 9, 11, 15], "current_milli_tim": [6, 11], "current_second_tim": [6, 11], "qpsnowstr": [6, 11], "quarchstream": [6, 11], "addannot": [6, 11], "addcom": [6, 11], "adddatapoint": [6, 11], "channel": [6, 11, 14], "createchannel": [6, 11], "failcheck": [6, 11], "getstreamst": [6, 11], "get_custom_stats_rang": [6, 11], "get_stat": [6, 11], "hidealldefaultchannel": [6, 11], "hidechannel": [6, 11], "mychannel": [6, 11], "savecsv": [6, 11], "showchannel": [6, 11], "startqpsstream": [6, 11], "stats_to_csv": [6, 11], "stopstreamandallowbuffertoempti": [6, 11], "takesnapshot": [6, 11], "filter_module_typ": [6, 11], "getserialnumberfromconnectiontarget": [6, 11], "get_connection_target": [6, 11], "get_user_level_serial_numb": [6, 11], "list_usb": [6, 11], "list_network": [6, 11], "list_seri": [6, 11], "lookupdevic": [6, 11], "mergedict": [6, 11], "scan_mdn": [6, 11], "userselectdevic": [6, 11], "getqismoduleselect": [6, 9, 15], "checkandcloseqi": [6, 15], "check_remote_qi": [6, 15], "closeqi": [6, 15], "add_header_to_buff": [6, 9, 15], "add_header_to_byte_arrai": [6, 9, 15], "averagestrip": [6, 9, 15], "avgstringfrompwr": [6, 9, 15], "convertstreamaverag": [6, 9, 15], "create_dir_structur": [6, 9, 15], "create_index_fil": [6, 9, 15], "create_index_file_digit": [6, 9, 15], "create_qps_directori": [6, 9, 15], "create_qps_fil": [6, 9, 15], "devicedictsetup": [6, 9, 15], "devicemulti": [6, 9, 15], "disconnect": [6, 9, 15], "getdevicelist": [6, 9, 15], "getstreamxmlhead": [6, 9, 15], "get_list_detail": [6, 9, 15], "interruptlist": [6, 9, 15], "isxmlhead": [6, 9, 15], "qis_scan_devic": [6, 9, 15], "receivetext": [6, 9, 15], "rxbyte": [6, 9, 15], "scanip": [6, 9, 15], "sendandreceivecmd": [6, 9, 15], "sendandreceivetext": [6, 9, 15], "sendcmd": [6, 9, 15], "sendtext": [6, 9, 15], "sortfavourit": [6, 9, 15], "startstreamqp": [6, 9, 15], "startstreamthread": [6, 9, 15], "startstreamthreadqp": [6, 9, 15], "streamgetstripestext": [6, 9, 15], "streamheaderaverag": [6, 9, 15], "streamheaderformat": [6, 9, 15], "streamheadervers": [6, 9, 15], "write_b_array_to_idx_fil": [6, 9, 15], "write_stripe_to_files_hd": [6, 9, 15], "write_stripe_to_files_pam": [6, 9, 15], "streamheaderinfo": [6, 15], "data_valid": [6, 15], "device_channel": [6, 15], "device_group": [6, 15], "device_period": [6, 15], "get_device_period": [6, 15], "get_header_vers": [6, 15], "header_raw_xml": [6, 15], "header_vers": [6, 15], "init_from_qis_devic": [6, 15], "init_from_stream_head": [6, 15], "getqpsmoduleselect": [6, 16], "closeqp": [6, 16], "isqpsrun": [6, 16], "legacyadjusttim": [6, 16], "startlocalqp": [6, 16], "toqpstimestamp": [6, 16], "qpsinterfac": [6, 9, 15, 16], "get_config_path_for_modul": [6, 8], "parse_config_fil": [6, 8], "strtobb": [6, 9], "recv": [6, 9], "send": [0, 3, 6, 9, 11, 15], "sendcmdverbos": [6, 9], "restconn": [6, 9], "serialconn": [6, 9], "serial_read_until": [6, 9], "tcpconn": [6, 9], "telnetconn": [6, 9], "tquarchusb_if": [6, 9], "bulkread": [6, 9], "bulkreadep": [6, 9], "bulkreadeptout": [6, 9], "bulkreadn": [6, 9], "checkcomm": [6, 9], "closeport": [6, 9], "debugdump": [6, 9], "fetchcmdrepli": [6, 9], "fetchcmdreplytout": [6, 9], "getextendedinfo": [6, 9], "getidn": [6, 9], "getlasterror": [6, 9], "getserialnumb": [6, 9], "isportopen": [6, 9], "openport": [6, 9], "runcommand": [6, 9], "settimeout": [6, 9], "verbosesendcmd": [6, 9], "writezeropacketcmd": [6, 9], "clean_and_flush_stuck_usb_comm": [6, 9], "lockusbstr": [6, 9], "unlockusbstr": [6, 9], "usbconn": [6, 9], "getusbdeviceserialno": [6, 9], "importusb": [6, 9], "quarchsimpleidentifi": [6, 10], "fix_usb": [6, 10], "get_qis_vers": [6, 10], "get_java_loc": [6, 10], "get_quarchpy_vers": [6, 10], "test_commun": [6, 10], "test_system_info": [6, 10], "check_if_upd": [6, 10], "updatequarchpi": [6, 10], "requiredquarchpyvers": [6, 10], "adjusttim": [6, 13], "return_data": [6, 13], "runfio": [6, 13], "start_fio": [6, 13], "timenow": [6, 13], "followresultsfil": [6, 14], "generateicffromconf": [6, 14], "generateicffromcsvlinedata": [6, 14], "processiometerinstresult": [6, 14], "readicfcsvlinedata": [6, 14], "runiomet": [6, 14], "instanc": [6, 9, 15, 17], "check_path_write_permiss": [6, 17], "dicttolist": [6, 17], "displayt": [6, 17], "endtestblock": [6, 17, 18], "get_check_valid_calpath": [6, 17], "is_user_admin": [6, 17], "listselect": [6, 17], "logcalibrationresult": [6, 17], "logresult": [6, 17], "logsimpleresult": [6, 17], "logwarn": [6, 17], "nicelistselect": [6, 17], "printtext": [6, 17], "progressbar": [6, 17], "quarchsleep": [6, 17], "requestdialog": [6, 17], "setup_log": [6, 17], "showdialog": [6, 17], "showimag": [6, 17], "showyesnodialog": [6, 17], "starttestblock": [6, 17], "storeresult": [6, 17], "userrangeintselect": [6, 17], "validateuserinput": [6, 17], "visual_sleep": [6, 17], "begintestblock": [6, 18], "endtest": [6, 18], "setup": [6, 18], "testpoint": [6, 18], "constr": [6, 9, 11, 15], "host": [6, 9, 14, 15, 16], "embed": 6, "line": [6, 10, 11, 15], "arg": [6, 10, 15, 16], "pars": [0, 3, 6], "idn_str": 8, "none": [8, 9, 10, 11, 15, 16, 17], "module_connect": 8, "127": [9, 15, 16], "9722": [9, 15], "connectionmessag": [9, 15], "true": [9, 10, 11, 15, 16, 17], "favouriteonli": [9, 11, 15, 16], "additionalopt": [9, 11, 15, 16, 17], "rescan": [9, 15, 16], "con": [9, 15, 16], "outbuff": [9, 15], "return_b_arrai": [9, 15], "stream_header_s": [9, 15], "temp_dict": [9, 15], "tree": [9, 15], "is_digit": [9, 15], "fals": [9, 10, 11, 15, 16, 17], "leftov": [9, 15], "streamaverag": [9, 11, 15], "newstrip": [9, 15], "f": [9, 15], "remainingstrip": [9, 15], "avgpwrtwo": [9, 15], "sock": [9, 15], "tri": [9, 15], "socket": [9, 15], "variabl": [9, 15], "If": [9, 10, 11, 15], "success": [9, 11, 15, 18], "return": [9, 10, 11, 14, 15, 16, 18], "backend": [9, 15], "welcom": [9, 15], "fail": [9, 11, 15], "sai": [9, 15], "unabl": [9, 15], "should": [9, 11, 15], "befor": [9, 15], "normal": [9, 15], "beggin": [9, 15], "left": [9, 11, 15], "until": [9, 11, 15], "finish": [9, 11, 15], "ran": [9, 15], "param": [9, 15, 16, 17], "boolean": [9, 15, 18], "don": [9, 15], "alreadi": [9, 15], "directori": [9, 11, 15], "ve": [9, 15], "put": [9, 15], "bunch": [9, 15], "try": [9, 15], "except": [9, 11, 15], "just": [9, 11, 15], "sure": [9, 15], "correctli": [9, 15], "There": [9, 15], "": [0, 3, 9, 15], "probabl": [9, 15], "do": [9, 11, 15], "default": [9, 11, 15], "record": [9, 15], "invalid": [9, 15], "successfulli": [9, 11, 15], "necessari": [9, 15], "data000": [9, 15], "idx": [9, 15], "For": [9, 15], "futur": [9, 15], "revis": [9, 15], "each": [9, 15, 18], "current": [9, 14, 15], "assum": [9, 14, 15, 16], "made": [9, 15], "No": [9, 11, 15], "data101": [9, 15], "end": [9, 11, 15, 17, 18], "paramet": [9, 10, 11, 14, 15, 16, 18], "qtl": [9, 15], "number": [9, 10, 11, 15], "headertext": [9, 15], "ipaddress": [9, 15], "trigger": [9, 11, 15], "look": [9, 15], "would": [9, 11, 15], "like": [9, 11, 15], "str": [9, 10, 11, 15, 18], "192": [9, 11, 15], "168": [9, 11, 15], "123": [9, 15], "sleep": [9, 15, 17], "int": [9, 11, 15, 16], "sent": [9, 15], "cmd": [9, 11, 15], "readuntilcursor": [9, 15], "betweencommanddelai": [9, 15], "senttext": [9, 15], "expectedrespons": [9, 11, 15], "far": [9, 15], "see": [9, 15], "differ": [9, 11, 15], "founddevic": [9, 15], "filenam": [9, 11, 13, 14, 15], "filemaxmb": [9, 11, 15], "streamnam": [9, 11, 15], "releaseondata": [9, 11, 15], "streamdur": [9, 11, 15], "inmemorydata": [9, 11, 15], "block": [9, 15, 17, 18], "numstrip": [9, 15], "4096": [9, 15], "skipstatuscheck": [9, 15], "stripe": [9, 15], "string_in": 9, "add_length": 9, "9822": [9, 16], "targetdevic": 9, "conntarget": 9, "max_retri": 9, "char": [9, 16], "context": 9, "ep": 9, "n": [9, 14], "comm": 9, "becom": [9, 11], "stuck": 9, "too": 9, "quickli": 9, "after": [9, 11], "previou": [9, 10], "one": [9, 10], "buffer": [9, 11], "flush": 9, "read": [9, 14, 15, 16], "x02": 9, "x00": 9, "x01": 9, "x04": 9, "x03": 9, "serid": 9, "device1": 10, "identif": 10, "currenti": 10, "system": [0, 3, 10, 14, 15], "exist": 10, "exectu": 10, "represent": 10, "auto_upd": 10, "shutdown": 10, "prevent": 10, "bool": [10, 11, 15], "shut": 10, "down": 10, "prepar": 10, "proce": 10, "argstr": 10, "versionnumb": 10, "request": [10, 15], "package_list": 10, "dev": 10, "build": 10, "requiredvers": 10, "given": [10, 11, 14], "present": [9, 10, 15], "ensur": [10, 12, 17], "minimum": 10, "safe_to_run": 10, "connectiontarget": 11, "py": 11, "wide": 11, "rang": 11, "underli": 11, "method": 11, "alwai": 11, "whern": 11, "conf": [11, 14], "runtim": 11, "overridden": 11, "ask": 11, "fixtur": 11, "creation": 11, "re": 11, "reset": 11, "attempt": 11, "recov": 11, "complet": 11, "found": [11, 15], "second": [11, 16], "result": [11, 14, 17, 18], "reconnect": 11, "we": 11, "commandstr": 11, "responseexpect": 11, "ok": 11, "verifi": 11, "expect": [11, 16], "write": [11, 17], "cleaner": 11, "text": [11, 15, 17], "rais": 11, "mismatch": 11, "match": 11, "did": 11, "valueerror": 11, "doe": 11, "execut": [11, 15, 17, 18], "primari": 11, "technic": 11, "manual": 11, "command_respons": 11, "lf": 11, "some": 11, "modulestr": 11, "basedevic": 11, "originobj": 11, "streamdata": 11, "txt": 11, "200000": 11, "streamcom": 11, "unserinput": 11, "desir": [11, 17], "dir": 11, "failur": 11, "occur": 11, "userinput": 11, "rectifi": 11, "titl": [11, 17], "annotationtim": 11, "extratext": 11, "ypo": 11, "titlecolor": 11, "annotationcolor": 11, "annotationtyp": 11, "annotationgroup": 11, "add": 11, "next": 11, "view": 11, "percetang": 11, "how": 11, "high": 11, "screen": 11, "bottom": 11, "100": [11, 17], "top": 11, "color": 11, "hex": 11, "000000": 11, "ffffff": 11, "marker": 11, "group": [11, 15], "belong": 11, "millisecond": [11, 16], "place": [11, 14, 15, 16], "plot": 11, "live": 11, "recent": 11, "commenttim": 11, "commentcolor": 11, "channelnam": 11, "groupnam": 11, "datavalu": 11, "datapointtim": 11, "timeformat": 11, "unix": 11, "float": [11, 16], "point": [11, 14, 18], "channelgroup": 11, "baseunit": 11, "useprefix": 11, "statu": 11, "rec": 11, "nolong": 11, "still": 11, "receiv": 11, "ei": 11, "stop": [11, 15], "start_tim": 11, "end_tim": 11, "statist": 11, "ignor": 11, "integ": 11, "daysdhour": 11, "minut": 11, "xxxdxx": 11, "xx": 11, "xxxx": 11, "df": 11, "datafram": 11, "save": [11, 17], "file_nam": [11, 13], "thrown": 11, "grid": 11, "panda": [0, 3, 11], "channelspecifi": 11, "filepath": 11, "linesperfil": 11, "cr": 11, "delimit": 11, "60": 11, "csv": [11, 14], "ou": 11, "per": 11, "carriag": 11, "otption": 11, "stack": 11, "trace": 11, "newdirectori": 11, "absolut": 11, "give": [11, 17], "checkinterv": 11, "take": [11, 14], "module_type_filt": 11, "found_devic": 11, "filter": 11, "config": 11, "accept": [11, 16], "cabl": 11, "card": 11, "switch": 11, "pass": [11, 16, 18], "scan_devic": 11, "module_str": 11, "scan_dictionari": 11, "connection_prefer": 11, "include_conn_typ": 11, "network_modul": 11, "scandictionari": 11, "debuprint": 11, "target_conn": 11, "debugpr": 11, "lantimeout": 11, "ipaddresslookup": 11, "mysocket": 11, "lan_modul": 11, "y": 11, "scaninarrai": 11, "filterstr": 11, "mdnslisten": 11, "scanfilterstr": 11, "nice": [11, 17], "abstract": 12, "finddevic": [6, 12, 13], "formatlist": [6, 12, 13], "devicelist": [12, 13], "returndisk": [6, 12, 13], "target": [11, 12, 14], "pywin32": 12, "histori": [12, 14], "andi": [12, 14], "norri": [12, 14], "first": [12, 14], "pedro": [12, 14], "leao": [12, 14], "getdisktargetselect": 12, "getavailabledisk": 12, "hostdriv": 12, "getavailabledr": 12, "remove_values_from_list": 12, "the_list": 12, "val": 12, "timestamp": [13, 16], "thefil": [13, 14], "p": 13, "output_fil": 13, "fiocallback": 13, "mystream": [13, 14], "user_data": 13, "mode": [13, 15], "2023": 14, "matt": 14, "holsei": 14, "app": [14, 15], "overhaul": 14, "confpath": 14, "driveinfo": 14, "managernam": 14, "qas0521": 14, "templat": 14, "icf": 14, "correct": 14, "dictionari": [11, 14], "dict": [11, 14], "kei": 14, "fw_rev": 14, "csvdata": 14, "icffilepath": 14, "manag": 14, "row": 14, "testnam": [14, 18], "usercallback": 14, "accumul": 14, "instant": 14, "annotationsa": 14, "been": 14, "iop": 14, "csvfilenam": 14, "csvfilelin": 14, "formatt": 14, "One": 14, "blank": 14, "deprec": [15, 16], "instead": 15, "respond": 15, "continu": 15, "hit": 15, "is_run": 15, "helper": 15, "By": 15, "localhost": 15, "shown": [15, 18], "startup": 15, "non": 15, "graphic": 15, "environ": 15, "suppli": [11, 15], "stream_head": 15, "hold": 15, "raw": 15, "element": [15, 17], "rate": 15, "fastest": 15, "multi": 15, "timevalu": 15, "open_qis_devic": 15, "quaech": 15, "attach": 15, "so": [11, 15], "func": 16, "becuas": [], "keepqisrun": 16, "done": 16, "1620817118182": 16, "1620817126": 16, "datetim": 16, "alia": 16, "common": 17, "style": 17, "intern": [17, 18], "singleton": 17, "pattern": 17, "interac": 17, "pleas": 17, "enter": 17, "tabledata": 17, "tablehead": 17, "indexreq": 17, "printtoconsol": 17, "align": 17, "l": 17, "calpath": 17, "selectionlist": 17, "diaplai": 17, "standar": [], "centr": 17, "filllin": 17, "terminalwidth": 17, "fill": 17, "kwarg": 17, "iter": [17, 18], "total": 17, "prefix": 17, "suffix": 17, "decim": 17, "fullwidth": 17, "sleeplength": 17, "updateperiod": 17, "desiredtyp": 17, "minrang": 17, "maxrang": 17, "defaultuserinput": 17, "loglevel": 17, "imagepath": 17, "inputstr": 17, "intlength": 17, "userstr": 17, "visual": 17, "indic": 17, "stdin": 18, "stdout": 18, "message_text": 18, "stack_level": 18, "nest": 18, "layer": 18, "readabl": 18, "effect": 18, "describ": 18, "test_respons": 18, "order": [11, 18], "dispons": 18, "resourc": 18, "held": 18, "interface_nam": 18, "command_param": 18, "onto": 18, "setup_respons": 18, "command_nam": 18, "In": 18, "interfacenam": 18, "vari": 18, "spec": 18, "mb": [0, 3], "bytes2human": [6, 13], "absdiskfind": 13, "sytem": [0, 3], "reader": [6, 15, 16], "q": [15, 16], "stop_flag": [15, 16], "output": [15, 16], "queue": [15, 16], "multithread": [15, 16], "exit": [15, 16], "loop": [15, 16], "thread": [15, 16], "30": 16, "imporov": [0, 3], "40": [0, 3], "numpi": [0, 3], "isqisrunningandrespond": [6, 15], "know": 11, "ret_val": 11, "combin": 11, "05": 11, "005": 11, "everi": 11, "prefer": 11, "prioratis": 11, "rest": 11, "telnet": 11, "decid": 11, "v": 11, "rtype": 15, "startqpsminimis": 16, "41": [0, 3], "logdebug": [6, 17], "fuction": [9, 15], "them": [9, 15], "mydeviceid": [9, 15], "comannd": [0, 3], "uniformli": [0, 3], "statment": [0, 3], "patch": [0, 3], "43": [0, 3], "open_record": [6, 9], "file_path": 9, "cmdtimeout": 9, "pollinterv": 9, "startopentimout": 9, "yank": [0, 3], "25": 1}, "objects": {"": [[6, 0, 0, "-", "quarchpy"]], "quarchpy": [[8, 0, 0, "-", "config_files"], [6, 0, 0, "-", "connection"], [9, 0, 0, "-", "connection_specific"], [10, 0, 0, "-", "debug"], [11, 0, 0, "-", "device"], [12, 0, 0, "-", "disk_test"], [13, 0, 0, "-", "fio"], [14, 0, 0, "-", "iometer"], [15, 0, 0, "-", "qis"], [16, 0, 0, "-", "qps"], [6, 0, 0, "-", "run"], [17, 0, 0, "-", "user_interface"], [18, 0, 0, "-", "utilities"]], "quarchpy.config_files": [[8, 1, 1, "", "get_config_path_for_module"], [8, 1, 1, "", "parse_config_file"]], "quarchpy.connection": [[6, 2, 1, "", "PYConnection"], [6, 2, 1, "", "QISConnection"], [6, 2, 1, "", "QPSConnection"]], "quarchpy.connection_specific": [[9, 0, 0, "-", "connection_QIS"], [9, 0, 0, "-", "connection_QPS"], [9, 0, 0, "-", "connection_ReST"], [9, 0, 0, "-", "connection_Serial"], [9, 0, 0, "-", "connection_TCP"], [9, 0, 0, "-", "connection_Telnet"], [9, 0, 0, "-", "connection_USB"]], "quarchpy.connection_specific.connection_QIS": [[9, 2, 1, "", "QisInterface"], [9, 1, 1, "", "strToBb"]], "quarchpy.connection_specific.connection_QIS.QisInterface": [[9, 3, 1, "", "GetQisModuleSelection"], [9, 3, 1, "", "add_header_to_buffer"], [9, 3, 1, "", "add_header_to_byte_array"], [9, 3, 1, "", "averageStripes"], [9, 3, 1, "", "avgStringFromPwr"], [9, 3, 1, "", "closeConnection"], [9, 3, 1, "", "connect"], [9, 3, 1, "", "convertStreamAverage"], [9, 3, 1, "", "create_dir_structure"], [9, 3, 1, "", "create_index_file"], [9, 3, 1, "", "create_index_file_digitals"], [9, 3, 1, "", "create_qps_directory"], [9, 3, 1, "", "create_qps_file"], [9, 3, 1, "", "deviceDictSetup"], [9, 3, 1, "", "deviceMulti"], [9, 3, 1, "", "disconnect"], [9, 3, 1, "", "getDeviceList"], [9, 3, 1, "", "getStreamXmlHeader"], [9, 3, 1, "", "get_list_details"], [9, 3, 1, "", "interruptList"], [9, 3, 1, "", "isXmlHeader"], [9, 3, 1, "", "qis_scan_devices"], [9, 3, 1, "", "receiveText"], [9, 3, 1, "", "rxBytes"], [9, 3, 1, "", "scanIP"], [9, 3, 1, "", "sendAndReceiveCmd"], [9, 3, 1, "", "sendAndReceiveText"], [9, 3, 1, "", "sendCmd"], [9, 3, 1, "", "sendCommand"], [9, 3, 1, "", "sendText"], [9, 3, 1, "", "sortFavourite"], [9, 3, 1, "", "startStream"], [9, 3, 1, "", "startStreamQPS"], [9, 3, 1, "", "startStreamThread"], [9, 3, 1, "", "startStreamThreadQPS"], [9, 3, 1, "", "stopStream"], [9, 3, 1, "", "streamBufferStatus"], [9, 3, 1, "", "streamGetStripesText"], [9, 3, 1, "", "streamHeaderAverage"], [9, 3, 1, "", "streamHeaderFormat"], [9, 3, 1, "", "streamHeaderVersion"], [9, 3, 1, "", "streamInterrupt"], [9, 3, 1, "", "streamRunningStatus"], [9, 3, 1, "", "waitStop"], [9, 3, 1, "", "write_b_array_to_idx_file"], [9, 3, 1, "", "write_stripe_to_files_HD"], [9, 3, 1, "", "write_stripe_to_files_PAM"]], "quarchpy.connection_specific.connection_QPS": [[9, 2, 1, "", "QpsInterface"]], "quarchpy.connection_specific.connection_QPS.QpsInterface": [[9, 3, 1, "", "closeConnection"], [9, 3, 1, "", "connect"], [9, 3, 1, "", "disconnect"], [9, 3, 1, "", "getDeviceList"], [9, 3, 1, "", "get_list_details"], [9, 3, 1, "", "open_recording"], [9, 3, 1, "", "recv"], [9, 3, 1, "", "scanIP"], [9, 3, 1, "", "send"], [9, 3, 1, "", "sendCmdVerbose"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_ReST": [[9, 2, 1, "", "ReSTConn"]], "quarchpy.connection_specific.connection_ReST.ReSTConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_Serial": [[9, 2, 1, "", "SerialConn"], [9, 1, 1, "", "serial_read_until"]], "quarchpy.connection_specific.connection_Serial.SerialConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_TCP": [[9, 2, 1, "", "TCPConn"]], "quarchpy.connection_specific.connection_TCP.TCPConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_Telnet": [[9, 2, 1, "", "TelnetConn"]], "quarchpy.connection_specific.connection_Telnet.TelnetConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.connection_specific.connection_USB": [[9, 2, 1, "", "TQuarchUSB_IF"], [9, 1, 1, "", "USB"], [9, 2, 1, "", "USBConn"], [9, 1, 1, "", "getUSBDeviceSerialNo"], [9, 1, 1, "", "importUSB"]], "quarchpy.connection_specific.connection_USB.TQuarchUSB_IF": [[9, 3, 1, "", "BulkRead"], [9, 3, 1, "", "BulkReadEP"], [9, 3, 1, "", "BulkReadEPTout"], [9, 3, 1, "", "BulkReadN"], [9, 3, 1, "", "CheckComms"], [9, 3, 1, "", "ClosePort"], [9, 3, 1, "", "DebugDump"], [9, 3, 1, "", "FetchCmdReply"], [9, 3, 1, "", "FetchCmdReplyTOut"], [9, 3, 1, "", "GetExtendedInfo"], [9, 3, 1, "", "GetIdn"], [9, 3, 1, "", "GetLastError"], [9, 3, 1, "", "GetSerialNumber"], [9, 3, 1, "", "IsPortOpen"], [9, 3, 1, "", "OpenPort"], [9, 3, 1, "", "RunCommand"], [9, 3, 1, "", "SendCommand"], [9, 3, 1, "", "SetTimeout"], [9, 3, 1, "", "VerboseSendCmd"], [9, 3, 1, "", "WriteZeroPacketCmd"], [9, 3, 1, "", "clean_and_flush_stuck_usb_comms"], [9, 4, 1, "", "lockUSBStr"], [9, 4, 1, "", "unlockUSBStr"]], "quarchpy.connection_specific.connection_USB.USBConn": [[9, 3, 1, "", "close"], [9, 3, 1, "", "sendCommand"]], "quarchpy.debug": [[10, 0, 0, "-", "SystemTest"], [10, 0, 0, "-", "upgrade_quarchpy"], [10, 0, 0, "-", "versionCompare"]], "quarchpy.debug.SystemTest": [[10, 1, 1, "", "QuarchSimpleIdentify"], [10, 1, 1, "", "fix_usb"], [10, 1, 1, "", "get_QIS_version"], [10, 1, 1, "", "get_java_location"], [10, 1, 1, "", "get_quarchpy_version"], [10, 1, 1, "", "main"], [10, 1, 1, "", "test_communication"], [10, 1, 1, "", "test_system_info"]], "quarchpy.debug.upgrade_quarchpy": [[10, 1, 1, "", "check_if_update"], [10, 1, 1, "", "main"], [10, 1, 1, "", "updateQuarchpy"]], "quarchpy.debug.versionCompare": [[10, 1, 1, "", "requiredQuarchpyVersion"]], "quarchpy.device": [[11, 0, 0, "-", "device"], [11, 1, 1, "", "getQuarchDevice"], [11, 1, 1, "", "getSerialNumberFromConnectionTarget"], [11, 1, 1, "", "get_connection_target"], [11, 1, 1, "", "listDevices"], [11, 1, 1, "", "qpsNowStr"], [11, 2, 1, "", "quarchArray"], [11, 0, 0, "-", "quarchArray"], [11, 2, 1, "", "quarchDevice"], [11, 2, 1, "", "quarchPPM"], [11, 0, 0, "-", "quarchPPM"], [11, 2, 1, "", "quarchQPS"], [11, 0, 0, "-", "quarchQPS"], [11, 2, 1, "", "quarchStream"], [11, 1, 1, "", "scanDevices"], [11, 0, 0, "-", "scanDevices"], [11, 2, 1, "", "subDevice"], [11, 1, 1, "", "userSelectDevice"]], "quarchpy.device.device": [[11, 1, 1, "", "checkModuleFormat"], [11, 1, 1, "", "getQuarchDevice"], [11, 2, 1, "", "quarchDevice"]], "quarchpy.device.device.quarchDevice": [[11, 3, 1, "", "closeConnection"], [11, 3, 1, "", "getRuntime"], [11, 3, 1, "", "openConnection"], [11, 3, 1, "", "resetDevice"], [11, 3, 1, "", "sendAndVerifyCommand"], [11, 3, 1, "", "sendBinaryCommand"], [11, 3, 1, "", "sendCommand"]], "quarchpy.device.quarchArray": [[11, 3, 1, "", "getSubDevice"], [11, 1, 1, "", "isThisAnArrayController"], [11, 2, 1, "", "quarchArray"], [11, 3, 1, "", "scanSubModules"], [11, 2, 1, "", "subDevice"]], "quarchpy.device.quarchArray.quarchArray": [[11, 3, 1, "", "getSubDevice"], [11, 3, 1, "", "scanSubModules"]], "quarchpy.device.quarchArray.subDevice": [[11, 3, 1, "", "sendCommand"]], "quarchpy.device.quarchDevice": [[11, 3, 1, "", "closeConnection"], [11, 3, 1, "", "getRuntime"], [11, 3, 1, "", "openConnection"], [11, 3, 1, "", "resetDevice"], [11, 3, 1, "", "sendAndVerifyCommand"], [11, 3, 1, "", "sendBinaryCommand"], [11, 3, 1, "", "sendCommand"]], "quarchpy.device.quarchPPM": [[11, 2, 1, "", "quarchPPM"], [11, 3, 1, "", "setupPowerOutput"], [11, 3, 1, "", "startStream"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "streamBufferStatus"], [11, 3, 1, "", "streamInterrupt"], [11, 3, 1, "", "streamResampleMode"], [11, 3, 1, "", "streamRunningStatus"], [11, 3, 1, "", "waitStop"]], "quarchpy.device.quarchPPM.quarchPPM": [[11, 3, 1, "", "setupPowerOutput"], [11, 3, 1, "", "startStream"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "streamBufferStatus"], [11, 3, 1, "", "streamInterrupt"], [11, 3, 1, "", "streamResampleMode"], [11, 3, 1, "", "streamRunningStatus"], [11, 3, 1, "", "waitStop"]], "quarchpy.device.quarchQPS": [[11, 1, 1, "", "current_milli_time"], [11, 1, 1, "", "current_second_time"], [11, 1, 1, "", "qpsNowStr"], [11, 2, 1, "", "quarchQPS"], [11, 2, 1, "", "quarchStream"], [11, 3, 1, "", "startStream"]], "quarchpy.device.quarchQPS.quarchQPS": [[11, 3, 1, "", "startStream"]], "quarchpy.device.quarchQPS.quarchStream": [[11, 3, 1, "", "addAnnotation"], [11, 3, 1, "", "addComment"], [11, 3, 1, "", "addDataPoint"], [11, 3, 1, "", "channels"], [11, 3, 1, "", "createChannel"], [11, 3, 1, "", "failCheck"], [11, 3, 1, "", "getStreamState"], [11, 3, 1, "", "get_custom_stats_range"], [11, 3, 1, "", "get_stats"], [11, 3, 1, "", "hideAllDefaultChannels"], [11, 3, 1, "", "hideChannel"], [11, 3, 1, "", "myChannels"], [11, 3, 1, "", "saveCSV"], [11, 3, 1, "", "showChannel"], [11, 3, 1, "", "startQPSStream"], [11, 3, 1, "", "stats_to_CSV"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "stopStreamAndAllowBufferToEmpty"], [11, 3, 1, "", "takeSnapshot"]], "quarchpy.device.quarchStream": [[11, 3, 1, "", "addAnnotation"], [11, 3, 1, "", "addComment"], [11, 3, 1, "", "addDataPoint"], [11, 3, 1, "", "channels"], [11, 3, 1, "", "createChannel"], [11, 3, 1, "", "failCheck"], [11, 3, 1, "", "getStreamState"], [11, 3, 1, "", "get_custom_stats_range"], [11, 3, 1, "", "get_stats"], [11, 3, 1, "", "hideAllDefaultChannels"], [11, 3, 1, "", "hideChannel"], [11, 3, 1, "", "myChannels"], [11, 3, 1, "", "saveCSV"], [11, 3, 1, "", "showChannel"], [11, 3, 1, "", "startQPSStream"], [11, 3, 1, "", "stats_to_CSV"], [11, 3, 1, "", "stopStream"], [11, 3, 1, "", "stopStreamAndAllowBufferToEmpty"], [11, 3, 1, "", "takeSnapshot"]], "quarchpy.device.scanDevices": [[11, 1, 1, "", "filter_module_type"], [11, 1, 1, "", "getSerialNumberFromConnectionTarget"], [11, 1, 1, "", "get_connection_target"], [11, 1, 1, "", "get_user_level_serial_number"], [11, 1, 1, "", "listDevices"], [11, 1, 1, "", "list_USB"], [11, 1, 1, "", "list_network"], [11, 1, 1, "", "list_serial"], [11, 1, 1, "", "lookupDevice"], [11, 1, 1, "", "mergeDict"], [11, 1, 1, "", "scanDevices"], [11, 1, 1, "", "scan_mDNS"], [11, 1, 1, "", "userSelectDevice"]], "quarchpy.device.subDevice": [[11, 3, 1, "", "sendCommand"]], "quarchpy.disk_test": [[12, 0, 0, "-", "AbsDiskFinder"], [12, 0, 0, "-", "DiskTargetSelection"], [12, 0, 0, "-", "iometerDiskFinder"]], "quarchpy.disk_test.AbsDiskFinder": [[12, 2, 1, "", "AbsDiskFinder"]], "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder": [[12, 3, 1, "", "findDevices"], [12, 3, 1, "", "formatList"], [12, 3, 1, "", "returnDisk"]], "quarchpy.disk_test.DiskTargetSelection": [[12, 1, 1, "", "getDiskTargetSelection"]], "quarchpy.disk_test.iometerDiskFinder": [[12, 2, 1, "", "iometerDiskFinder"]], "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder": [[12, 3, 1, "", "findDevices"], [12, 3, 1, "", "formatList"], [12, 3, 1, "", "getAvailableDisks"], [12, 3, 1, "", "getAvailableDrives"], [12, 3, 1, "", "remove_values_from_list"], [12, 3, 1, "", "returnDisk"]], "quarchpy.fio": [[13, 0, 0, "-", "FIO_interface"], [13, 0, 0, "-", "fioDiskFinder"], [13, 1, 1, "", "runFIO"]], "quarchpy.fio.FIO_interface": [[13, 1, 1, "", "adjustTime"], [13, 1, 1, "", "follow"], [13, 1, 1, "", "return_data"], [13, 1, 1, "", "runFIO"], [13, 1, 1, "", "start_fio"], [13, 1, 1, "", "timeNow"]], "quarchpy.fio.fioDiskFinder": [[13, 2, 1, "", "fioDiskFinder"]], "quarchpy.fio.fioDiskFinder.fioDiskFinder": [[13, 3, 1, "", "bytes2human"], [13, 3, 1, "", "findDevices"], [13, 3, 1, "", "formatList"], [13, 3, 1, "", "returnDisk"]], "quarchpy.iometer": [[14, 1, 1, "", "generateIcfFromConf"], [14, 1, 1, "", "generateIcfFromCsvLineData"], [14, 0, 0, "-", "iometerFuncs"], [14, 1, 1, "", "processIometerInstResults"], [14, 1, 1, "", "readIcfCsvLineData"], [14, 1, 1, "", "runIOMeter"]], "quarchpy.iometer.iometerFuncs": [[14, 1, 1, "", "followResultsFile"], [14, 1, 1, "", "generateIcfFromConf"], [14, 1, 1, "", "generateIcfFromCsvLineData"], [14, 1, 1, "", "processIometerInstResults"], [14, 1, 1, "", "readIcfCsvLineData"], [14, 1, 1, "", "runIOMeter"]], "quarchpy.qis": [[15, 2, 1, "", "QisInterface"], [15, 2, 1, "", "StreamHeaderInfo"], [15, 1, 1, "", "checkAndCloseQis"], [15, 1, 1, "", "closeQis"], [15, 1, 1, "", "isQisRunning"], [15, 0, 0, "-", "qisFuncs"], [15, 1, 1, "", "startLocalQis"]], "quarchpy.qis.QisInterface": [[15, 3, 1, "", "GetQisModuleSelection"], [15, 3, 1, "", "add_header_to_buffer"], [15, 3, 1, "", "add_header_to_byte_array"], [15, 3, 1, "", "averageStripes"], [15, 3, 1, "", "avgStringFromPwr"], [15, 3, 1, "", "closeConnection"], [15, 3, 1, "", "connect"], [15, 3, 1, "", "convertStreamAverage"], [15, 3, 1, "", "create_dir_structure"], [15, 3, 1, "", "create_index_file"], [15, 3, 1, "", "create_index_file_digitals"], [15, 3, 1, "", "create_qps_directory"], [15, 3, 1, "", "create_qps_file"], [15, 3, 1, "", "deviceDictSetup"], [15, 3, 1, "", "deviceMulti"], [15, 3, 1, "", "disconnect"], [15, 3, 1, "", "getDeviceList"], [15, 3, 1, "", "getStreamXmlHeader"], [15, 3, 1, "", "get_list_details"], [15, 3, 1, "", "interruptList"], [15, 3, 1, "", "isXmlHeader"], [15, 3, 1, "", "qis_scan_devices"], [15, 3, 1, "", "receiveText"], [15, 3, 1, "", "rxBytes"], [15, 3, 1, "", "scanIP"], [15, 3, 1, "", "sendAndReceiveCmd"], [15, 3, 1, "", "sendAndReceiveText"], [15, 3, 1, "", "sendCmd"], [15, 3, 1, "", "sendCommand"], [15, 3, 1, "", "sendText"], [15, 3, 1, "", "sortFavourite"], [15, 3, 1, "", "startStream"], [15, 3, 1, "", "startStreamQPS"], [15, 3, 1, "", "startStreamThread"], [15, 3, 1, "", "startStreamThreadQPS"], [15, 3, 1, "", "stopStream"], [15, 3, 1, "", "streamBufferStatus"], [15, 3, 1, "", "streamGetStripesText"], [15, 3, 1, "", "streamHeaderAverage"], [15, 3, 1, "", "streamHeaderFormat"], [15, 3, 1, "", "streamHeaderVersion"], [15, 3, 1, "", "streamInterrupt"], [15, 3, 1, "", "streamRunningStatus"], [15, 3, 1, "", "waitStop"], [15, 3, 1, "", "write_b_array_to_idx_file"], [15, 3, 1, "", "write_stripe_to_files_HD"], [15, 3, 1, "", "write_stripe_to_files_PAM"]], "quarchpy.qis.StreamHeaderInfo": [[15, 4, 1, "", "data_valid"], [15, 4, 1, "", "device_channels"], [15, 4, 1, "", "device_groups"], [15, 4, 1, "", "device_period"], [15, 3, 1, "", "get_device_period"], [15, 3, 1, "", "get_header_version"], [15, 4, 1, "", "header_raw_xml"], [15, 4, 1, "", "header_version"], [15, 3, 1, "", "init_from_qis_device"], [15, 3, 1, "", "init_from_stream_header"]], "quarchpy.qis.qisFuncs": [[15, 1, 1, "", "GetQisModuleSelection"], [15, 1, 1, "", "checkAndCloseQis"], [15, 1, 1, "", "check_remote_qis"], [15, 1, 1, "", "closeQis"], [15, 1, 1, "", "isQisRunning"], [15, 1, 1, "", "isQisRunningAndResponding"], [15, 1, 1, "", "reader"], [15, 1, 1, "", "startLocalQis"]], "quarchpy.qps": [[16, 1, 1, "", "GetQpsModuleSelection"], [16, 1, 1, "", "closeQps"], [16, 1, 1, "", "isQpsRunning"], [16, 0, 0, "-", "qpsFuncs"], [16, 4, 1, "", "qpsInterface"], [16, 1, 1, "", "startLocalQps"], [16, 1, 1, "", "toQpsTimeStamp"]], "quarchpy.qps.qpsFuncs": [[16, 1, 1, "", "GetQpsModuleSelection"], [16, 1, 1, "", "closeQps"], [16, 1, 1, "", "isQpsRunning"], [16, 1, 1, "", "legacyAdjustTime"], [16, 1, 1, "", "reader"], [16, 1, 1, "", "startLocalQps"], [16, 1, 1, "", "toQpsTimeStamp"]], "quarchpy.run": [[6, 1, 1, "", "main"]], "quarchpy.user_interface": [[17, 0, 0, "-", "user_interface"]], "quarchpy.user_interface.user_interface": [[17, 2, 1, "", "User_interface"], [17, 1, 1, "", "check_path_write_permissions"], [17, 1, 1, "", "dictToList"], [17, 1, 1, "", "displayTable"], [17, 1, 1, "", "endTestBlock"], [17, 1, 1, "", "get_check_valid_calPath"], [17, 1, 1, "", "is_user_admin"], [17, 1, 1, "", "listSelection"], [17, 1, 1, "", "logCalibrationResult"], [17, 1, 1, "", "logDebug"], [17, 1, 1, "", "logResults"], [17, 1, 1, "", "logSimpleResult"], [17, 1, 1, "", "logWarning"], [17, 1, 1, "", "niceListSelection"], [17, 1, 1, "", "printText"], [17, 1, 1, "", "progressBar"], [17, 1, 1, "", "quarchSleep"], [17, 1, 1, "", "requestDialog"], [17, 1, 1, "", "setup_logging"], [17, 1, 1, "", "showDialog"], [17, 1, 1, "", "showImage"], [17, 1, 1, "", "showYesNoDialog"], [17, 1, 1, "", "startTestBlock"], [17, 1, 1, "", "storeResult"], [17, 1, 1, "", "userRangeIntSelection"], [17, 1, 1, "", "validateUserInput"], [17, 1, 1, "", "visual_sleep"]], "quarchpy.user_interface.user_interface.User_interface": [[17, 4, 1, "", "instance"]], "quarchpy.utilities": [[18, 0, 0, "-", "TestCenter"]], "quarchpy.utilities.TestCenter": [[18, 1, 1, "", "beginTestBlock"], [18, 1, 1, "", "endTest"], [18, 1, 1, "", "endTestBlock"], [18, 1, 1, "", "setup"], [18, 1, 1, "", "testPoint"]]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method", "4": "py:attribute"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"], "4": ["py", "attribute", "Python attribute"]}, "titleterms": {"changelog": [0, 3], "quarchpi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "chang": [0, 3], "log": [0, 3], "2": [0, 3], "1": [0, 3], "14": [0, 3], "13": [0, 3], "12": [0, 3], "11": [0, 3], "10": [0, 3], "8": [0, 3], "7": [0, 3], "6": [0, 3], "5": [0, 3], "4": [0, 3], "3": [0, 3], "0": [0, 3], "22": [0, 3], "21": [0, 3], "20": [0, 3], "19": [0, 3], "18": [0, 3], "16": [0, 3], "15": [0, 3], "9": [0, 3], "welcom": 1, "": 1, "document": 1, "content": [1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "indic": 1, "tabl": 1, "readm": [2, 19], "get": [2, 19], "start": [2, 19], "prerequisit": [2, 19], "instal": [2, 19], "author": [2, 19], "licens": 4, "packag": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "pyusb": 4, "pyseri": 4, "subpackag": [6, 9], "submodul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "connect": 6, "modul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "run": 6, "calibr": 7, "hdpowermodul": 7, "powermodulecalibr": 7, "qtl2347": 7, "calibrationconfig": 7, "calibrationutil": 7, "calibration_class": 7, "devicehelp": 7, "keithley_2460_control": 7, "config_fil": 8, "configpars": 8, "connection_specif": 9, "connection_qi": 9, "connection_qp": 9, "connection_rest": 9, "connection_seri": 9, "connection_tcp": 9, "connection_telnet": 9, "connection_usb": 9, "debug": 10, "systemtest": 10, "upgrade_quarchpi": 10, "versioncompar": 10, "devic": 11, "quarcharrai": 11, "quarchppm": 11, "quarchqp": 11, "scandevic": 11, "disk_test": 12, "absdiskfind": 12, "disktargetselect": 12, "usertestexampl": 12, "drivetestconfig": 12, "drivetestcor": 12, "dtscomm": 12, "dtsglobal": 12, "hostinform": 12, "hotplugtest": 12, "iometerdiskfind": 12, "lspci": 12, "powertest": 12, "sasfunc": 12, "testlin": 12, "fio": 13, "fio_interfac": 13, "fiodiskfind": 13, "iomet": 14, "iometerfunc": 14, "qi": 15, "qisfunc": 15, "qp": 16, "qpsfunc": 16, "user_interfac": 17, "util": 18, "testcent": 18, "17": [0, 3], "23": [0, 3], "24": [0, 3], "25": [0, 3]}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 60}, "alltitles": {"Welcome to quarchpy\u2019s documentation!": [[1, "welcome-to-quarchpy-s-documentation"]], "Contents:": [[1, null]], "Indices and tables": [[1, "indices-and-tables"]], "Quarchpy - Readme": [[2, "quarchpy-readme"], [19, "quarchpy-readme"]], "Getting Started": [[2, "getting-started"], [19, "getting-started"]], "Prerequisites": [[2, "prerequisites"], [19, "prerequisites"]], "Installing": [[2, "installing"], [19, "installing"]], "Authors": [[2, "authors"], [19, "authors"]], "LICENSES": [[4, "licenses"]], "QUARCHPY Package": [[4, "quarchpy-package"]], "PYUSB": [[4, "pyusb"]], "PYSERIAL": [[4, "pyserial"]], "quarchpy": [[5, "quarchpy"]], "quarchpy package": [[6, "quarchpy-package"]], "Subpackages": [[6, "subpackages"], [9, "subpackages"]], "Submodules": [[6, "submodules"], [9, "submodules"], [10, "submodules"], [11, "submodules"], [13, "submodules"], [14, "submodules"], [15, "submodules"], [16, "submodules"], [17, "submodules"], [18, "submodules"], [7, "submodules"], [8, "submodules"], [12, "submodules"]], "quarchpy.connection module": [[6, "module-quarchpy.connection"]], "quarchpy.run module": [[6, "module-quarchpy.run"]], "Module contents": [[6, "module-quarchpy"], [9, "module-quarchpy.connection_specific"], [10, "module-quarchpy.debug"], [11, "module-quarchpy.device"], [13, "module-quarchpy.fio"], [14, "module-quarchpy.iometer"], [15, "module-quarchpy.qis"], [16, "module-quarchpy.qps"], [17, "module-quarchpy.user_interface"], [18, "module-quarchpy.utilities"], [7, "module-contents"], [8, "module-quarchpy.config_files"], [12, "module-quarchpy.disk_test"]], "quarchpy.connection_specific package": [[9, "quarchpy-connection-specific-package"]], "quarchpy.connection_specific.connection_QIS module": [[9, "module-quarchpy.connection_specific.connection_QIS"]], "quarchpy.connection_specific.connection_QPS module": [[9, "module-quarchpy.connection_specific.connection_QPS"]], "quarchpy.connection_specific.connection_ReST module": [[9, "module-quarchpy.connection_specific.connection_ReST"]], "quarchpy.connection_specific.connection_Serial module": [[9, "module-quarchpy.connection_specific.connection_Serial"]], "quarchpy.connection_specific.connection_TCP module": [[9, "module-quarchpy.connection_specific.connection_TCP"]], "quarchpy.connection_specific.connection_Telnet module": [[9, "module-quarchpy.connection_specific.connection_Telnet"]], "quarchpy.connection_specific.connection_USB module": [[9, "module-quarchpy.connection_specific.connection_USB"]], "quarchpy.debug package": [[10, "quarchpy-debug-package"]], "quarchpy.debug.SystemTest module": [[10, "module-quarchpy.debug.SystemTest"]], "quarchpy.debug.upgrade_quarchpy module": [[10, "module-quarchpy.debug.upgrade_quarchpy"]], "quarchpy.debug.versionCompare module": [[10, "module-quarchpy.debug.versionCompare"]], "quarchpy.device package": [[11, "quarchpy-device-package"]], "quarchpy.device.device module": [[11, "module-quarchpy.device.device"]], "quarchpy.device.quarchArray module": [[11, "module-quarchpy.device.quarchArray"]], "quarchpy.device.quarchPPM module": [[11, "module-quarchpy.device.quarchPPM"]], "quarchpy.device.quarchQPS module": [[11, "module-quarchpy.device.quarchQPS"]], "quarchpy.device.scanDevices module": [[11, "module-quarchpy.device.scanDevices"]], "quarchpy.fio package": [[13, "quarchpy-fio-package"]], "quarchpy.fio.FIO_interface module": [[13, "module-quarchpy.fio.FIO_interface"]], "quarchpy.fio.fioDiskFinder module": [[13, "module-quarchpy.fio.fioDiskFinder"]], "quarchpy.iometer package": [[14, "quarchpy-iometer-package"]], "quarchpy.iometer.iometerFuncs module": [[14, "module-quarchpy.iometer.iometerFuncs"]], "quarchpy.qis package": [[15, "quarchpy-qis-package"]], "quarchpy.qis.qisFuncs module": [[15, "module-quarchpy.qis.qisFuncs"]], "quarchpy.qps package": [[16, "quarchpy-qps-package"]], "quarchpy.qps.qpsFuncs module": [[16, "module-quarchpy.qps.qpsFuncs"]], "quarchpy.user_interface package": [[17, "quarchpy-user-interface-package"]], "quarchpy.user_interface.user_interface module": [[17, "module-quarchpy.user_interface.user_interface"]], "quarchpy.utilities package": [[18, "quarchpy-utilities-package"]], "quarchpy.utilities.TestCenter module": [[18, "module-quarchpy.utilities.TestCenter"]], "Changelog (Quarchpy)": [[0, "changelog-quarchpy"], [3, "changelog-quarchpy"]], "Quarchpy": [[0, "quarchpy"], [3, "quarchpy"]], "Change Log": [[0, "change-log"], [3, "change-log"]], "2.1.25": [[0, "id1"], [3, "id1"]], "2.1.24": [[0, "id2"], [3, "id2"]], "2.1.23": [[0, "id3"], [3, "id3"]], "2.1.22": [[0, "id4"], [3, "id4"]], "2.1.21": [[0, "id5"], [3, "id5"]], "2.1.20": [[0, "id6"], [3, "id6"]], "2.1.19": [[0, "id7"], [3, "id7"]], "2.1.18": [[0, "id8"], [3, "id8"]], "2.1.17": [[0, "id9"], [3, "id9"]], "2.1.16": [[0, "id10"], [3, "id10"]], "2.1.15": [[0, "id11"], [3, "id11"]], "2.1.14": [[0, "id12"], [3, "id12"]], "2.1.13": [[0, "id13"], [3, "id13"]], "2.1.12": [[0, "id14"], [3, "id14"]], "2.1.11": [[0, "id15"], [3, "id15"]], "2.1.10": [[0, "id16"], [3, "id16"]], "2.1.8": [[0, "id17"], [3, "id17"]], "2.1.7": [[0, "id18"], [3, "id18"]], "2.1.6": [[0, "id19"], [3, "id19"]], "2.1.5": [[0, "id20"], [3, "id20"]], "2.1.4": [[0, "id21"], [3, "id21"]], "2.1.3": [[0, "id22"], [3, "id22"]], "2.1.2": [[0, "id23"], [3, "id23"]], "2.1.1": [[0, "id24"], [3, "id24"]], "2.1.0": [[0, "id25"], [3, "id25"]], "2.0.22": [[0, "id26"], [3, "id26"]], "2.0.21": [[0, "id27"], [3, "id27"]], "2.0.20": [[0, "id28"], [3, "id28"]], "2.0.19": [[0, "id29"], [3, "id29"]], "2.0.18": [[0, "id30"], [3, "id30"]], "2.0.16": [[0, "id31"], [3, "id31"]], "2.0.15": [[0, "id32"], [3, "id32"]], "2.0.14": [[0, "id33"], [3, "id33"]], "2.0.13": [[0, "id34"], [3, "id34"]], "2.0.12": [[0, "id35"], [3, "id35"]], "2.0.11": [[0, "id36"], [3, "id36"]], "2.0.10": [[0, "id37"], [3, "id37"]], "2.0.9": [[0, "id38"], [3, "id38"]], "2.0.8": [[0, "id39"], [3, "id39"]], "2.0.7": [[0, "id40"], [3, "id40"]], "2.0.2": [[0, "id41"], [3, "id41"]], "2.0.0": [[0, "id42"], [3, "id42"]], "1.8.0": [[0, "id43"], [3, "id43"]], "1.7.6": [[0, "id44"], [3, "id44"]], "1.7.5": [[0, "id45"], [3, "id45"]], "1.7.4": [[0, "id46"], [3, "id46"]], "1.7.3": [[0, "id47"], [3, "id47"]], "1.7.2": [[0, "id48"], [3, "id48"]], "1.7.1": [[0, "id49"], [3, "id49"]], "1.7.0": [[0, "id50"], [3, "id50"]], "1.6.1": [[0, "id51"], [3, "id51"]], "1.6.0": [[0, "id52"], [3, "id52"]], "1.5.4": [[0, "id53"], [3, "id53"]], "1.5.2": [[0, "id54"], [3, "id54"]], "1.5.1": [[0, "id55"], [3, "id55"]], "1.5.0": [[0, "id56"], [3, "id56"]], "1.4.1": [[0, "id57"], [3, "id57"]], "1.3.4": [[0, "id58"], [3, "id58"]], "1.3.3": [[0, "id59"], [3, "id59"]], "1.3.2": [[0, "id60"], [3, "id60"]], "1.3.1": [[0, "id61"], [3, "id61"]], "1.2.0": [[0, "id62"], [3, "id62"]], "quarchpy.calibration package": [[7, "quarchpy-calibration-package"]], "quarchpy.calibration.HDPowerModule module": [[7, "quarchpy-calibration-hdpowermodule-module"]], "quarchpy.calibration.PowerModuleCalibration module": [[7, "quarchpy-calibration-powermodulecalibration-module"]], "quarchpy.calibration.QTL2347 module": [[7, "quarchpy-calibration-qtl2347-module"]], "quarchpy.calibration.calibrationConfig module": [[7, "quarchpy-calibration-calibrationconfig-module"]], "quarchpy.calibration.calibrationUtil module": [[7, "quarchpy-calibration-calibrationutil-module"]], "quarchpy.calibration.calibration_classes module": [[7, "quarchpy-calibration-calibration-classes-module"]], "quarchpy.calibration.deviceHelpers module": [[7, "quarchpy-calibration-devicehelpers-module"]], "quarchpy.calibration.keithley_2460_control module": [[7, "quarchpy-calibration-keithley-2460-control-module"]], "quarchpy.config_files package": [[8, "quarchpy-config-files-package"]], "quarchpy.config_files.configparser module": [[8, "quarchpy-config-files-configparser-module"]], "quarchpy.disk_test package": [[12, "quarchpy-disk-test-package"]], "quarchpy.disk_test.AbsDiskFinder module": [[12, "module-quarchpy.disk_test.AbsDiskFinder"]], "quarchpy.disk_test.DiskTargetSelection module": [[12, "module-quarchpy.disk_test.DiskTargetSelection"]], "quarchpy.disk_test.UserTestExample module": [[12, "quarchpy-disk-test-usertestexample-module"]], "quarchpy.disk_test.driveTestConfig module": [[12, "quarchpy-disk-test-drivetestconfig-module"]], "quarchpy.disk_test.driveTestCore module": [[12, "quarchpy-disk-test-drivetestcore-module"]], "quarchpy.disk_test.dtsComms module": [[12, "quarchpy-disk-test-dtscomms-module"]], "quarchpy.disk_test.dtsGlobals module": [[12, "quarchpy-disk-test-dtsglobals-module"]], "quarchpy.disk_test.hostInformation module": [[12, "quarchpy-disk-test-hostinformation-module"]], "quarchpy.disk_test.hotPlugTest module": [[12, "quarchpy-disk-test-hotplugtest-module"]], "quarchpy.disk_test.iometerDiskFinder module": [[12, "module-quarchpy.disk_test.iometerDiskFinder"]], "quarchpy.disk_test.lspci module": [[12, "quarchpy-disk-test-lspci-module"]], "quarchpy.disk_test.powerTest module": [[12, "quarchpy-disk-test-powertest-module"]], "quarchpy.disk_test.sasFuncs module": [[12, "quarchpy-disk-test-sasfuncs-module"]], "quarchpy.disk_test.testLine module": [[12, "quarchpy-disk-test-testline-module"]]}, "indexentries": {"pyconnection (class in quarchpy.connection)": [[6, "quarchpy.connection.PYConnection"]], "qisconnection (class in quarchpy.connection)": [[6, "quarchpy.connection.QISConnection"]], "qpsconnection (class in quarchpy.connection)": [[6, "quarchpy.connection.QPSConnection"]], "main() (in module quarchpy.run)": [[6, "quarchpy.run.main"]], "module": [[6, "module-quarchpy"], [6, "module-quarchpy.connection"], [6, "module-quarchpy.run"], [8, "module-quarchpy.config_files"], [12, "module-quarchpy.disk_test"], [12, "module-quarchpy.disk_test.AbsDiskFinder"], [12, "module-quarchpy.disk_test.DiskTargetSelection"], [12, "module-quarchpy.disk_test.iometerDiskFinder"]], "quarchpy": [[6, "module-quarchpy"]], "quarchpy.connection": [[6, "module-quarchpy.connection"]], "quarchpy.run": [[6, "module-quarchpy.run"]], "get_config_path_for_module() (in module quarchpy.config_files)": [[8, "quarchpy.config_files.get_config_path_for_module"]], "parse_config_file() (in module quarchpy.config_files)": [[8, "quarchpy.config_files.parse_config_file"]], "quarchpy.config_files": [[8, "module-quarchpy.config_files"]], "absdiskfinder (class in quarchpy.disk_test.absdiskfinder)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder"]], "finddevices() (quarchpy.disk_test.absdiskfinder.absdiskfinder method)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder.findDevices"]], "finddevices() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.findDevices"]], "formatlist() (quarchpy.disk_test.absdiskfinder.absdiskfinder method)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder.formatList"]], "formatlist() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.formatList"]], "getavailabledisks() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.getAvailableDisks"]], "getavailabledrives() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.getAvailableDrives"]], "getdisktargetselection() (in module quarchpy.disk_test.disktargetselection)": [[12, "quarchpy.disk_test.DiskTargetSelection.getDiskTargetSelection"]], "iometerdiskfinder (class in quarchpy.disk_test.iometerdiskfinder)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder"]], "quarchpy.disk_test": [[12, "module-quarchpy.disk_test"]], "quarchpy.disk_test.absdiskfinder": [[12, "module-quarchpy.disk_test.AbsDiskFinder"]], "quarchpy.disk_test.disktargetselection": [[12, "module-quarchpy.disk_test.DiskTargetSelection"]], "quarchpy.disk_test.iometerdiskfinder": [[12, "module-quarchpy.disk_test.iometerDiskFinder"]], "remove_values_from_list() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.remove_values_from_list"]], "returndisk() (quarchpy.disk_test.absdiskfinder.absdiskfinder method)": [[12, "quarchpy.disk_test.AbsDiskFinder.AbsDiskFinder.returnDisk"]], "returndisk() (quarchpy.disk_test.iometerdiskfinder.iometerdiskfinder method)": [[12, "quarchpy.disk_test.iometerDiskFinder.iometerDiskFinder.returnDisk"]]}})