ignoreColorCheck
APR.device.fill ignoreColorCheck boolean { t | nil }
Description
Specifies whether color checks are to be performed while inserting device fill.
The default value is nil, in which case color checks are not run.
GUI Equivalent
Examples
envGetVal("APR.device.fill" "ignoreColorCheck")
envSetVal("APR.device.fill" "ignoreColorCheck" 'boolean t)
Related Topics
Base Layer Fill in the Automated Device Placement and Routing Flow
Return to top