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

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

?action t_action

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

Value Returned

Always returns t.

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

schHiCheckHier


Return to top
 ⠀
X