CreateBranchSection Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

CreateBranchSection Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure CreateBranchSection(

const BranchName, ConductorStr, UserCode: WideString;

Quantity : Integer;

const Distance: WideString;

Temperature, Derating: Double;

X1, Y1, X2, Y2: Integer

);

Section

Description

Creates a Branch Section connecting two Bus Bars with the parameters passed to the function.

Section

Parameters

 

Parameter

Usage

BranchName

Branch Name

ConductorStr

Branch Section Conductor

UserCode

Branch Section User Code

Quantity

Number in Parallel

Distance

Branch Section Length (1500 or 1.5km)

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.CreateBranchSection( BranchName, ConductorStr, UserCode, Quantity, '2km', Temp, Derating, 100, 150, 100, 350)

Section

See Also

CreateBus

CreateGenerator

CreateLoad

CreateMotor

CreateInductionMotor

CreateShuntCap

CreateCoGen

CreateHarmonicSource

CreateBranch

CreateTrfrBranch

CreateProtectionDevice

CreateSeriesCap

CreateSeriesReactor

Section