From 7b41de11ecbe601efc6318c77ffc63b5fa4f0621 Mon Sep 17 00:00:00 2001 From: mdsplus Date: Fri, 2 Dec 2022 11:38:13 +0100 Subject: [PATCH] Fix wrong type in MDSWriter --- pydevices/RfxDevices/MARTE2_COMPONENT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydevices/RfxDevices/MARTE2_COMPONENT.py b/pydevices/RfxDevices/MARTE2_COMPONENT.py index 64c3080b04..37fa251448 100644 --- a/pydevices/RfxDevices/MARTE2_COMPONENT.py +++ b/pydevices/RfxDevices/MARTE2_COMPONENT.py @@ -2516,7 +2516,7 @@ def getMarteInputInfo(self, threadMap, gams, dataSources, gamList, isSynch): dataSourceText += ' MakeSegmentAfterNWrites = '+str(timeSegLen) + '\n' # dataSourceText += ' MakeSegmentAfterNWrites = 100\n' dataSourceText += ' AutomaticSegmentation = 0\n' - dataSourceText += ' Type = uint32\n' +# dataSourceText += ' Type = uint32\n' #if startTime != 0: # dataSourceText += ' SamplePhase = ' + \ # str(int(round(startTime/period)))+'\n'