gridiq.network
Class PQLoad
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PQLoad
public PQLoad()
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)