SetGeneratorVoltageRating Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetGeneratorVoltageRating Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetGeneratorVoltageRating(

const Name: WideString;

puVoltage, Angle: Double;

const RatingP, RatingQ : WideString

);

Section

Description

Sets the Generator to the specified p.u. voltage, angle and Ratings.

Section

Parameters

 

Parameter

Usage

Name

Generator Name.

puVoltage

The per unit scheduled voltage of the Generator.

Angle

The scheduled voltage angle of the Generator in degrees.

RatingP

Active Power Rating of the Generator specified for example as either 1000 or 1MW

RatingQ

Reactive Power Rating of the Generator specified for example as either 1000 or 1MVAR

Section

Method Result

None

Section

Example

PowaMasterObj.SetGeneratorVoltageRating( GenName, puV, Angle, RatingP, RatingQ);

Section

See Also

SetGeneratorVoltageRating

Section