allowNonEdgePins
layoutXL.floorplan allowNonEdgePins boolean { t | nil }
Description
Applies pin spacing settings to all pins, irrespective of whether they are assigned to edges.
The default value is nil, which means that spacing values are applied only to pins that are assigned to edges.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "allowNonEdgePins")
envSetVal("layoutXL.floorplan" "allowNonEdgePins" 'boolean t)
Related Topics
Applying Uniform Pin Spacing Using the Pin Tool
Return to top