GetCoGen Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetCoGen Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetCoGen(

Name: WideString;

out  VControl, AControl, MotorMode : Integer;

Vpu, VAngle, P, Q, PLimit, QLimit : Double;

out LoadCategory: WideString

) : WideString;

Section

Description

Gets the specified CoGenerator's parameters

Section

Parameters

 

Parameter

Usage

Name

Generator Name.

Output Parameters

Usage

VControl

Use Voltage Control (1-Yes,0-No)

AControl

Use Angle Control (1-Yes,0-No)

MotorMode

Use Motor Mode (1-Yes,0-No)

Vpu

The p.u. control voltage

VAngle

The p.u. control angle

P

Generatot real power

Q

Generatot reactive power

PLimit

Generating power limit

QLimit

Generating reactive power limit

Load Category

Generators Load Category

Section

Method Result

None

Section

Example

PowaMasterObj.GetCoGen( GenName, VControl, AControl, MotorMode, Vpu, VAngle, P, Q, PLimit, QLimit, LoadCategory);

Section

See Also

SetCoGen

Section