::hwat::core::InferAssemScanEntitySets - This function looks for component entity sets with the same names as the assemblies in the passed list. Those found would be put in the "FOUND" list and the rest in the "NOTFOUND" list.
InferAssemsScanEntitySets list_of_assemblies
list_of_assemblies |
A Tcl list of assembly names to find in the model. |
A Tcl list of the form {FOUND {A_PILLAR B_PILLAR} NOTFOUND {C_PILLAR}} and compatible with the array "set" command, if successful, {} if unsuccessful.
::hwat::core::InferAssemsScanEntitySets [list A_PILLAR B_PILLAR C_PILLAR]