Model.hf_setTLPOL#

Model.hf_setTLPOL(suffix, color, line_entity, flag_TL, flag_POL)#
Moves the specified line to the specified component and sets it as TL or

POL.

Parameters:
  • suffix (hwString) – The component suffix.

  • color (int) – nan

  • line_entity (Entity) – The object describing the entity.

  • flag_TL (int) – Flag that indicates whether to set the line as TL. Valid values are: 0 - Do not set as TL. 1 - Set as TL.

  • flag_POL (int) – Flag that indicates whether to set the line as POL. Valid values are: 0 - Do not set as POL. 1 - Set as POL.