hxp
2024-03-11 4e2daf438140632d5d30f14a2e19146a22aeeb31
Tool/Robot/ConfigurationReader/ConfigIniReader.py
@@ -62,6 +62,12 @@
        self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
        self.StartRunTime = config.GetIntValue( "StartRunTime")
        
        self.TJGLimitCnt = config.GetIntValue( "TJGLimitCnt")
    def GetTJGLimitCnt(self):
        return self.TJGLimitCnt
    def GetIOThreadNum(self):
        return self.IOThreadNum