API ドキュメンテーション > Cabling > Object ProCables > Function ProCablesFromLogicalCreate
Function ProCablesFromLogicalCreate
Description
Creates cables from logical If corresponding spools are not created they are also created by this function.
Synopsis
#include <ProCabling.h>
ProCablesFromLogicalCreate
(
/* (In)
The assembly
*/
ProHarness harness
/* (In)
The harness handle.
*/
ProName* p_cable_names
/* (In)
ProArray of cables' names.
*/
)
Returns
The function successfully create cables.
One or more of the input arguments was invalid
Specified cables not imported from logical or already created.
Other errors.
Sample Code References
User Guide References
これは役に立ちましたか?