::hwat::utils::GetCompsFromAssem - Gets the components in a given assembly.
::hwat::utils::GetCompsFromAssem str_assemName {b_recurse}
str_assemName |
Name of the assembly is required. |
b_recurse |
OPTIONAL - Boolean flag to indicate if the sub-assemblies are to be included in the search. FALSE – only immediate comps are included. DEFAULT. TRUE – all comps of this and child assems are included. |
List of components contained in the assembly if the given assembly is found in the current HM session, {} otherwise.
::hwat::utils::GetCompsFromAssem Assemb1 FALSE
Can be used to find all of the components that belong to an assembly or group of assemblies.
::hwat::utils::GetAssemsFromAssem