NXOpen.UF.Route.CreateRcpAtPort

Route.CreateRcpAtPort()

Refer to UF_ROUTE_create_rcp_at_port for documentation.

Signature: CreateRcpAtPort(port, checkExistingRcp)

Parameters:
  • port (Tag) – Tag of reference port
  • checkExistingRcp (bool) – TRUE = use existing RCP at specified position FALSE = always create a new RCP
Returns:

A Tuple

Return type:

A tuple consisting of (newRcp,foundExistingRcp)

newRcp(Tag): tag of created/found RCP

foundExistingRcp(bool): TRUE = existing RCP found and used FALSE = new RCP was created

License requirements: UG/ROUTING or routing_advanced