pychemstation 0.10.9__tar.gz → 0.10.11__tar.gz

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 (365) hide show
  1. {pychemstation-0.10.9 → pychemstation-0.10.11}/PKG-INFO +1 -1
  2. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/data_aq/method.py +16 -75
  3. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/data_aq/sequence.py +29 -29
  4. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/devices/injector.py +2 -12
  5. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/abc_tables/table.py +20 -12
  6. {pychemstation-0.10.9 → pychemstation-0.10.11}/pyproject.toml +1 -1
  7. {pychemstation-0.10.9 → pychemstation-0.10.11}/.gitignore +0 -0
  8. {pychemstation-0.10.9 → pychemstation-0.10.11}/.gitlab-ci.yml +0 -0
  9. {pychemstation-0.10.9 → pychemstation-0.10.11}/.pre-commit-config.yaml +0 -0
  10. {pychemstation-0.10.9 → pychemstation-0.10.11}/CHANGELOG.md +0 -0
  11. {pychemstation-0.10.9 → pychemstation-0.10.11}/CONTRIBUTING.md +0 -0
  12. {pychemstation-0.10.9 → pychemstation-0.10.11}/LICENSE +0 -0
  13. {pychemstation-0.10.9 → pychemstation-0.10.11}/README.md +0 -0
  14. {pychemstation-0.10.9 → pychemstation-0.10.11}/branch-rename.sh +0 -0
  15. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/index.html +0 -0
  16. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/analysis/base_spectrum.html +0 -0
  17. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/analysis/spec_utils.html +0 -0
  18. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/analysis/utils.html +0 -0
  19. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/analysis.html +0 -0
  20. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/control/chromatogram.html +0 -0
  21. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/control/hplc.html +0 -0
  22. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/control.html +0 -0
  23. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/generated.html +0 -0
  24. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/utils/chemstation.html +0 -0
  25. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/utils/constants.html +0 -0
  26. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/utils/hplc_param_types.html +0 -0
  27. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation/utils.html +0 -0
  28. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/pychemstation.html +0 -0
  29. {pychemstation-0.10.9 → pychemstation-0.10.11}/doc/search.js +0 -0
  30. {pychemstation-0.10.9 → pychemstation-0.10.11}/out.txt +0 -0
  31. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/__init__.py +0 -0
  32. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/analysis/__init__.py +0 -0
  33. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/analysis/base_spectrum.py +0 -0
  34. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/analysis/chromatogram.py +0 -0
  35. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/analysis/process_report.py +0 -0
  36. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/README.md +0 -0
  37. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/__init__.py +0 -0
  38. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/README.md +0 -0
  39. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/__init__.py +0 -0
  40. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/comm.py +0 -0
  41. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/data_aq/__init__.py +0 -0
  42. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/controllers/devices/__init__.py +0 -0
  43. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/control/hplc.py +0 -0
  44. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/generated/__init__.py +0 -0
  45. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/generated/dad_method.py +0 -0
  46. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/generated/pump_method.py +0 -0
  47. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/__init__.py +0 -0
  48. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/abc_tables/__init__.py +0 -0
  49. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/abc_tables/abc_comm.py +0 -0
  50. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/abc_tables/device.py +0 -0
  51. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/abc_tables/run.py +0 -0
  52. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/device_types.py +0 -0
  53. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/injector_types.py +0 -0
  54. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/macro.py +0 -0
  55. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/method_types.py +0 -0
  56. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/mocking/__init__.py +0 -0
  57. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/mocking/mock_comm.py +0 -0
  58. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/mocking/mock_hplc.py +0 -0
  59. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/num_utils.py +0 -0
  60. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/parsing.py +0 -0
  61. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/sequence_types.py +0 -0
  62. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/spec_utils.py +0 -0
  63. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/table_types.py +0 -0
  64. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation/utils/tray_types.py +0 -0
  65. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation.egg-info/PKG-INFO +0 -0
  66. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation.egg-info/SOURCES.txt +0 -0
  67. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation.egg-info/dependency_links.txt +0 -0
  68. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation.egg-info/requires.txt +0 -0
  69. {pychemstation-0.10.9 → pychemstation-0.10.11}/pychemstation.egg-info/top_level.txt +0 -0
  70. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/__init__.py +0 -0
  71. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/comm/out.txt +0 -0
  72. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/comm/test_dirs.py +0 -0
  73. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/comm/test_hplc_comm.py +0 -0
  74. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/constants.py +0 -0
  75. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/dtypes/test_abc.py +0 -0
  76. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/edit/test_edit_method.py +0 -0
  77. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/edit/test_edit_sequence.py +0 -0
  78. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/0_2025-03-15 19-14-35.PDF +0 -0
  79. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/ACQRES.REG +0 -0
  80. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/CSlbk.ini +0 -0
  81. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DA.M/DAMETHOD.REG +0 -0
  82. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DA.M/INFO.MTH +0 -0
  83. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DA.M/RECALIB.MTH +0 -0
  84. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DA.M/rpthead.txt +0 -0
  85. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1.UV +0 -0
  86. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1A.ch +0 -0
  87. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1A.npz +0 -0
  88. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1B.ch +0 -0
  89. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1B.npz +0 -0
  90. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1C.ch +0 -0
  91. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1C.npz +0 -0
  92. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1D.ch +0 -0
  93. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1D.npz +0 -0
  94. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1E.ch +0 -0
  95. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DAD1E.npz +0 -0
  96. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/DiagResults.REG +0 -0
  97. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/PMP1.AnalyticalResults.drvml +0 -0
  98. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/REPORT01.CSV +0 -0
  99. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/REPORT02.CSV +0 -0
  100. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/REPORT03.CSV +0 -0
  101. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/REPORT04.CSV +0 -0
  102. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/REPORT05.CSV +0 -0
  103. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/RUN.LOG +0 -0
  104. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/Report.TXT +0 -0
  105. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/Report00.CSV +0 -0
  106. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/Report01.xls +0 -0
  107. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/SAMPLE.XML +0 -0
  108. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/SAMPLE.XML.bak +0 -0
  109. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/WLS1.Sampler.scml +0 -0
  110. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/acq.macaml +0 -0
  111. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/acq.txt +0 -0
  112. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/acq_MethHist.txt +0 -0
  113. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/acq_damethod.reg +0 -0
  114. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/da.macaml +0 -0
  115. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/lcdiag.reg +0 -0
  116. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/sample.acaml +0 -0
  117. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/0_2025-03-15 19-14-35.D/single.B +0 -0
  118. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/ACQRES.REG +0 -0
  119. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT01.CSV +0 -0
  120. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT02.CSV +0 -0
  121. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT03.CSV +0 -0
  122. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT04.CSV +0 -0
  123. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT05.CSV +0 -0
  124. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/Automatically_Generated_Report.TXT +0 -0
  125. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/Automatically_Generated_Report00.CSV +0 -0
  126. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/CSlbk.ini +0 -0
  127. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/DAMETHOD.REG +0 -0
  128. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/INFO.MTH +0 -0
  129. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/RECALIB.MTH +0 -0
  130. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/rpthead.txt +0 -0
  131. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1.UV +0 -0
  132. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1A.ch +0 -0
  133. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1A.npz +0 -0
  134. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1B.ch +0 -0
  135. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1B.npz +0 -0
  136. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1C.ch +0 -0
  137. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1C.npz +0 -0
  138. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1D.ch +0 -0
  139. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1D.npz +0 -0
  140. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1E.ch +0 -0
  141. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1E.npz +0 -0
  142. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1F.ch +0 -0
  143. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1F.npz +0 -0
  144. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1G.ch +0 -0
  145. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1G.npz +0 -0
  146. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1H.ch +0 -0
  147. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1H.npz +0 -0
  148. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DiagResults.REG +0 -0
  149. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/Limsinf.xml +0 -0
  150. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/PMP1.AnalyticalResults.drvml +0 -0
  151. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/RUN.LOG +0 -0
  152. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/SAMPLE.XML +0 -0
  153. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/SAMPLE.XML.bak +0 -0
  154. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/WLS1.Sampler.scml +0 -0
  155. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq.macaml +0 -0
  156. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq.txt +0 -0
  157. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq_MethHist.txt +0 -0
  158. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq_damethod.reg +0 -0
  159. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/da.macaml +0 -0
  160. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/lcdiag.reg +0 -0
  161. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/sample.acaml +0 -0
  162. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/single.B +0 -0
  163. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/CSlbk.ini +0 -0
  164. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/ACQ.MS +0 -0
  165. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.ConfigXML.xml +0 -0
  166. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodMetaData.xml +0 -0
  167. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodXML.xml +0 -0
  168. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.ConfigXML.xml +0 -0
  169. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodMetaData.xml +0 -0
  170. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodXML.xml +0 -0
  171. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.ConfigXML.xml +0 -0
  172. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodMetaData.xml +0 -0
  173. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodXML.xml +0 -0
  174. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.ConfigXML.xml +0 -0
  175. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodMetaData.xml +0 -0
  176. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodXML.xml +0 -0
  177. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.PretreatXML.xml +0 -0
  178. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/DAMETHOD.REG +0 -0
  179. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/FIA.REG +0 -0
  180. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INFO.MTH +0 -0
  181. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INJECTOR.MTH +0 -0
  182. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/MassHunterIntegration.ini +0 -0
  183. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RECALIB.MTH +0 -0
  184. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RapidControl.InstrumentConfig.xml +0 -0
  185. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/rpthead.txt +0 -0
  186. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/smpl_pur.mth +0 -0
  187. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/Methods.Reg +0 -0
  188. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.B +0 -0
  189. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.LOG +0 -0
  190. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.S +0 -0
  191. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.Start +0 -0
  192. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/ACQRES.REG +0 -0
  193. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/CSlbk.ini +0 -0
  194. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/DAMETHOD.REG +0 -0
  195. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/INFO.MTH +0 -0
  196. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/RECALIB.MTH +0 -0
  197. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/rpthead.txt +0 -0
  198. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1.UV +0 -0
  199. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.ch +0 -0
  200. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.npz +0 -0
  201. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.ch +0 -0
  202. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.npz +0 -0
  203. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.ch +0 -0
  204. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.npz +0 -0
  205. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.ch +0 -0
  206. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.npz +0 -0
  207. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.ch +0 -0
  208. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.npz +0 -0
  209. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DiagResults.REG +0 -0
  210. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Limsinf.xml +0 -0
  211. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/PMP1.AnalyticalResults.drvml +0 -0
  212. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT01.CSV +0 -0
  213. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT02.CSV +0 -0
  214. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT03.CSV +0 -0
  215. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT04.CSV +0 -0
  216. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT05.CSV +0 -0
  217. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/RUN.LOG +0 -0
  218. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report.TXT +0 -0
  219. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report00.CSV +0 -0
  220. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report01.xls +0 -0
  221. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML +0 -0
  222. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML.bak +0 -0
  223. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/WLS1.Sampler.scml +0 -0
  224. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.macaml +0 -0
  225. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.txt +0 -0
  226. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_MethHist.txt +0 -0
  227. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_damethod.reg +0 -0
  228. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/da.macaml +0 -0
  229. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
  230. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/lcdiag.reg +0 -0
  231. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/sequence.acam_ +0 -0
  232. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/ACQRES.REG +0 -0
  233. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/CSlbk.ini +0 -0
  234. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/DAMETHOD.REG +0 -0
  235. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/INFO.MTH +0 -0
  236. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/RECALIB.MTH +0 -0
  237. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/rpthead.txt +0 -0
  238. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1.UV +0 -0
  239. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1A.ch +0 -0
  240. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1A.npz +0 -0
  241. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1B.ch +0 -0
  242. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1B.npz +0 -0
  243. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1C.ch +0 -0
  244. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1C.npz +0 -0
  245. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1D.ch +0 -0
  246. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1D.npz +0 -0
  247. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1E.ch +0 -0
  248. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1E.npz +0 -0
  249. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DiagResults.REG +0 -0
  250. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Limsinf.xml +0 -0
  251. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/PMP1.AnalyticalResults.drvml +0 -0
  252. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT01.CSV +0 -0
  253. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT02.CSV +0 -0
  254. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT03.CSV +0 -0
  255. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT04.CSV +0 -0
  256. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT05.CSV +0 -0
  257. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/RUN.LOG +0 -0
  258. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Report.TXT +0 -0
  259. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Report00.CSV +0 -0
  260. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Report01.xls +0 -0
  261. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/SAMPLE.XML +0 -0
  262. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/SAMPLE.XML.bak +0 -0
  263. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/WLS1.Sampler.scml +0 -0
  264. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq.macaml +0 -0
  265. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq.txt +0 -0
  266. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq_MethHist.txt +0 -0
  267. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq_damethod.reg +0 -0
  268. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/da.macaml +0 -0
  269. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
  270. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/lcdiag.reg +0 -0
  271. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/sequence.acam_ +0 -0
  272. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/ACQRES.REG +0 -0
  273. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/CSlbk.ini +0 -0
  274. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/DAMETHOD.REG +0 -0
  275. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/INFO.MTH +0 -0
  276. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/RECALIB.MTH +0 -0
  277. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/rpthead.txt +0 -0
  278. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1.UV +0 -0
  279. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1A.ch +0 -0
  280. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1A.npz +0 -0
  281. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1B.ch +0 -0
  282. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1B.npz +0 -0
  283. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1C.ch +0 -0
  284. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1C.npz +0 -0
  285. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1D.ch +0 -0
  286. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1D.npz +0 -0
  287. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1E.ch +0 -0
  288. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1E.npz +0 -0
  289. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DiagResults.REG +0 -0
  290. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Limsinf.xml +0 -0
  291. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/PMP1.AnalyticalResults.drvml +0 -0
  292. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT01.CSV +0 -0
  293. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT02.CSV +0 -0
  294. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT03.CSV +0 -0
  295. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT04.CSV +0 -0
  296. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT05.CSV +0 -0
  297. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/RUN.LOG +0 -0
  298. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Report.TXT +0 -0
  299. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Report00.CSV +0 -0
  300. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Report01.xls +0 -0
  301. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/SAMPLE.XML +0 -0
  302. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/SAMPLE.XML.bak +0 -0
  303. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/WLS1.Sampler.scml +0 -0
  304. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq.macaml +0 -0
  305. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq.txt +0 -0
  306. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq_MethHist.txt +0 -0
  307. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq_damethod.reg +0 -0
  308. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/da.macaml +0 -0
  309. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
  310. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/lcdiag.reg +0 -0
  311. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/sequence.acam_ +0 -0
  312. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/ACQRES.REG +0 -0
  313. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/CSlbk.ini +0 -0
  314. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/DAMETHOD.REG +0 -0
  315. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/INFO.MTH +0 -0
  316. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/RECALIB.MTH +0 -0
  317. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/rpthead.txt +0 -0
  318. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1.UV +0 -0
  319. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1A.ch +0 -0
  320. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1A.npz +0 -0
  321. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1B.ch +0 -0
  322. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1B.npz +0 -0
  323. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1C.ch +0 -0
  324. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1C.npz +0 -0
  325. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1D.ch +0 -0
  326. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1D.npz +0 -0
  327. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1E.ch +0 -0
  328. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1E.npz +0 -0
  329. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DiagResults.REG +0 -0
  330. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Limsinf.xml +0 -0
  331. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/PMP1.AnalyticalResults.drvml +0 -0
  332. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT01.CSV +0 -0
  333. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT02.CSV +0 -0
  334. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT03.CSV +0 -0
  335. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT04.CSV +0 -0
  336. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT05.CSV +0 -0
  337. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/RUN.LOG +0 -0
  338. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Report.TXT +0 -0
  339. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Report00.CSV +0 -0
  340. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Report01.xls +0 -0
  341. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/SAMPLE.XML +0 -0
  342. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/SAMPLE.XML.bak +0 -0
  343. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/WLS1.Sampler.scml +0 -0
  344. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq.macaml +0 -0
  345. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq.txt +0 -0
  346. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq_MethHist.txt +0 -0
  347. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq_damethod.reg +0 -0
  348. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/da.macaml +0 -0
  349. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
  350. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/lcdiag.reg +0 -0
  351. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/sequence.acam_ +0 -0
  352. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/hplc_testing 2025-03-27 17-13-47/sequence.acaml +0 -0
  353. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/files/test_offline.py +0 -0
  354. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/hplc_talk.mac +0 -0
  355. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/load/test_load_bottles.py +0 -0
  356. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/load/test_load_dad.py +0 -0
  357. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/load/test_load_injector.py +0 -0
  358. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/load/test_load_sample_info.py +0 -0
  359. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/load/test_switch_method.py +0 -0
  360. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/load/test_switch_sequence.py +0 -0
  361. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/run/test_run_method.py +0 -0
  362. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/run/test_run_sequence.py +0 -0
  363. {pychemstation-0.10.9 → pychemstation-0.10.11}/tests/test_integration.py +0 -0
  364. {pychemstation-0.10.9 → pychemstation-0.10.11}/update-lib.sh +0 -0
  365. {pychemstation-0.10.9 → pychemstation-0.10.11}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pychemstation
