TLineGeometryObj

Type-access

Command

Description

Implements the following properties/methods as in TLoadShapeObj and TLineObj:

  1. InitPropertyValues 
  2. DumpProperties
  3. GetPropertyValue
  4. SaveWrite

Method-private

ChangeLineConstantsType

Reallocates memory for hosting the given number of phases.

Method-private

set_Nconds

Sets the number of conductors for this line geometry.

Method-private

set_Nphases

Sets the number of phases for this line geometry.

Method-private

set_ActiveCond

Sets the given conductor number to be the active conductor.

Method-private

Get_YCmatrix

Returns the Y matrix for this element.

Method-private

Get_Zmatrix

Returns the Z matrix for this element.

Method-private

Get_RhoEarth

Gets the rho earth value for the line model.

Method-private

Set_RhoEarth

Sets the rho earth value for the line model.

Property-private

get_Nconds

Returns the number of conductors for this line model.

Method-private

UpdateLineGeometryData

Call this before using the line data. Implements the routine for importing the wire/cable data values linked to this model.

Property-private

Get_FX

Gets X for the given index.

Property-private

Get_FY

Gets Y for the given index.

Property-private

Get_Funits

Returns the units for the active conductor.

Property-private

Get_ConductorName

Returns the name for the active conductor.

Property-private

Get_ConductorData

Returns the conductor data object for the active conductor.

Property-private

Get_PhaseChoice

Returns the phase choice for the active conductor.

Property-public

Xcoord

PA Get_FX.

Property-public

Ycoord

PA Get_FY.

Property-public

Nwires

PA FNConds (variable) and set_Nwires.

Property-public

Nphases

PA FNPhases (variable) and set_Nphases.

Property-public

Units

PA Get_FUnits .

Method-public

LoadSpacingAndWires

Called from a Line object that has its own Spacing and Wires input automatically sets reduce=y if the spacing has more wires than phases.

Property-public

Nconds

PA get_Nconds and set_Nconds.

Property-public

ActiveCond

PA FActiveCond (variable) and set_ActiveCond.

Property-public

Zmatrix

PA Get_Zmatrix.

Property-public

YCmatrix

PA Get_YCmatrix.

Property-public

RhoEarth

PA Get_RhoEarth and Set_RhoEarth.

Property-public

ConductorName

PA Get_ConductorName.

Property-public

ConductorData

PA Get_ConductorData.

Property-public

NWires

PA FNConds (variable).

Property-public

PhaseChoice

PA Get_PhaseChoice.