Library | Module

Interface IpfcCableParamsImportInstructions



Description

This class specifies instructions used to import from a cable parameters file.
Direct Parent Classes:
IpfcImportInstructions



Property Summary

PropertyCableNameas String
The name of the imported cable file.
PropertyHarnessas IpfcModel
A harness model referenced by the assembly.



Method Summary

FunctionCCpfcCableParamsImportInstructions.Create (Harness as IpfcModel, CableName as String) as IpfcCableParamsImportInstructions
Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file.



Property Detail


PropertyCableNameas String

The name of the imported cable file.




PropertyHarnessas IpfcModel

A harness model referenced by the assembly.





Method Detail


FunctionCCpfcCableParamsImportInstructions.Create (Harness as IpfcModel, CableName as String) as IpfcCableParamsImportInstructions

Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file.

This argument must be passed to IpfcModel.Import() to read in the parameters file. Valid only for cabling assemblies.
Parameters:
Harness
A harness referenced by the assembly.
CableName
The name of the imported cable file.
Returns:
The new instructions object.