Documentación de la API > Cabling > Object ProCables > Function ProCablesFromLogicalAllCreate
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>
ProCablesFromLogicalAllCreate
(
/* (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
The function successfully create cables.
Model is in read-only state.
One or more of the input arguments was invalid
Other errors.
User Guide References
¿Fue esto útil?