Category Cabling, Object ProCables

Function ProCablesFromLogicalAllCreate


Description
Creates cables from logical references. It creates also the conductors of the given cable. If corresponding spools are not created they are also created by this function.
Synopsis
#include <ProCabling.h>
ProErrorProCablesFromLogicalAllCreate(
ProAssembly assy
/* (In)
The assembly
*/
ProHarness harness
/* (In)
The harness handle.
*/
ProName* p_cable_names
/* (In)
ProArray of cables' names.
*/
ProCable** r_crt_cbls
/* (Out)
ProArray of ProCable of the created cables including conductors. To free it, call the function ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully create cables.
PRO_TK_BAD_INPUTSOne or more of the input arguments was invalid
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Cable Parameters
  2. Production Applications: Cabling: Cable Parameters