extractAfterGenerateAll
layoutextractAfterGenerateAll boolean {t|nil}
Description
Runs connectivity extraction as part of the Generate All From Source command. Switch on this environment variable to see the incomplete nets in the design immediately after layout generation has run.
This option has no effect on either the Generate Selected From Source or Update Components And Nets commands. Connectivity extraction for these commands is controlled using the
extractEnabled environment variable.GUI Equivalent
Examples
envGetVal("layout" "extractAfterGenerateAll")
envSetVal("layout" "extractAfterGenerateAll" 'boolean nil)
Related Topics
Return to top