NXOpen.UF.Route.FindTerminalPort

Route.FindTerminalPort()

Refer to UF_ROUTE_find_terminal_port for documentation.

Signature: FindTerminalPort(multi, id)

Parameters:
  • multi (Tag) – Multiport to search
  • id (str) – ID of the terminal port
Returns:

A Tuple

Return type:

A tuple consisting of (tag,bool)

tag(Tag): Pointer to tag of a terminal port, if found.

retVar(bool): TRUE if a terminal or virtual port is found, else FALSE

License requirements: None