GetPowerDomain
Syntax
get_power_domain domain_name
[
-hier ]
Arguments
| domain_name |
Specifies the domain name for which information is to be queried. If ‘*’ is specified then a list of all power domains defined in the current scope are returned, or if -hier is specified, then a list of all power domains defined in and below the current scope are returned. |
| -hier |
If the specified domain_name is ‘*’ lists all domains created in and below the current scope. |
Description
The get_power_domain command provides the ability to list defined power domains at and below the current scope and to list design elements that have been associated with a power domain.
Examples
get_power_domain *
Returns a list of power domains defined in the current scope.
get_power_domain * -hier
Returns a list of power domains defined in and below the current scope
get_power_domain /top/a/b/pdA
Returns the design elements associated with the power domain pd:/top/a/b/pdA
Comments
--
JohnBiggs - 11 Dec 2007