astPinMoveMatchLabelLayerChoice
layoutXL.floorplan astPinMoveMatchLabelLayerChoice cyclic { "Same as Pin LPP" | "Use Stamp Label Layers" | "Same Layer. Custom Purpose" | "Custom LPP" }
Description
(Virtuoso Layout Suite EXL) Specifies the layer to which pin labels are to be moved while running the assisted move command. The default value is Same as Pin LPP. The valid values are:
-
Same as Pin LPP: Places labels on the same LPPs as their corresponding pins. -
Use Stamp Label Layers: Places labels on the stamp label layers that are defined in the technology file. -
Same Layer. Custom Purpose: Places labels on the same layer as the pin, but lets you specify the purpose usingastPinMoveMatchLabelLayerPurpose. -
Custom LPP: Lets you specify both the layer and purpose on which labels are to be moved usingastPinMoveMatchLabelLayerLPP.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "astPinMoveMatchLabelLayerChoice")
envSetVal("layoutXL.floorplan" "astPinMoveMatchLabelLayerChoice" 'cyclic "Custom LPP")
Related Topics
astPinMoveMatchLabelLayerPurpose
Return to top