gridiq.network
Class PQLoad

java.lang.Object
  extended by gridiq.network.PQLoad

public class PQLoad
extends java.lang.Object

This class represents a load bus. These are buses where active and reactive powers are specified but the voltage magnitude and angle are unknown. These are referred to as P-Q Buses.


Constructor Summary
PQLoad()
           
 
Method Summary
 double getActivePower()
           
 Bus getBus()
           
 double getMaxVoltage()
           
 double getMinVoltage()
           
 double getPowerRating()
           
 double getReactivePower()
           
 double getVoltageRating()
           
 boolean isAllowConversionToImpedance()
           
 boolean isConnectionStatus()
           
 void setActivePower(double activePower)
           
 void setAllowConversionToImpedance(boolean allowConversionToImpedance)
           
 void setBus(Bus bus)
           
 void setConnectionStatus(boolean connectionStatus)
           
 void setMaxVoltage(double maxVoltage)
           
 void setMinVoltage(double minVoltage)
           
 void setPowerRating(double powerRating)
           
 void setReactivePower(double reactivePower)
           
 void setVoltageRating(double voltageRating)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PQLoad

public PQLoad()
Method Detail

getBus

public Bus getBus()

setBus

public void setBus(Bus bus)

getPowerRating

public double getPowerRating()

setPowerRating

public void setPowerRating(double powerRating)

getVoltageRating

public double getVoltageRating()

setVoltageRating

public void setVoltageRating(double voltageRating)

getActivePower

public double getActivePower()

setActivePower

public void setActivePower(double activePower)

getReactivePower

public double getReactivePower()

setReactivePower

public void setReactivePower(double reactivePower)

getMaxVoltage

public double getMaxVoltage()

setMaxVoltage

public void setMaxVoltage(double maxVoltage)

getMinVoltage

public double getMinVoltage()

setMinVoltage

public void setMinVoltage(double minVoltage)

isAllowConversionToImpedance

public boolean isAllowConversionToImpedance()

setAllowConversionToImpedance

public void setAllowConversionToImpedance(boolean allowConversionToImpedance)

isConnectionStatus

public boolean isConnectionStatus()

setConnectionStatus

public void setConnectionStatus(boolean connectionStatus)