Uses of Package
gridiq.poweranalysis.results

Packages that use gridiq.poweranalysis.results
gridiq.agents GridIQ - A test bed for smart grid agents This package contains agent classes for interacting with GridIQ. 
gridiq.poweranalysis GridIQ - A test bed for smart grid agents Classes in this component are responsible for directly interacting with the power simulation tool. 
gridiq.poweranalysis.psat.parser GridIQ - A test bed for smart grid agents This package containes classes for parsing and serialising PSAT data files. 
gridiq.poweranalysis.results GridIQ - A test bed for smart grid agents This package contains classes to represent simulation results. 
gridiq.simulation GridIQ - A test bed for smart grid agents This package contains core classes for running simulations. 
 

Classes in gridiq.poweranalysis.results used by gridiq.agents
BusResult
          This class represents the simulation result for a single bus in the network, which may contain multiple LineResults.
 

Classes in gridiq.poweranalysis.results used by gridiq.poweranalysis
SimResults
          Represents the simulation results for an entire network for a single time step.
 

Classes in gridiq.poweranalysis.results used by gridiq.poweranalysis.psat.parser
SimResults
          Represents the simulation results for an entire network for a single time step.
 

Classes in gridiq.poweranalysis.results used by gridiq.poweranalysis.results
BusResult
          This class represents the simulation result for a single bus in the network, which may contain multiple LineResults.
LineResult
          This class represents the simulation result for a single line in the network.
 

Classes in gridiq.poweranalysis.results used by gridiq.simulation
BusResult
          This class represents the simulation result for a single bus in the network, which may contain multiple LineResults.
SimResults
          Represents the simulation results for an entire network for a single time step.