pychemstation 0.10.9__py3-none-any.whl → 0.10.10__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.
- pychemstation/control/controllers/data_aq/sequence.py +2 -0
- {pychemstation-0.10.9.dist-info → pychemstation-0.10.10.dist-info}/METADATA +1 -1
- {pychemstation-0.10.9.dist-info → pychemstation-0.10.10.dist-info}/RECORD +5 -5
- {pychemstation-0.10.9.dist-info → pychemstation-0.10.10.dist-info}/WHEEL +0 -0
- {pychemstation-0.10.9.dist-info → pychemstation-0.10.10.dist-info}/licenses/LICENSE +0 -0
@@ -339,6 +339,8 @@ class SequenceController(RunController):
|
|
339
339
|
hplc_running = self.check_hplc_is_running()
|
340
340
|
if hplc_running:
|
341
341
|
break
|
342
|
+
else:
|
343
|
+
self.send(Command.RUN_SEQUENCE_CMD.value)
|
342
344
|
|
343
345
|
if hplc_running:
|
344
346
|
full_path_name, current_sample_file = self.try_getting_run_info(folder_name)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pychemstation
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.10
|
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
|
@@ -11,7 +11,7 @@ pychemstation/control/controllers/__init__.py,sha256=q2TUEie3J-OLlxcGLkG7vIy8faz
|
|
11
11
|
pychemstation/control/controllers/comm.py,sha256=ySjgMBIfJ11sygXiZSPp9Rf6ABM4t6JhZRONRj1u2Cc,6652
|
12
12
|
pychemstation/control/controllers/data_aq/__init__.py,sha256=w-Zgbit10niOQfz780ZmRHjUFxV1hMkdui7fOMPqeLA,132
|
13
13
|
pychemstation/control/controllers/data_aq/method.py,sha256=sWtMjmBV-oY8dCxQbnksKvTVUtiH7rcq9cF1t-yoAKY,24787
|
14
|
-
pychemstation/control/controllers/data_aq/sequence.py,sha256=
|
14
|
+
pychemstation/control/controllers/data_aq/sequence.py,sha256=yRlDlp0xzAERBbM_UAYGOErvcdTu0EC9HV4b_vyZLaI,18699
|
15
15
|
pychemstation/control/controllers/devices/__init__.py,sha256=QpgGnLXyWiB96KIB98wMccEi8oOUUaLxvBCyevJzcOg,75
|
16
16
|
pychemstation/control/controllers/devices/injector.py,sha256=LyubM-fqf5ruseGx32deTDK-yevmaTOvdo6YKg2PF7I,4029
|
17
17
|
pychemstation/generated/__init__.py,sha256=xnEs0QTjeuGYO3tVUIy8GDo95GqTV1peEjosGckpOu0,977
|
@@ -36,7 +36,7 @@ pychemstation/utils/abc_tables/table.py,sha256=AbuitDcBHODV-KpxjL7ZPoE-TSa6gyG2u
|
|
36
36
|
pychemstation/utils/mocking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
37
|
pychemstation/utils/mocking/mock_comm.py,sha256=vZeYBXaKBZOlJmhn4TSbkov62gqlkfztqf3MSFU9kLE,800
|
38
38
|
pychemstation/utils/mocking/mock_hplc.py,sha256=esVIlU4oqEsYLPOQs0AeVnKv9l52xBGT6UY862l9RQE,1163
|
39
|
-
pychemstation-0.10.
|
40
|
-
pychemstation-0.10.
|
41
|
-
pychemstation-0.10.
|
42
|
-
pychemstation-0.10.
|
39
|
+
pychemstation-0.10.10.dist-info/METADATA,sha256=rfbKQndkcM2bkXWnjzer9OwynZMZlZ6ru_OaMzAr68w,5849
|
40
|
+
pychemstation-0.10.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
41
|
+
pychemstation-0.10.10.dist-info/licenses/LICENSE,sha256=9bdF75gIf1MecZ7oymqWgJREVz7McXPG-mjqrTmzzD8,18658
|
42
|
+
pychemstation-0.10.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|