SetShuntCap Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

SetShuntCap Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetShuntCap(

const Name: WideString;

Q: WideString;

Available, InService, Control: Integer;

VpuControl: Double

);

Section

Description

Sets the selected Shunt Capacitor's load

Section

Parameters

 

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.

Section

Method Result

None

Section

Example

PowaMasterObj.SetShuntCap( ShuntCapName, Q, Available, InService, Control, VpuControl);

Section

See Also

GetShuntCap

Section