Spool Parameters
Functions Introduced:
Function
ProSpoolParameterGet() retrieves a single parameter for the specified spool. This function supports only single-valued parameters. If you specify a multivalued parameter, the function returns
PRO_TK_E_NOT_FOUND.
Function ProSpoolParameterCollect() retrieves all parameters of the specified spool, both single- and multi-valued parameters.
Use
ProSpoolParameterDelete() to remove a single parameter from the specified spool. This function deletes both single- and multi-valued parameters.
Function
ProSpoolParametersSet() sets all parameters of the specified spool, both single- and multi-valued parameters. This function overwrites existing parameter values with values in the input parameter array.
Function
ProSpoolsFromLogicalGet() returns a list of spool names in the specified assembly for which data has been imported from a logical reference but which have not yet been created. Use function
ProSpoolsFromLogicalCreate() to create instances of spools for which logical data exists. Refer to the
Cabling Help and
Harness Help for more information on logical references.
Use the function
ProSpoolCablesLengthGet() to get the total length of all the cables present in the specified input harness, using the specified spool.
Use the function
ProSubharnessCablesCollect() to retrieve an array of all the cables present in the specified sub harness.