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

schHiExtractConn

schHiExtractConn(
[ ?action t_action ]
)
=> t

Description

Sets extraction options and runs the schematic extractor. Usable only when editing schematics.

If you do not specify an action, or specify it as editOptions, the form appears for you to modify the settings of the various schematic rule checks. If you specify run, the connectivity is extracted from the current schematic. If you specify editOptionsAndRun, the form appears so that you can change the connectivity options.

The total number of errors and warnings detected is displayed in a dialog box. You must correct detected errors before the connectivity in the schematic is marked as valid.

Arguments

?action t_action

Edits extraction options, runs the schematic extractor, or both; must be enclosed in quotation marks.
Valid Values: editOptions, run, editOptionsAndRun

Value Returned

Always returns t.

Examples

Extracts the connectivity from the current schematic.

schHiExtractConn( "run" )

Return to top
 ⠀
X