printProgressInfo
lp printProgressInfo boolean { t | nil }
Description
Prints the progress report for power intent extraction process when set to t. The default value is nil, which means that the progress report is not printed.
The following information is reported for power intent extraction:
- Beginning and end of each extractor stage
- Beginning and end of a specific sub-stage within each extractor stage with its percentage completion
- Information on the total number of stages and the current stage
- OA objects and the numbers recently processed
GUI Equivalent
Example
envGetVal("lp" "printProgressInfo")
envSetVal("lp" "printProgressInfo" 'boolean nil)
Related Topics
Extracting the Power Intent from a Design
Return to top