runIDCInBackground
lp runIDCInBackground boolean { t | nil }
Description
Controls whether the in-design checks are run in the foreground or background. When set to t, the Run In-Design Checks non-blocking form is enabled in the GUI. A single In-Design Checks run is supported in a Virtuoso session at a time in non-blocking mode. The default value is nil, which means that the in-design checks are run in the foreground.
GUI Equivalent
Example
envGetVal( "lp" "runIDCInBackground")
envSetVal( "lp" "runIDCInBackground" 'boolean t)
Related Topics
Checking a Design in Foreground Mode
Checking a Design in Background Mode
Return to top