ElectricalData::line_t Struct Reference

#include <ElectricalData.h>

List of all members.

Public Member Functions

 line_t ()
 Default constructor.
 line_t (unsigned from, unsigned to, Complex y)

Public Attributes

unsigned from
 Nodes connected by the line.
unsigned to
Complex y
 Admittance of the line.
Complex B
 Line charging.
int tside
 Transformer side. This should be to or from or -1 if there is no transformer.
double turns
 Transformer turns ratio.
double phase_shift
 Transformer phase shift in radians.

Detailed Description

Structure that describes a transmission line.

Definition at line 53 of file ElectricalData.h.


Constructor & Destructor Documentation

ElectricalData::line_t::line_t ( unsigned  from,
unsigned  to,
Complex  y 
) [inline]

Create a line from not "from" to "to" with admittance y.

Definition at line 62 of file ElectricalData.h.


The documentation for this struct was generated from the following file:

Generated on 17 Jul 2013 by  doxygen 1.6.1