|
<< Click to Display Table of Contents >> GetBranchSection Method
|
![]() ![]()
|
![]()
procedure GetBranchSection(
const BranchName: WideString;
SectionID: Integer;
out ConductorStr, UserCode: WideString;
out Quantity : Integer;
out Distance, Temperature, Derating: Double;
out X1, Y1, X2, Y2: Integer
);
![]()
Gets the specifications of a Branch Section.
![]()
Input Parameter< |
Usage |
BranchName |
Branch Name |
SectionID |
Section of the Branch from which to obtain the specifications |
Output Parameter |
Usage |
ConductorStr |
Branch Section Conductor |
UserCode |
Branch Section User Code |
Quantity |
Branches in Parallel |
Distance |
Branch Section Length |
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.GetBranchSection( BranchName, SectionID, ConductorStr, UserCode, Quantity, Distance, Temp, Derating, X1, Y1, X2, Y2)
![]()
![]()