PySigmaKoki 2.1.8__py3-none-any.whl → 2.1.9__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySigmaKoki
3
- Version: 2.1.8
3
+ Version: 2.1.9
4
4
  Summary: Python Interface for Instruments by Sigma Koki
5
5
  Author-email: Akira Okumura <oxon@mac.com>
6
6
  License: BSD License
@@ -0,0 +1,5 @@
1
+ sigma_koki.py,sha256=5uyJy0hFpT7PGVxoW49WSfDyNzhsB-Iz4jqTOzZL224,11692
2
+ pysigmakoki-2.1.9.dist-info/METADATA,sha256=YpJJr0uG4HTl-5nJ78Dg6rAhgfBmXoesyfPzeOKsNtY,958
3
+ pysigmakoki-2.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ pysigmakoki-2.1.9.dist-info/top_level.txt,sha256=Zbq-FJdx-r0smE3UcnxNBcJ2wVwCX8pGfow0rejSOWk,11
5
+ pysigmakoki-2.1.9.dist-info/RECORD,,
sigma_koki.py CHANGED
@@ -136,7 +136,7 @@ class BaseStageController(object):
136
136
  if not (-limit <= stage2_pulses <= limit):
137
137
  raise ValueError('stage2 must be between -%d and %d.' % (limit, limit))
138
138
 
139
- if relative
139
+ if relative:
140
140
  command = 'M:W' # relative
141
141
  else:
142
142
  command = 'A:W' # absolute
@@ -1,5 +0,0 @@
1
- sigma_koki.py,sha256=be_BC6AE8jCVeUU5o-VH9mV6S771BBKeuhBHFjPiwsQ,11691
2
- pysigmakoki-2.1.8.dist-info/METADATA,sha256=6U9Au55zTn230LzdLgRccxX4BZtmAq9E8Em4ls5d6BA,958
3
- pysigmakoki-2.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- pysigmakoki-2.1.8.dist-info/top_level.txt,sha256=Zbq-FJdx-r0smE3UcnxNBcJ2wVwCX8pGfow0rejSOWk,11
5
- pysigmakoki-2.1.8.dist-info/RECORD,,