makeCellPinsBelowBoundary
layoutXL makeCellPinsBelowBoundary boolean { t | nil }
Description
Specifies whether the pins of the made cell, created using the Make Cell command, are placed outside the design boundary (t). The default is nil.
This is only available if the makeCellPreserveConn and makeCellCreatePins variables are also t.
GUI Equivalent
Examples
envGetVal("layoutXL" "makeCellPinsBelowBoundary")
envSetVal("layoutXL" "makeCellPinsBelowBoundary" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top