schRegisterCheckRule
schRegisterCheckRule( [ ?titlet_title] [ ?names_name] [ ?groupNames_groupName] [ ?checkCBu_checkCB] [ ?configCBu_customCB] [ ?severitys_severity] [ ?descriptiont_description] ) =>r_checkrule/ nil
Description
Creates and registers a new schematic rule checker. Calling this function with the same rule name as an existing rule in the same group overwrites that rule.
Arguments
Value Returned
Examples
(schRegisterCheckRule
?title "No Shorting Transistors"
?name 'noTxShorts
?groupName 'ercChecks
?checkCB 'noTxShortsCB
?severity 'warning
?description "An nfet/pfet transistor can not have the source connected to a ground\nnet when the drain is connected to a power net")
=> schCheckRule@0x1154a828
Related Topics
Return to top