![]() |
Power System Platform
2026w10a-beta
|
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) |
Definition at line 219 of file ImportForm.h.
| double ParseMatpower::BusData::angle = 0.0 |
Angle of voltage
Definition at line 228 of file ImportForm.h.
| int ParseMatpower::BusData::area = 0 |
Bus area
Definition at line 226 of file ImportForm.h.
| double ParseMatpower::BusData::baseVoltage = 138 |
Base voltage (kV)
Definition at line 229 of file ImportForm.h.
| 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.
| wxString ParseMatpower::BusData::busName = "Bus" |
Bus name
Definition at line 230 of file ImportForm.h.
| wxPoint2DDouble ParseMatpower::BusData::busPosition = wxPoint2DDouble(0,0) |
Bus position
Definition at line 231 of file ImportForm.h.
| double ParseMatpower::BusData::gs = 0.0 |
Shunt condutance (MW, V = 1.0 p.u.)
Definition at line 224 of file ImportForm.h.
| int ParseMatpower::BusData::id = 0 |
Bus electrical ID
Definition at line 220 of file ImportForm.h.
| double ParseMatpower::BusData::pd = 0.0 |
Real power demand (MW)
Definition at line 222 of file ImportForm.h.
| double ParseMatpower::BusData::qd = 0.0 |
Reactive power demand (MVAr)
Definition at line 223 of file ImportForm.h.
| int ParseMatpower::BusData::type = 0 |
Bus Type: 1 = PQ; 2 = PV; 3 = Ref.; 4 = isolated
Definition at line 221 of file ImportForm.h.
| double ParseMatpower::BusData::voltage = 1.0 |
Bus abs voltage (controlled value for PV and Ref. types)
Definition at line 227 of file ImportForm.h.