sardana-nxsrecorder 3.31.0__py3-none-any.whl → 3.32.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.
- {sardana_nxsrecorder-3.31.0.dist-info → sardana_nxsrecorder-3.32.0.dist-info}/METADATA +1 -1
- sardana_nxsrecorder-3.32.0.dist-info/RECORD +6 -0
- sardananxsrecorder/__init__.py +1 -1
- sardananxsrecorder/nxsrecorder.py +9 -0
- sardana_nxsrecorder-3.31.0.dist-info/RECORD +0 -6
- {sardana_nxsrecorder-3.31.0.dist-info → sardana_nxsrecorder-3.32.0.dist-info}/WHEEL +0 -0
- {sardana_nxsrecorder-3.31.0.dist-info → sardana_nxsrecorder-3.32.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
sardananxsrecorder/__init__.py,sha256=_bIX5ViOWt3Bnv7n4bn44XacPyir-PKQzzrHdOmIi-c,896
|
|
2
|
+
sardananxsrecorder/nxsrecorder.py,sha256=sNY9soUv-C7Hrrcxbrnh6yh3-cSBbqmpsxRcq7anEpw,67979
|
|
3
|
+
sardana_nxsrecorder-3.32.0.dist-info/METADATA,sha256=-8OWatm0mP0tl7g9eoIghSPFbBlmI5YBrbT8gCIRRX0,8256
|
|
4
|
+
sardana_nxsrecorder-3.32.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
5
|
+
sardana_nxsrecorder-3.32.0.dist-info/top_level.txt,sha256=YdD3m417i-jlYyQWgiizgZ8lQQcOjM8y-bmUHrGkfY4,19
|
|
6
|
+
sardana_nxsrecorder-3.32.0.dist-info/RECORD,,
|
sardananxsrecorder/__init__.py
CHANGED
|
@@ -563,6 +563,15 @@ class NXS_FileRecorder(BaseFileRecorder):
|
|
|
563
563
|
"Updating ActiveMntGrp")
|
|
564
564
|
self.__command(self.__nexussettings_device, "importMntGrp")
|
|
565
565
|
self.__command(self.__nexussettings_device, "updateMntGrp")
|
|
566
|
+
if hasattr(self.__nexussettings_device, "cachecomponent"):
|
|
567
|
+
ccomp = self.__nexussettings_device.cachecomponent
|
|
568
|
+
if ccomp:
|
|
569
|
+
self.debug('__setNexusDevices: '
|
|
570
|
+
'Cache Writer Configuration: %s'
|
|
571
|
+
% str(ccomp))
|
|
572
|
+
self.__command(
|
|
573
|
+
self.__nexussettings_device,
|
|
574
|
+
"cacheWriterConfiguration", [])
|
|
566
575
|
|
|
567
576
|
self.debug('__setNexusDevices: '
|
|
568
577
|
'Writer Device: %s' % str(self.__raw_filename))
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
sardananxsrecorder/__init__.py,sha256=GgJQbb7Mf0ShhuhsJbq443ks6XofF4HKFmzYHxikBAg,896
|
|
2
|
-
sardananxsrecorder/nxsrecorder.py,sha256=BRwQmLSkS6mpj19u5uog6V1e3uUc3IWKeddtysuZo40,67472
|
|
3
|
-
sardana_nxsrecorder-3.31.0.dist-info/METADATA,sha256=_4xnp4oP9-ji-6ucQwrvUj_vrUEwWQEGl_Py1oekaXY,8256
|
|
4
|
-
sardana_nxsrecorder-3.31.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
5
|
-
sardana_nxsrecorder-3.31.0.dist-info/top_level.txt,sha256=YdD3m417i-jlYyQWgiizgZ8lQQcOjM8y-bmUHrGkfY4,19
|
|
6
|
-
sardana_nxsrecorder-3.31.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|