3
- Version: 0.10.9
3
+ Version: 0.10.11
4
4
  Summary: Library to interact with Chemstation software, primarily used in Hein lab
5
5
  Project-URL: Documentation, https://pychemstation-e5a086.gitlab.io/pychemstation.html
6
6
  Project-URL: Repository, https://gitlab.com/heingroup/device-api/pychemstation
@@ -114,23 +114,20 @@ class MethodController(RunController):
114
114
  return entries
115
115
 
116
116
  def load(self) -> MethodDetails:
117
- rows = self.get_num_rows()
118
- if rows.is_ok():
119
- method_name = self.get_method_name()
120
- timetable_rows = self.get_timetable(int(rows.ok_value.num_response))
121
- params = self.get_method_params()
122
- stop_time = self.get_stop_time()
123
- post_time = self.get_post_time()
124
- self.table_state = MethodDetails(
125
- name=method_name,
126
- timetable=timetable_rows,
127
- stop_time=stop_time,
128
- post_time=post_time,
129
- params=params,
130
- )
131
- return self.table_state
132
- else:
133
- raise RuntimeError(rows.err_value)
117
+ rows = self.get_row_count_safely()
118
+ method_name = self.get_method_name()
119
+ timetable_rows = self.get_timetable(rows)
120
+ params = self.get_method_params()
121
+ stop_time = self.get_stop_time()
122
+ post_time = self.get_post_time()
123
+ self.table_state = MethodDetails(
124
+ name=method_name,
125
+ timetable=timetable_rows,
126
+ stop_time=stop_time,
127
+ post_time=post_time,
128
+ params=params,
129
+ )
130
+ return self.table_state
134
131
 
