showIncompleteNets
layoutXL showIncompleteNets boolean { t | nil }
Description
On launch of Layout XL, displays all the incomplete nets in the design canvas.
The default is nil, which means the incomplete nets are not displayed when Layout XL is launched.
Examples
envGetVal("layoutXL" "showIncompleteNets")
envSetVal("layoutXL" "showIncompleteNets" 'boolean t)
envSetVal("layoutXL" "showIncompleteNets" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top