Library | Module

Class pfcConnectorParamsImportInstructions



Description

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



Property Summary

intseqMembIdTab
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.



Method Summary

static pfcConnectorParamsImportInstructionsCreate (intseq MembIdTab)
Creates a new instructions object used to import the parameters of a connector from a file.



Property Detail


intseqMembIdTab

A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.





Method Detail


static pfcConnectorParamsImportInstructionsCreate (intseq MembIdTab)

Creates a new instructions object used to import the parameters of a connector from a file.

This object must be passed to pfcModel.Export() to read the input file. Valid for cabling assemblies only.
Parameters:
MembIdTab
A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
Returns:
The new instructions object.