|
<< Click to Display Table of Contents >> SetGeneratorVoltageRating Method
|
![]() ![]()
|
![]()
procedure SetGeneratorVoltageRating(
const Name: WideString;
puVoltage, Angle: Double;
const RatingP, RatingQ : WideString
);
![]()
Sets the Generator to the specified p.u. voltage, angle and Ratings.
![]()
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 |
![]()
None
![]()
PowaMasterObj.SetGeneratorVoltageRating( GenName, puV, Angle, RatingP, RatingQ);
![]()
![]()