Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schHiCheckHier

schHiCheckHier( 
[ ?action t_action ]
[ ?refLibs t_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

?action t_action

Defines the action to take; must be enclosed in quotation marks.
Valid Values: run, editOptions, editOptionsAndRun
Default: editOptionsAndRun

?refLibs t_refLibs

Additional reference libraries to process; must be enclosed in quotation marks.

Value Returned

Always returns t.

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
 ⠀
X