gridiq.network
Class PVGenerator

java.lang.Object
  extended by gridiq.network.Generator
      extended by gridiq.network.PVGenerator

public class PVGenerator
extends Generator

This class represents a Regulated Bus. These are Generator buses where the real power and voltage magnitude are specified. These are referred to as P-V Buses.


Constructor Summary
PVGenerator()
           
 
Method Summary
 double getActivePower()
           
 void setActivePower(double activePower)
           
 
Methods inherited from class gridiq.network.Generator
getBus, getLossParticipationCoefficient, getMaxReactivePower, getMaxVoltage, getMinReactivePower, getMinVoltage, getPowerRating, getVoltageMagnitude, getVoltageRating, isConnectionStatus, setBus, setConnectionStatus, setLossParticipationCoefficient, setMaxReactivePower, setMaxVoltage, setMinReactivePower, setMinVoltage, setPowerRating, setVoltageMagnitude, setVoltageRating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVGenerator

public PVGenerator()
Method Detail

getActivePower

public double getActivePower()

setActivePower

public void setActivePower(double activePower)