Power System Platform  2026w10a-beta
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)
 

Detailed Description

Definition at line 219 of file ImportForm.h.

Member Data Documentation

◆ angle

double ParseMatpower::BusData::angle = 0.0

Angle of voltage

Definition at line 228 of file ImportForm.h.

◆ area

int ParseMatpower::BusData::area = 0

Bus area

Definition at line 226 of file ImportForm.h.

◆ baseVoltage

double ParseMatpower::BusData::baseVoltage = 138

Base voltage (kV)

Definition at line 229 of file ImportForm.h.

◆ bs

double ParseMatpower::BusData::bs = 0.0

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

Definition at line 225 of file ImportForm.h.

◆ busName

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

Bus name

Definition at line 230 of file ImportForm.h.

◆ busPosition

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

Bus position

Definition at line 231 of file ImportForm.h.

◆ gs

double ParseMatpower::BusData::gs = 0.0

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

Definition at line 224 of file ImportForm.h.

◆ id

int ParseMatpower::BusData::id = 0

Bus electrical ID

Definition at line 220 of file ImportForm.h.

◆ pd

double ParseMatpower::BusData::pd = 0.0

Real power demand (MW)

Definition at line 222 of file ImportForm.h.

◆ qd

double ParseMatpower::BusData::qd = 0.0

Reactive power demand (MVAr)

Definition at line 223 of file ImportForm.h.

◆ type

int ParseMatpower::BusData::type = 0

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

Definition at line 221 of file ImportForm.h.

◆ voltage

double ParseMatpower::BusData::voltage = 1.0

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

Definition at line 227 of file ImportForm.h.


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