casDisplayParamsMismatch
layoutXL casDisplayParamsMismatch boolean { t | nil }
Description
Reports mismatches between CDF parameters (and properties) set on the schematic and the layout views. The parameters (and properties) to be compared are set on the Parameters of the Connectivity form.
The default is t. The update binding command and SKILL functions lxCheck, lxHierCheck, and lxCheckLib calculate parameter differences only when casDisplayParamsMismatch is set to t.
GUI Equivalent
|
Connectivity – Check – Against Source (Check Against Source Form) |
|
Examples
envGetVal("layoutXL" "casDisplayParamsMismatch")
envSetVal("layoutXL" "casDisplayParamsMismatch" 'boolean t)
envSetVal("layoutXL" "casDisplayParamsMismatch" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top