135
132
  def get_method_name(self):
136
133
  self.send(Command.GET_METHOD_CMD)
@@ -443,62 +440,6 @@ class MethodController(RunController):
443
440
  self.download()
444
441
  return time_added, flow_added, om_added, function_added
445
442
 
446
- # if first_row:
447
- # time_added = False
448
- # flow_row_method: Callable = (
449
- # self.add_new_col_text
450
- # if row.flow and not row.organic_modifer
451
- # else self._edit_row_text
452
- # )
453
- # if row.organic_modifer:
454
- # self.add_row()
455
- # self.add_new_col_text(
456
- # col_name=RegisterFlag.FUNCTION,
457
- # val=RegisterFlag.SOLVENT_COMPOSITION.value,
458
- # )
459
- # if not time_added:
460
- # time_added = True
461
- # self.add_new_col_num(col_name=RegisterFlag.TIME, val=row.start_time)
462
- # self.add_new_col_num(
463
- # col_name=RegisterFlag.TIMETABLE_SOLVENT_B_COMPOSITION,
464
- # val=row.organic_modifer,
465
- # )
466
- # if row.flow:
467
- # self.add_row()
468
- # self.get_num_rows()
469
- # flow_row_method(
470
- # col_name=RegisterFlag.FUNCTION, val=RegisterFlag.FLOW.value
471
- # )
472
- # if not time_added:
473
- # time_added = True
474
- # self.add_new_col_num(col_name=RegisterFlag.TIME, val=row.start_time)
475
- # self.add_new_col_num(col_name=RegisterFlag.TIMETABLE_FLOW, val=row.flow)
476
- # self._edit_row_num(col_name=RegisterFlag.TIMETABLE_FLOW, val=row.flow)
477
- # self.download()
478
- # else:
479
- # if row.organic_modifer:
480
- # self.add_row()
481
- # self.get_num_rows()
482
- # self._edit_row_text(
483
- # col_name=RegisterFlag.FUNCTION,
484
- # val=RegisterFlag.SOLVENT_COMPOSITION.value,
485
- # )
486
- # self._edit_row_num(col_name=RegisterFlag.TIME, val=row.start_time)
487
- # self._edit_row_num(
488
- # col_name=RegisterFlag.TIMETABLE_SOLVENT_B_COMPOSITION,
489
- # val=row.organic_modifer,
490
- # )
491
- # self.download()
492
- # if row.flow:
493
- # self.add_row()
494
- # self.get_num_rows()
495
- # self._edit_row_text(
496
- # col_name=RegisterFlag.FUNCTION, val=RegisterFlag.FLOW.value
497
- # )
498
- # self._edit_row_num(col_name=RegisterFlag.TIMETABLE_FLOW, val=row.flow)
499
- # self._edit_row_num(col_name=RegisterFlag.TIME, val=row.start_time)
500
- # self.download()
501
-
502
443
  def edit_method_timetable(self, timetable_rows: List[TimeTableEntry]):
