allowInoutLDOPins
lp allowInoutLDOPins boolean { t | nil }
Description
Identifies supply nets, meeting the LDO net detection criteria, even when the nets are connected to inout pin/term, when the flag is set to t. The default value is nil and the extractor includes nets without a term or with an output term.
GUI Equivalent
Power Manager Setup Form – Export tab – Export Options – Consider inputOutput terms for internal power criterion
Example
envGetVal("lp" "allowInoutLDOPins")
envSetVal("lp" "allowInoutLDOPins" 'boolean nil)
Related Topics
Registering Name-Based Supply Nets
Registering Regular Expressions-Based Supply Nets
Return to top