schRegisterCheckGroup
schRegisterCheckGroup([?names_name] [?titlet_title][?descriptiont_description] [?enabledg_enabled]) =>r_checkgroup/ nil
Description
Creates and registers a new custom schematic checker group. Each new group appears as a discrete tab in the Schematic Rules Checks Setup form. Calling the function with the same group name as an existing group overwrites that group and all its rules.
Arguments
Value Returned
|
The new |
|
Examples
(schRegisterCheckGroup
?name 'ercChecks
?title "ERC"
?description "Electrical Rule Checks"
?enabled t)
=> schCheckGroup@0xfea8b98
Related Topics
Return to top