hxp
2023-11-16 dae838e71a37330fe1c129cc212c90637cc97bd5
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