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
|
Edits extraction options, runs the schematic extractor, or both; must be enclosed in quotation marks. |
Value Returned
Examples
Extracts the connectivity from the current schematic.
schHiExtractConn( "run" )
Return to top