|
<< Click to Display Table of Contents >> GetSeriesCap Method
|
![]() ![]()
|
![]()
procedure GetSeriesCap(
const Name: WideString;
out Reactance: Double;
out Available, InService: Integer;
out RatingA, RatingB: Double
);
![]()
Gets the Series Capacitor specifications
![]()
Input Parameter |
Usage |
Name |
Series Capacitor name |
Output Parameter |
Usage |
Q |
Capacitor Reactance in Ohms |
Available |
Number of available capacitor banks |
InService |
Capacitor banks in service |
RatingA |
Normal Rating (Amps) |
RatingB |
Overload Rating (Amps) |
![]()
None
![]()
PowaMasterObj.GetSeriesCap( Name, Q, AvailableBanks, InServiceBanks, RatingA, RatingB);
![]()
![]()