503
444
  self.get_num_rows()
504
445
  self.delete_table()
@@ -508,8 +449,8 @@ class MethodController(RunController):
508
449
  res = self.get_num_rows()
509
450
 
510
451
  self.new_table()
511
- num_rows = self.get_num_rows()
512
- if num_rows.ok_value.num_response != 0:
452
+ num_rows = self.get_row_count_safely()
453
+ if num_rows != 0:
513
454
  raise ValueError("Should be zero rows!")
514
455
 
515
456
  time_added = False
@@ -55,19 +55,20 @@ class SequenceController(RunController):
55
55
  )
56
56
 
57
57
  def load(self) -> SequenceTable:
58
- rows = self.get_num_rows()
58
+ rows = self.get_row_count_safely()
59
59
  self.send(Command.GET_SEQUENCE_CMD)
60
60
  seq_name = self.receive()
61
61
 
62
- if rows.is_ok() and seq_name.is_ok():
62
+ if seq_name.is_ok():
63
63
  self.table_state: SequenceTable = SequenceTable(
64
64
  name=seq_name.ok_value.string_response.partition(".S")[0],
65
- rows=[
66
- self.get_row(r + 1) for r in range(int(rows.ok_value.num_response))
67
- ],
65
+ rows=[self.get_row(r + 1) for r in range(int(rows))],
68
66
  )
