labelLayerPurposePair
layoutXL.floorplan labelLayerPurposePair cyclic { "Auto" | "Custom" }
Description
Specifies the label LPP settings to be applied when pins are re-layered in the design.
-
Auto: Labels are re-layered to match the pins, but their purposes remain unaltered. This is the default value. -
Custom: Lets you specify the required layer and purpose preferences.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "labelLayerPurposePair")
envSetVal("layoutXL.floorplan" "labelLayerPurposePair" 'cyclic "Custom")
Related Topics
Return to top