mxcubecore 1.408.0__py3-none-any.whl → 1.409.0__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.
Potentially problematic release.
This version of mxcubecore might be problematic. Click here for more details.
- mxcubecore/Command/Epics.py +1 -3
- {mxcubecore-1.408.0.dist-info → mxcubecore-1.409.0.dist-info}/METADATA +1 -1
- {mxcubecore-1.408.0.dist-info → mxcubecore-1.409.0.dist-info}/RECORD +6 -6
- {mxcubecore-1.408.0.dist-info → mxcubecore-1.409.0.dist-info}/COPYING +0 -0
- {mxcubecore-1.408.0.dist-info → mxcubecore-1.409.0.dist-info}/COPYING.LESSER +0 -0
- {mxcubecore-1.408.0.dist-info → mxcubecore-1.409.0.dist-info}/WHEEL +0 -0
mxcubecore/Command/Epics.py
CHANGED
|
@@ -75,9 +75,7 @@ class EpicsCommand(CommandObject):
|
|
|
75
75
|
time.sleep(0.1)
|
|
76
76
|
self.pv_connected = self.pv.connect(timeout=0.1)
|
|
77
77
|
|
|
78
|
-
if self.pv_connected:
|
|
79
|
-
self.value_changed(self.pv.get(as_string=self.read_as_str, timeout=0.1))
|
|
80
|
-
else:
|
|
78
|
+
if not self.pv_connected:
|
|
81
79
|
logging.getLogger("HWR").error(
|
|
82
80
|
"EpicsCommand: Error connecting to pv %s.", self.pv_name
|
|
83
81
|
)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
mxcubecore/BaseHardwareObjects.py,sha256=Rzt34pY2_adftj2hTFSfhZyHjnR-FROH_a2CKqDRQTE,41302
|
|
2
|
-
mxcubecore/Command/Epics.py,sha256=
|
|
2
|
+
mxcubecore/Command/Epics.py,sha256=oKzFCpHFVUHe9kLPkQ3vig7V3zYSPRFmvQT2B8Kiktg,7720
|
|
3
3
|
mxcubecore/Command/Exporter.py,sha256=HL6hncI_EUjjVX7frOsmxGa2Gyc-3PwUPXLUBJk4B20,8076
|
|
4
4
|
mxcubecore/Command/Mockup.py,sha256=OrGAJC0JjTTjGSMZl7NiWJmVUQeEThMYdSQzuBD-bEc,1949
|
|
5
5
|
mxcubecore/Command/Pool.py,sha256=ZS8sRafNSAo2Da_F-m-NOpJ1kmHi_l2SidZsdCxa7fY,9274
|
|
@@ -452,8 +452,8 @@ mxcubecore/utils/conversion.py,sha256=G1bk2Mi2ZwGbZa5pEeiFaKWxhSVXVGqu1L9_SioyUO
|
|
|
452
452
|
mxcubecore/utils/qt_import.py,sha256=yL6hLqk2qF-6SVjlVKTg2HTAa9vawPwmPybRPu39Iks,14720
|
|
453
453
|
mxcubecore/utils/tango.py,sha256=vwEVrIrWKEFaeaJUz3xbaC7XWHY8ZeJ-pfcSrTfZPIE,2114
|
|
454
454
|
mxcubecore/utils/units.py,sha256=Gh7ovTUN00XBMUoyDG5W7akCx1pROL-M6pK2z1ouemg,1361
|
|
455
|
-
mxcubecore-1.
|
|
456
|
-
mxcubecore-1.
|
|
457
|
-
mxcubecore-1.
|
|
458
|
-
mxcubecore-1.
|
|
459
|
-
mxcubecore-1.
|
|
455
|
+
mxcubecore-1.409.0.dist-info/COPYING,sha256=u-Mc8zCecwyo4YoP8UulmzCiZZ_MmCLROd_NBtOcRj0,35148
|
|
456
|
+
mxcubecore-1.409.0.dist-info/COPYING.LESSER,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
457
|
+
mxcubecore-1.409.0.dist-info/METADATA,sha256=_U-Cva27M0nWPyEXZd39aVKr-Ifn-VvjklPj4aMWOP0,4259
|
|
458
|
+
mxcubecore-1.409.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
459
|
+
mxcubecore-1.409.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|