schHiCheck
schHiCheck(
[ ?action t_action ]
)
=> t
Description
Checks the connectivity of a schematic and optionally starts the schematic rules checker (SRC) or the cross-view checker (VIC). Usable only when editing schematics. A dialog box shows the total number of errors and warnings detected when the function is complete. The schematic can be read-only or editable.
Arguments
|
Defines the action to take; must be enclosed in quotation marks. |
Value Returned
Examples
Displays the options form for modifying the check options.
schHiCheck( ?action "editOptions" )
Runs the checks that are set on the form.
schHiCheck( ?action "run" )
Lets you modify the various check option settings on a form. The check is then performed on the schematic in the current window.
schHiCheck( ?action "editOptionsAndRun" )
Related Topics
Return to top