gridiq.network
Class ShuntAdmittance

java.lang.Object
  extended by 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


Constructor Summary
ShuntAdmittance()
           
 
Method Summary
 Bus getBus()
           
 double getConductance()
           
 double getFrequencyRating()
           
 double getPowerRating()
           
 double getSusceptance()
           
 double getVoltageRating()
           
 void setBus(Bus bus)
           
 void setConductance(double conductance)
           
 void setFrequencyRating(double frequencyRating)
           
 void setPowerRating(double powerRating)
           
 void setSusceptance(double susceptance)
           
 void setVoltageRating(double voltageRating)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShuntAdmittance

public ShuntAdmittance()
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)

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)