::hwat::utils::GetAssemsFromAssems - Gets the assemblies below the given assembly.
::hwat::utils::GetAssemsFromAssems str_assemName [str_flag]
str_assemNas |
Name of the assembly whose sub-assemblies are required. |
str_flag |
Either 0 or 1 1 - Find all the assemblies and sub-assemblies beneath the parent. 0 - Find only the assemblies beneath the parent. (default = 0). |
A Tcl list of assemblies that are the sub assemblies of the given assembly, if successful, {} otherwise.
::hwat::utils::GetAssemsFromAssems Assemb1 1
Returns 0 if no sub-assemblies are found in the assembly.
::hwat::utils::GetCompsFromAssem