createAlternateColoredWSP
APR.device.grid createAlternateColoredWSP boolean { t | nil }
Description
Specifies whether alternate-colored width spacing patterns (WSPs) are to be generated when flipped rows are created.
The default value is t, in which case alternate-colored WSPs are generated. When set to nil, the value specified in the WSP Manager is used.
GUI Equivalent
Examples
envGetVal("APR.device.grid" "createAlternateColoredWSP")
envSetVal("APR.device.grid" "createAlternateColoredWSP" boolean nil)
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Return to top