casDisplayDummyMismatch
layoutXL casDisplayDummyMismatch boolean { t | nil }
Description
Reports dummy instances that are unbound, which means they have no correspondence to the schematic devices and have the ignore property set.
The default is nil. When set to t, reports dummies instances that are good candidates for backannotation.
GUI Equivalent
Examples
envGetVal("layoutXL" "casDisplayDummyMismatch")
envSetVal("layoutXL" "casDisplayDummyMismatch" 'boolean t)
envSetVal("layoutXL" "casDisplayDummyMismatch" 'boolean nil)
Related Topics
Return to top