retainLongPin
layoutXL.floorplan retainLongPin boolean { t | nil }
Description
Retains the dimensions of long, rectangular pins while snapping them to WSP/SP tracks. This setting is applied during pin optimization and when assigning pins to edges using the Pin Tool.
The default value is nil, which means that pins are resized to square-shaped pins to match the WSP/SP track width.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "retainLongPin")
envSetVal("layoutXL.floorplan" "retainLongPin" 'boolean t)
Related Topics
Return to top