autoPlaceAllInstances
layoutDP autoPlaceAllInstances boolean { t | nil }
Description
Automatically places all instances inside the area boundary after a Stretch or Chop operation.
The default is nil, which means the placer places only those instances that are currently outside the area boundary. The placement of instances already inside the area boundary is left unchanged.
GUI Equivalent
Examples
envGetVal("layoutDP" "autoPlaceAllInstances")
envSetVal("layoutDP" "autoPlaceAllInstances" 'boolean t)
Related Topics
Return to top