complianceCheckerLimit
mpt complianceCheckerLimit integer integer_number
Description
Specifies the maximum number of violations that are reported by the methodology compliance checker. When this limit is reached, the errors are not reported and a warning message is displayed in the CIW. The value 0 specifies that there is no limit to the number of violations reported by the methodology compliance checker.
GUI Equivalent
Examples
envGetVal("mpt" "complianceCheckerLimit")
envSetVal("mpt" "complianceCheckerLimit" 'int 1000)
Related Topics
Return to top