casDisplayNameMismatch
layoutXL casDisplayNameMismatch boolean { t | nil }
Description
Reports mismatches between the schematic and the layout instance and net names.
The default is nil, which means name mismatches are not reported, and no markers are generated to highlight the mismatches.
GUI Equivalent
|
Connectivity – Check – Against Source (Check Against Source Form) |
|
Examples
envGetVal("layoutXL" "casDisplayNameMismatch")
envSetVal("layoutXL" "casDisplayNameMismatch" 'boolean t)
envSetVal("layoutXL" "casDisplayNameMismatch" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top