GetShuntCap Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetShuntCap Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

procedure GetShuntCap(

const Name: WideString;

out Q: Double;

out Available, InService, Control : Integer;

out VpuControl: Double

);

Section

Description

Gets the selected Shunt Capacitor's load

Section

Parameters

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.

Section

Method Result

None

Section

Example

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

Section

See Also

SetShuntCap

Section