hm_getconfigtypeincol
Returns a list indicating the entity config and type values that are contained in a collector.
Syntax
hm_getconfigtypeincol collector_type entity_type name_or_id ?search_type?
Type
HyperMesh Tcl Query Command
Description
103 1 103 2 104 3
Inputs
- collector_type
- The type of collector to query. Valid values are comps, groups and loadcols.
- entity_type
- The type of entities in the collector_type to return the config and type values for. The valid value for collector_type comps and groups is elems. The valid values for collector_type loadcols are equations and loads.
- name_or_id
- The name or ID of the queried collector_type.
- ?search_type?
- By default, HyperMesh searches for entities by name, and if the name is not found, it then searches by ID. This option allows you to specify how the search for an entity should be conducted. The two options are:
Example
set var [hm_getconfigtypeincol comps elems my_comp -byname]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}