printSupplyNetInfo
lp printSupplyNetInfo boolean { t | nil }
Description
Prints the list of design nets that have been identified under any category of supply nets, such as power, ground, exclude, monitor, pwell, nwell, deeppwell, or deepnwell when the flag is set to t. The default value of the flag is nil.
GUI Equivalent
Example
envGetVal("lp" "printSupplyNetInfo")
envSetVal("lp" "printSupplyNetInfo" 'boolean nil)
Related Topics
Extracting the Power Intent from a Design
Return to top