hch
2019-05-14 a772159cbbe5a267e623ec2c4a56b13cc96f3b09
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