|
<< Click to Display Table of Contents >> CreateBranchSection Method
|
![]() ![]()
|
![]()
procedure CreateBranchSection(
const BranchName, ConductorStr, UserCode: WideString;
Quantity : Integer;
const Distance: WideString;
Temperature, Derating: Double;
X1, Y1, X2, Y2: Integer
);
![]()
Creates a Branch Section connecting two Bus Bars with the parameters passed to the function.
![]()
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 |
![]()
None
![]()
PowaMasterObj.CreateBranchSection( BranchName, ConductorStr, UserCode, Quantity, '2km', Temp, Derating, 100, 150, 100, 350)
![]()
![]()