probeDuringCreate
layoutXL probeDuringCreate boolean { t | nil }
Description
Controls whether or not nets that are tapped during interactive editing are automatically highlighted in the layout canvas.
GUI Equivalent
Examples
envGetVal("layoutXL" "probeDuringCreate")
envSetVal("layoutXL" "probeDuringCreate" 'boolean t)
envSetVal("layoutXL" "probeDuringCreate" 'boolean nil)
Related Topics
Return to top