schHiCheckHier
schHiCheckHier( [?actiont_action] [ ?refLibst_refLibs] ) => t
Description
Performs the specified checks on the current schematic and the hierarchy below it. Also updates the connectivity as needed and runs the schematic rules checker (SRC), the cross-view checker (VIC), or both. Usable only when editing schematics. Only processes schematics found in the hierarchy starting from the current cellview. The view name list used to control the traversal is taken from the window in which the function is run.
Arguments
Value Returned
Examples
Displays the form for modifying the check hierarchy options.
schHiCheckHier( ?action "editOptions" )
Runs the hierarchical check with the options set as they are on the form; the empty string for the t_refLibs argument specifies that no reference libraries are to be checked.
schHiCheckHier( ?action "run" ?refLibs " ")
Lets you modify the various check option settings on a form.
schHiCheckHier( ?action "editOptionsAndRun" )
Return to top