::hwat::core::GetElementsByConfig - Returns all the elements of a particular configuration.
GetElementsByConfig {elemList} {config}
elemList |
A Tcl list of element IDs. |
config |
A Tcl list of config types. |
A Tcl list of all elements belonging to a particular configuration or {} if there are no elements belonging to any configuration.
For example: {103 {1001 1002 1003} 104 {2003 2004} 55 {0}}
::hwat::core::GetElementsByConfig [list 1001 1002 1003 2003 2004 2005] [list 103 104]