69
67
  return self.table_state
70
- raise RuntimeError(rows.err_value)
68
+ else:
69
+ raise RuntimeError(
70
+ f"couldn't read rows or sequence name: {seq_name.err_value}"
71
+ )
71
72
 
72
73
  def try_int(self, val: Any) -> Optional[int]:
73
74
  try:
@@ -136,23 +137,21 @@ class SequenceController(RunController):
136
137
  :param sequence_table:
137
138
  """
138
139
  self.table_state = sequence_table
139
- rows = self.get_num_rows()
140
- if rows.is_ok():
141
- existing_row_num = rows.ok_value.num_response
142
- wanted_row_num = len(sequence_table.rows)
143
- for i in range(int(existing_row_num)):
144
- self.delete_row(int(existing_row_num - i))
145
- self.send(Command.SAVE_SEQUENCE_CMD)
146
- for i in range(int(wanted_row_num)):
147
- self.add_row()
148
- self.save()
149
- self.send(Command.SWITCH_SEQUENCE_CMD)
150
-
151
- for i, row in enumerate(sequence_table.rows):
152
- self._edit_row(row=row, row_num=i + 1)
153
- self.sleep(1)
140
+ rows = self.get_row_count_safely()
141
+ existing_row_num = rows
142
+ wanted_row_num = len(sequence_table.rows)
143
+ for i in range(int(existing_row_num)):
144
+ self.delete_row(int(existing_row_num - i))
145
+ self.send(Command.SAVE_SEQUENCE_CMD)
146
+ for i in range(int(wanted_row_num)):
147
+ self.add_row()
154
148
  self.save()
155
- self.send(Command.SWITCH_SEQUENCE_CMD)
149
+ self.send(Command.SWITCH_SEQUENCE_CMD)
150
+ for i, row in enumerate(sequence_table.rows):
151
+ self._edit_row(row=row, row_num=i + 1)
152
+ self.sleep(1)
153
+ self.save()
154
+ self.send(Command.SWITCH_SEQUENCE_CMD)
156
155
 
157
156
  def _edit_row(self, row: SequenceEntry, row_num: int):
158
157
  """
