promoteToChoice
layoutXL.floorplan promoteToChoice cyclic { "Current Level" | "Depth" }
Description
Specifies the level to which pins must be promoted. Sets the depth as the level specified in Current Level or to the depth specified in Depth.
-
Current Level: Sets the depth as the level specified in the current level. This is the default value. -
Depth: Sets the depth at a level lower than the current level. The specified depth must be at a lower level than the current level and must be in the editable mode so that the selected pins can be copied to it.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Promote Pins Plan – Pin Planning – Pin Tool – Create – Promote Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "promoteToChoice")
envSetVal("layoutXL.floorplan" "promoteToChoice" 'cyclic "Depth")
Related Topics
Promoting Pins in the Pin Tool
Return to top