grEnclosedBy
layout grEnclosedBy float initializeValue
Description
Initializes the Enclose by field on the Guard Ring form.
The default is 0.0. You can replace the default value with another integer point number by updating this environment variable in your .cdsenv file. You can change the value for the Enclose by field by typing in the field on the Guard Ring form. The software verifies that minSpacing is correct. It also verifies that it is minimum DRC compliant, based on process and context. If necessary, the software overrides the user value in the form.
GUI Equivalent
Examples
envGetVal("layout" "grEnclosedBy")
envSetVal("layout" "grEnclosedBy" 'float 2.0)
Related Topics
Return to top