pinLayerOption
layoutXL.floorplan pinLayerOption cyclic { "Same Layer" | "Different Layer" }
Description
Specifies the layer in which pin spacing settings must be applied for the selected pins. The valid values are:
-
Same Layer: Applies pin spacing settings on only those pins that are located on the same metal layer. This is the default value. -
Different Layer: Applies pin spacing settings on all selected pins, irrespective of the metal layer in which they are located, on different metal layers.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "pinLayerOption")
envSetVal("layoutXL.floorplan" "pinLayerOption" 'cyclic "Different Layer")
Related Topics
Applying Uniform Pin Spacing Using the Pin Tool
Return to top