autoPinMultiplePathSpine
layoutXL.floorplan autoPinMultiplePathSpine boolean { t | nil }
Description
Creates a single merged pin for all the split path segments. This setting is applicable to both signal and power pins when the tool runs in Multiple mode.
When pinSizeSelection is set to Auto, square pins are created on the net shape. When pinSizeSelection is set to Whole Shape, the tool creates whole shape pins by recognizing splits in the pathseg of a continuous net as a single shape.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "autoPinMultiplePathSpine")
envSetVal("layoutXL.floorplan" "autoPinMultiplePathSpine" 'boolean t)
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top