promoteLayerChoice
layoutXL.floorplan promoteLayerChoice cyclic { "Same as Shape LPP" | "Same Layer, Custom Purpose" | "Custom LPP" }
Description
Specifies the LPP selection mode for promoting pins.
-
Same as Shape LPP: Promotes pins to the LPP on which the source pins are located. This is the default value. -
Same Layer, Custom Purpose: UsespromoteCustomPurposeto specify the purpose. -
Custom LPP: UsespromoteCustomLPPto specify the LPP.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Promote Pins Plan – Pin Planning – Pin Tool – Create – Promote Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "promoteLayerChoice")
envSetVal("layoutXL.floorplan" "promoteLayerChoice" 'cyclic "Custom LPP")
Related Topics
Promoting Pins in the Pin Tool
Return to top