Model.hm_getsolverids_byname#

Model.hm_getsolverids_byname(entity_type, entity_names, groupbypoolname=False)#
Returns the solver ID and pool names for the specified internal ID. If there is no solver ID and pool for the specified entity, the internal ID

and a blank ID pool are returned.

Parameters:
  • entity_type (EntityFullType) – The type of entities to query.

  • entity_names (hwStringList) – nan

  • groupbypoolname (bool) – By default, the function returns the entity IDs in the order of the list, with a list item containing two sub-lists for each input ID (the sublists contain the solver ID and the pool name). If the string groupbypoolname is passed, the return values are grouped together by pool name, with two items returned for each pool found, the first being the pool name, and the second being the list of solver IDs found for that pool.