matchLabelLayerWithPin
layoutXL.floorplan matchLabelLayerWithPin boolean { t | nil }
Description
Specifies whether the pin labels should be placed on the same layers as their corresponding pins. So if a pin is moved to a different layer, then its label is also re-layered to match the pin layer.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "matchLabelLayerWithPin")
envSetVal("layoutXL.floorplan" "matchLabelLayerWithPin" 'boolean nil)
Related Topics
Return to top