schReportCheckFailure
schReportCheckFailure( [ ?objectd_object] [ ?checkRuler_checkRule] [ ?messaget_message] [ ?shortt_short] ) => t / nil
Description
Report the failure of a custom schematic check rule.
Arguments
|
The DB object to which the failure marker is to be attached. The default value is |
|
Value Returned
|
Unsuccessful (for example, if |
Examples
(schReportCheckFailure
?object cv
?checkRule 'noTxShorts
?message "An nfet/pfet transistor can not have the source connected to a ground net when the drain is connected to a power net")
=> t
Return to top