gridiq.network
Class ShuntAdmittance
java.lang.Object
gridiq.network.ShuntAdmittance
public class ShuntAdmittance
- extends java.lang.Object
Represents Shunt Admittance properties of a bus. Shunt admittance is the admittance
between a definite phase node and the reference terminal in the two-port network
equivalent to a given network component
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShuntAdmittance
public ShuntAdmittance()
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)
getFrequencyRating
public double getFrequencyRating()
setFrequencyRating
public void setFrequencyRating(double frequencyRating)
getConductance
public double getConductance()
setConductance
public void setConductance(double conductance)
getSusceptance
public double getSusceptance()
setSusceptance
public void setSusceptance(double susceptance)