autoPermutePins
layout autoPermutePins boolean { t | nil }
Description
Specifies whether pins are permuted automatically during manual routing or editing.
Although
autoPermutePins is defined as a layout environment variable, it has no effect in layout editor. It is used only by XL.GUI Equivalent
Examples
envGetVal("layout" "autoPermutePins")
envSetVal("layout" "autoPermutePins" 'boolean nil)
Related Topics
Return to top