|
<< Click to Display Table of Contents >> SetShuntCap Method
|
![]() ![]()
|
![]()
procedure SetShuntCap(
const Name: WideString;
Q: WideString;
Available, InService, Control: Integer;
VpuControl: Double
);
![]()
Sets the selected Shunt Capacitor's load
![]()
Parameter |
Usage |
Name |
Shunt Capacitor Name. |
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.SetShuntCap( ShuntCapName, Q, Available, InService, Control, VpuControl);
![]()
![]()