GetGeneratorVoltageRating Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetGeneratorVoltageRating Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetGeneratorVoltageRating(

const Name: WideString;

out puVoltage, Angle, RatingP, RatingQ: Double

);

Section

Description

Gets the Generators specified p.u. voltage, angle and Ratings.

Section

Parameters

Input Parameter

Usage

Name

Generator Name.

Output Parameters

Usage

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

RatingQ

Reactive Power Rating of the Generator

Section

Method Results

None

Section

Example

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

Section

See Also

SetGeneratorVoltageRating

Section