pinLayers
layoutXL.floorplan pinLayers cyclic { "Same as Shape LPP" | "Same Layer. Custom Purpose" | "Custom LPP" }
Description
Specifies the layers in which the Auto-Create Pins tool must generate pins. The valid values are:
-
Same as Shape LPP: Creates pins on the same LPPs as the original net shapes. This is the default value. -
Same Layer. Custom Purpose: Lets you choose a different purpose for the same layer. Pins are created in the specified LPP. -
Custom LPP: Lets you choose a different LPP on which pins must be created.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Auto-Create Pins Plan – Pin Planning – Pin Tool – Create – Auto-Create Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "pinLayers")
envSetVal("layoutXL.floorplan" "pinLayers" 'cyclic "Custom LPP")
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top