Library | Module

Class pfcCableParamsImportInstructions



Description

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



Property Summary

stringCableName
The name of the imported cable file.
pfcModelHarness
A harness model referenced by the assembly.



Method Summary

static pfcCableParamsImportInstructionsCreate (pfcModel Harness, string CableName)
Creates a new instructions object used to import from cable parameters (CABLE_PARAMS) type file.



Property Detail


stringCableName

The name of the imported cable file.




pfcModelHarness

A harness model referenced by the assembly.





Method Detail


static pfcCableParamsImportInstructionsCreate (pfcModel Harness, string CableName)

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

This argument must be passed to pfcModel.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.