Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetNetPowerDomain

dbGetNetPowerDomain(
dd_netId 
)
=> l_list / nil 

Description

Returns the power domain associated with the specified net. A power domain can be a single string or a list of strings.

Arguments

dd_netId

ID of the net.

Value Returned

l_list

The power domain.

nil

No power domain is associated with the specified net.

Example

dbGetNetPowerDomain( netId ) 
> ("powerDomain1" "powerDomain2")

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X