hch
2018-09-29 0a6a54c527dae488999d18869e3e45a780c8d39f
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