PySigmaKoki 2.1.5__py3-none-any.whl → 2.1.7__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.
- {pysigmakoki-2.1.5.dist-info → pysigmakoki-2.1.7.dist-info}/METADATA +1 -1
- pysigmakoki-2.1.7.dist-info/RECORD +5 -0
- sigma_koki.py +2 -2
- pysigmakoki-2.1.5.dist-info/RECORD +0 -5
- {pysigmakoki-2.1.5.dist-info → pysigmakoki-2.1.7.dist-info}/WHEEL +0 -0
- {pysigmakoki-2.1.5.dist-info → pysigmakoki-2.1.7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
sigma_koki.py,sha256=FW8QZzhgdjCyM8HXrJrPrRKcUR2Y049Rg19cJkHh9FY,11159
|
2
|
+
pysigmakoki-2.1.7.dist-info/METADATA,sha256=iGpkSvgLLkjI-2O55oRSAXjlKHYOJODFhOihxU0rwrQ,958
|
3
|
+
pysigmakoki-2.1.7.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
4
|
+
pysigmakoki-2.1.7.dist-info/top_level.txt,sha256=Zbq-FJdx-r0smE3UcnxNBcJ2wVwCX8pGfow0rejSOWk,11
|
5
|
+
pysigmakoki-2.1.7.dist-info/RECORD,,
|
sigma_koki.py
CHANGED
@@ -8,7 +8,7 @@ try:
|
|
8
8
|
except:
|
9
9
|
pass
|
10
10
|
import serial
|
11
|
-
import
|
11
|
+
import time
|
12
12
|
|
13
13
|
class BaseStageController(object):
|
14
14
|
"""
|
@@ -236,7 +236,7 @@ class BaseStageController(object):
|
|
236
236
|
break
|
237
237
|
elif ack3 == 'B': # busy
|
238
238
|
time.sleep(0.1)
|
239
|
-
|
239
|
+
else: # unknown state
|
240
240
|
time.sleep(0.1) # wait anyway
|
241
241
|
|
242
242
|
def getVersion(self):
|
@@ -1,5 +0,0 @@
|
|
1
|
-
sigma_koki.py,sha256=vUf2sr9q6SGbN-ccOCL5-uwXTdyUf1u2EPfVprJPork,11158
|
2
|
-
pysigmakoki-2.1.5.dist-info/METADATA,sha256=Hs6rUMChhG50YTq9S03jv2SAbwFFz_EOCNCuTd3shs0,958
|
3
|
-
pysigmakoki-2.1.5.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
4
|
-
pysigmakoki-2.1.5.dist-info/top_level.txt,sha256=Zbq-FJdx-r0smE3UcnxNBcJ2wVwCX8pGfow0rejSOWk,11
|
5
|
-
pysigmakoki-2.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|