Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
Z
G
GenericBranch
- Class in
snl.ccss.jpowersystem.generic
Generic branch object that holds all the variables that need to be known about a branch.
GenericBranch()
- Constructor for class snl.ccss.jpowersystem.generic.
GenericBranch
GenericBus
- Class in
snl.ccss.jpowersystem.generic
Generic bus object that holds all the variables that need to be known about a bus.
GenericBus()
- Constructor for class snl.ccss.jpowersystem.generic.
GenericBus
GenericGenerator
- Class in
snl.ccss.jpowersystem.generic
Generic generator object that holds all the variables that need to be known about a generator.
GenericGenerator()
- Constructor for class snl.ccss.jpowersystem.generic.
GenericGenerator
GenericInductor
- Class in
snl.ccss.jpowersystem.generic
Generic inductor object that holds all the variables that need to be known about an inductor.
GenericInductor()
- Constructor for class snl.ccss.jpowersystem.generic.
GenericInductor
GenericLoad
- Class in
snl.ccss.jpowersystem.generic
Generic load object that holds all the variables that need to be known about a load.
GenericLoad()
- Constructor for class snl.ccss.jpowersystem.generic.
GenericLoad
GenericPowerSystem
- Class in
snl.ccss.jpowersystem.generic
Generic power system object that holds all the variables that need to be known about a power system.
GenericPowerSystem()
- Constructor for class snl.ccss.jpowersystem.generic.
GenericPowerSystem
genMvar
- Variable in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBusDO
genMw
- Variable in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBusDO
getAngle()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBus
This method should return the bus voltage angle in radians.
getBPrime()
- Method in interface snl.ccss.jpowerflow.dc.
DCPFBranch
This method should return the b prime value for the branch.
getBranchClassName()
- Method in class snl.ccss.jpowersystem.parsers.cdf.
CDFParser
getBranchList()
- Method in class snl.ccss.jpowersystem.
AbstractBus
This method returns a list of the branches connected to this bus.
getBranchList()
- Method in interface snl.ccss.jpowersystem.
Bus
This method should return a list of all Branch objects attached to this bus.
getBranchList()
- Method in class snl.ccss.jpowersystem.
PowerSystem
Returns a complete list of branches that exist in the power system.
getBranchList(Bus)
- Method in class snl.ccss.jpowersystem.
PowerSystem
Returns a list of branches that are connected to the given bus.
getBusClassName()
- Method in class snl.ccss.jpowersystem.parsers.cdf.
CDFParser
getBusDeviceList()
- Method in class snl.ccss.jpowersystem.
AbstractBus
This method returns a list of the bus devices connected to this bus.
getBusDeviceList()
- Method in interface snl.ccss.jpowersystem.
Bus
This method should return a list of all BusDevice objects attached to this bus.
getBusDeviceList()
- Method in class snl.ccss.jpowersystem.
PowerSystem
Returns a complete list of bus devices that exist in the power system.
getBusDeviceList(Bus)
- Method in class snl.ccss.jpowersystem.
PowerSystem
Returns a list of bus devices that are connected to the given bus.
getBusList()
- Method in interface snl.ccss.jpowerflow.
PFPowerSystem
This method should return a list of all buses in the system.
getBusList()
- Method in class snl.ccss.jpowersystem.
PowerSystem
Returns a complete list of buses that exist in the power system.
getBusMvar()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBus
This method should return the total amount of reactive power at the bus in per unit.
getBusMw()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBus
This method should return the total amount of real power at the bus in per unit.
getBusMw()
- Method in interface snl.ccss.jpowerflow.dc.
DCPFBus
This method should return the total amount of real power at the bus in per unit.
getCDFData()
- Method in interface snl.ccss.jpowersystem.parsers.cdf.
CDFWritable
This method should return a CDFDataObject containing the latest version of data contained in the object implementing this interface.
getDataArray()
- Method in interface snl.ccss.jpowersystem.parsers.cdf.
CDFDataObject
This method should return an array of objects containing the data available in the data object implementing this interface.
getDataArray()
- Method in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBranchDO
This method provides an array of objects containing all variables available in this data object.
getDataArray()
- Method in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFBusDO
This method provides an array of objects containing all variables available in this data object.
getDataArray()
- Method in class snl.ccss.jpowersystem.parsers.cdf.dataobjects.
CDFPowerSystemDO
This method provides an array of objects containing all variables available in this data object.
getEnergizedBranchList()
- Method in interface snl.ccss.jpowerflow.
PFPowerSystem
This method should return a list of the energized branches in the system.
getFromBus()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBranch
This method should return the bus ID number of the bus connected to its "from" or "tap" side.
getFromBus()
- Method in interface snl.ccss.jpowerflow.dc.
DCPFBranch
This method should return the bus ID number of the bus connected to its "from" or "tap" side.
getInverseSensitivities(double[])
- Static method in class snl.ccss.jpowerflow.util.
Utilities
getIterations()
- Method in class snl.ccss.jpowerflow.ac.
FullNewton
getMvarVoltageSensitivity(int)
- Static method in class snl.ccss.jpowerflow.util.
Utilities
getMwFlows()
- Method in class snl.ccss.jpowerflow.dc.
DCSolver
getNumber()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBus
This method should return the bus ID as it's represented in the system.
getNumber()
- Method in interface snl.ccss.jpowerflow.dc.
DCPFBus
This method should return the bus ID as it's represented in the system.
getPowerSystemClassName()
- Method in class snl.ccss.jpowersystem.parsers.cdf.
CDFParser
getSlackOutput()
- Method in class snl.ccss.jpowerflow.dc.
DCSolver
getSusceptance()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBus
This method should return the amount of susceptance present at the bus in per unit.
getToBus()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBranch
This method should return the bus ID number of the bus connected to its "to" or "Z" side.
getToBus()
- Method in interface snl.ccss.jpowerflow.dc.
DCPFBranch
This method should return the bus ID number of the bus connected to its "to" or "Z" side.
getVoltage()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBus
This method should return the bus voltage magnitude in per unit.
getYBus()
- Method in interface snl.ccss.jpowerflow.ac.
ACPFBranch
This method should return a 2x2 matrix of complex numbers representing the yBus for the branch.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
Z