|
<< Click to Display Table of Contents >> SetBranchSection Method
|
![]() ![]()
|
![]()
procedure SetBranchSection(
const BranchName: WideString;
SectionID: Integer;
const ConductorStr, UserCode: WideString;
Quantity :Integer;
const Distance: WideString;
Temperature, Derating: Double;
X1, Y1, X2, Y2: Integer
);
![]()
Sets the specifications of a Branch Section.
![]()
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 |
![]()
None
![]()
PowaMasterObj.SetBranchSection( BranchName, SectionID, ConductorStr, UserCode, Quantity, Distance, Temp, Derating, 100, 150, 100, 350)
![]()
![]()