|
<< Click to Display Table of Contents >> SetSeriesCap Method
|
![]() ![]()
|
![]()
procedure SetSeriesCap(
const Name: WideString;
Reactance: Double;
Available, InService: Integer;
RatingA, RatingB: Double
);
![]()
Sets the Series Capacitor specifications
![]()
Parameter |
Usage |
Name |
Series Capacitor name |
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.SetSeriesCap( Name, Q, AvailableBanks, InServiceBanks, RatingA, RatingB);
![]()
![]()