@@ -161,12 +160,11 @@ class SequenceController(RunController):
161
160
  :param row: sequence row entry with updated information
162
161
  :param row_num: the row to edit, based on 1-based indexing
163
162
  """
164
- num_rows = self.get_num_rows()
165
- if num_rows.is_ok():
166
- while num_rows.ok_value.num_response < row_num:
167
- self.add_row()
168
- self.save()
169
- num_rows = self.get_num_rows()
163
+ num_rows = self.get_row_count_safely()
164
+ while num_rows < row_num:
165
+ self.add_row()
166
+ self.save()
167
+ num_rows = self.get_row_count_safely()
170
168
  if row.vial_location:
171
169
  self.edit_vial_location(row.vial_location, row_num, save=False)
172
170
  if row.method:
@@ -268,7 +266,7 @@ class SequenceController(RunController):
268
266
  elif isinstance(loc, VialBar) or isinstance(loc, FiftyFourVialPlate):
269
267
  self.add_row()
270
268
  previous_contents.vial_location = loc
271
- num_rows = self.get_num_rows().ok_value.num_response
269
+ num_rows = self.get_row_count_safely()
272
270
  self._edit_row(previous_contents, num_rows)
273
271
  self.move_row(int(num_rows), row_num)
274
272
  self.delete_row(row_num + 1)
@@ -339,6 +337,8 @@ class SequenceController(RunController):
339
337
  hplc_running = self.check_hplc_is_running()
340
338
  if hplc_running:
341
339
  break
340
+ else:
341
+ self.send(Command.RUN_SEQUENCE_CMD.value)
342
342
 
343
343
  if hplc_running:
344
344
  full_path_name, current_sample_file = self.try_getting_run_info(folder_name)
@@ -15,7 +15,6 @@ from ....utils.injector_types import (
15
15
  DrawDefaultVolume,
16
16
  DrawDefaultLocation,
17
17
  )
18
- from ....utils.macro import Response
19
18
  from ....utils.table_types import RegisterFlag, Table
20
19
  from ....utils.tray_types import Tray, FiftyFourVialPlate, VialBar, LocationPlus
21
20
 
@@ -93,14 +92,5 @@ class InjectorController(DeviceController):
93
92
  raise ValueError("No valid function found.")
94
93
 
95
94
  def load(self) -> InjectorTable | None:
96
- rows = self.get_num_rows()
97
- if rows.is_ok():
98
- row_response = rows.value
99
- if isinstance(row_response, Response):
100
- return InjectorTable(
101
- functions=[
102
- self.get_row(i + 1)
103
- for i in range(int(row_response.num_response))
104
- ]
105
- )
106
- raise ValueError("Couldn't read injector table rows.")
95
+ rows = self.get_row_count_safely()
96
+ return InjectorTable(functions=[self.get_row(i + 1) for i in range(rows)])
@@ -126,11 +126,9 @@ class ABCTableController(abc.ABC):
126
126
  ):
127
127
  if not (isinstance(val, int) or isinstance(val, float)):
128
128
  raise ValueError(f"{val} must be an int or float.")
129
- num_rows = self.get_num_rows()
130
- if row:
131
- if num_rows.is_ok():
132
- if num_rows.ok_value.num_response < row:
133
- raise ValueError("Not enough rows to edit!")
129
+ num_rows = self.get_row_count_safely()
130
+ if row and num_rows < row:
131
+ raise ValueError("Not enough rows to edit!")
134
132
 
135
133
  self.sleepy_send(
136
134
  TableOperation.EDIT_ROW_VAL.value.format(
@@ -147,11 +145,9 @@ class ABCTableController(abc.ABC):
147
145
  ):
148
146
  if not isinstance(val, str):
149
147
  raise ValueError(f"{val} must be a str.")
150
- num_rows = self.get_num_rows()
151
- if row:
152
- if num_rows.is_ok():
153
- if num_rows.ok_value.num_response < row:
154
- raise ValueError("Not enough rows to edit!")
148
+ num_rows = self.get_row_count_safely()
149
+ if row and num_rows < row:
150
+ raise ValueError("Not enough rows to edit!")
155
151
 
156
152
  self.sleepy_send(
157
153
  TableOperation.EDIT_ROW_TEXT.value.format(
@@ -176,15 +172,27 @@ class ABCTableController(abc.ABC):
176
172
  )
177
173
  )
178
174
 
175
+ def get_row_count_safely(self) -> int:
176
+ row_count = self.get_num_rows()
177
+ tries = 10
178
+ i = 0
179
+ while row_count.is_err() and i < tries:
180
+ row_count = self.get_num_rows()
181
+ i += 1
182
+ if row_count.is_ok():
183
+ return int(row_count.ok_value.num_response)
184
+ else:
185
+ raise ValueError("couldn't read row count, table might not exist")
186
+
179
187
  def add_row(self):
180
188
  """Adds a row to the provided table for currently loaded method or sequence."""
181
- previous_row_count = self.get_num_rows().ok_value.num_response
189
+ previous_row_count = self.get_row_count_safely()
182
190
  self.sleepy_send(
183
191
  TableOperation.NEW_ROW.value.format(
184
192
  register=self.table_locator.register, table_name=self.table_locator.name
185
193
  )
186
194
  )
187
- new_row_count = self.get_num_rows().ok_value.num_response
195
+ new_row_count = self.get_row_count_safely()
188
196
  if previous_row_count + 1 != new_row_count:
189
197
  raise ValueError("Row could not be added.")
190
198
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pychemstation"
7
- version = "0.10.9"
7
+ version = "0.10.11"
8
8
  description = "Library to interact with Chemstation software, primarily used in Hein lab"
9
9
  authors = [{ name = "lucyhao", email = "hao.lucyy@gmail.com" }]
10
10
  requires-python = ">=3.10"
File without changes
File without changes