SetBranchSection Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

SetBranchSection Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 
procedure SetBranchSection(

const BranchName: WideString;

SectionID: Integer;

const ConductorStr, UserCode: WideString;

Quantity :Integer;

const Distance: WideString;

Temperature, Derating: Double;

X1, Y1, X2, Y2: Integer

);

Section

Description

Sets the specifications of a Branch Section.

Section

Parameters

Input Parameter

Usage

BranchName

Branch Name

SectionID

Section of the Branch from which to obtain the specifications

ConductorStr

Branch Section Conductor

UserCode

Branch Section User Code

Quantity

Number in Parallel

Distance

Branch Section Length (1000 or 1km)

Temperature

Branch Section Operating Temperature

Derating

Branch Section Derating

X1

Start Point X Co-ordinate

Y1

Start Point Y Co-ordinate

X2

End Point X Co-ordinate

Y2

End Point Y Co-ordinate

Section

Method Result

None

Section

Example

PowaMasterObj.SetBranchSection( BranchName, SectionID, ConductorStr, UserCode, Quantity, Distance, Temp, Derating, 100, 150, 100, 350)

Section

See Also

GetBranchSection

GetBranchSections

Section