markerSeverity
graphic markerSeverity string { "fatalError" | "criticalError" | "signedOffCriticalError" | "error" | "signedOffError" | "warning" | "acknowledgedWarning" | "info" | "annotation" }
Description
Specifies the types of warnings and errors to be searched for and highlighted in a design.
Replace list with one or more of the following values, separated by white space: fatalError, criticalError, signedOffCriticalError, error, signedOffError, warning, acknowledgedWarning, info, annotation.
GUI Equivalent
Examples
envGetVal("graphic" "markerSeverity")
envSetVal("graphic" "markerSeverity" 'string "info fatalError warning")
envSetVal("graphic" "markerSeverity" 'string "none")
envSetVal("graphic" "markerSeverity" 'string "annotation")
Related Topics
Return to top