createBoundaryLabel
layoutXL createBoundaryLabel boolean { t | nil }
Description
Specifies whether the Generate All From Source command automatically creates a label containing the library, cell, and view name of the design when creating a boundary from the Generate Layout form. The label is created on layer-purpose pair (prBoundary boundary).
GUI Equivalent
Examples
envGetVal("layoutXL" "createBoundaryLabel")
envSetVal("layoutXL" "createBoundaryLabel" 'boolean t)
envSetVal("layoutXL" "createBoundaryLabel" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top