Power System Platform  2024w23a
Loading...
Searching...
No Matches
ParseMatpower::BusData Struct Reference

Public Attributes

int id = 0
 
int type = 0
 
double pd = 0.0
 
double qd = 0.0
 
double gs = 0.0
 
double bs = 0.0
 
int area = 0
 
double voltage = 1.0
 
double angle = 0.0
 
double baseVoltage = 138
 
wxString busName = "Bus"
 
wxPoint2DDouble busPosition = wxPoint2DDouble(0,0)
 

Member Data Documentation

◆ angle

double ParseMatpower::BusData::angle = 0.0

Angle of voltage

◆ area

int ParseMatpower::BusData::area = 0

Bus area

◆ baseVoltage

double ParseMatpower::BusData::baseVoltage = 138

Base voltage (kV)

◆ bs

double ParseMatpower::BusData::bs = 0.0

Shunt susceptance (MVAr, V = 1.0 p.u.). Positive for capacitor, negative for inductor?

◆ busName

wxString ParseMatpower::BusData::busName = "Bus"

Bus name

◆ busPosition

wxPoint2DDouble ParseMatpower::BusData::busPosition = wxPoint2DDouble(0,0)

Bus position

◆ gs

double ParseMatpower::BusData::gs = 0.0

Shunt condutance (MW, V = 1.0 p.u.)

◆ id

int ParseMatpower::BusData::id = 0

Bus electrical ID

◆ pd

double ParseMatpower::BusData::pd = 0.0

Real power demand (MW)

◆ qd

double ParseMatpower::BusData::qd = 0.0

Reactive power demand (MVAr)

◆ type

int ParseMatpower::BusData::type = 0

Bus Type: 1 = PQ; 2 = PV; 3 = Ref.; 4 = isolated

◆ voltage

double ParseMatpower::BusData::voltage = 1.0

Bus abs voltage (controlled value for PV and Ref. types)


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