|
<< Click to Display Table of Contents >> GetShuntCap Method
|
![]() ![]()
|
![]()
procedure GetShuntCap(
const Name: WideString;
out Q: Double;
out Available, InService, Control : Integer;
out VpuControl: Double
);
![]()
Gets the selected Shunt Capacitor's load
![]()
Input Parameter |
Usage |
Name |
Shunt Capacitor Name. |
Output Parameter |
Usage |
Q |
The Reactive Power of the Shunt Capacitor can be specified for example as either "2000" or "2MVAR". |
Available |
Number of available capacitor banks. |
InService |
Capacitor banks in service. |
Control |
Allow Automatic Control (1- Allow Control, 0-Disallow Control). |
VpuControl |
p.u. Control voltage. |
![]()
None
![]()
PowaMasterObj.GetShuntCapLoad( ShuntCapName, Q, Available, InService, Control, VpuControl);
![]()
![]()