![]() |
Power System Platform
2026w10a-beta
|
Public Attributes | |
| int | id = 0 |
| bool | isOnline = true |
| int | type = 0 |
| wxString | voltageBase = "0" |
| wxString | busName = "Bus" |
| double | voltage = 1.0 |
| double | angle = 0.0 |
| std::complex< double > | genPower = std::complex<double>(0, 0) |
| double | minReactivePower = -9999.0 |
| double | maxReactivePower = 99999.0 |
| int | ctrlBusID = 0 |
| std::complex< double > | loadPower = std::complex<double>(0, 0) |
| double | shuntReactive |
Definition at line 122 of file ImportForm.h.
| double ParseAnarede::BusData::angle = 0.0 |
Angle of voltage
Definition at line 129 of file ImportForm.h.
| wxString ParseAnarede::BusData::busName = "Bus" |
Bus name
Definition at line 127 of file ImportForm.h.
| int ParseAnarede::BusData::ctrlBusID = 0 |
Controlled bus ID
Definition at line 133 of file ImportForm.h.
| std::complex<double> ParseAnarede::BusData::genPower = std::complex<double>(0, 0) |
Generated power
Definition at line 130 of file ImportForm.h.
| int ParseAnarede::BusData::id = 0 |
Bus electrical ID
Definition at line 123 of file ImportForm.h.
| bool ParseAnarede::BusData::isOnline = true |
Element is online
Definition at line 124 of file ImportForm.h.
| std::complex<double> ParseAnarede::BusData::loadPower = std::complex<double>(0, 0) |
Load power
Definition at line 134 of file ImportForm.h.
| double ParseAnarede::BusData::maxReactivePower = 99999.0 |
Maximum reactive power
Definition at line 132 of file ImportForm.h.
| double ParseAnarede::BusData::minReactivePower = -9999.0 |
Minimal reactive power
Definition at line 131 of file ImportForm.h.
| double ParseAnarede::BusData::shuntReactive |
Reactive power of shunt element. Positive for capacitor, negative for inductor.
Definition at line 135 of file ImportForm.h.
| int ParseAnarede::BusData::type = 0 |
Bus Type: 0 = PQ; 1 = PV; 2 = Ref.; 3 = PQ with voltage between
Definition at line 125 of file ImportForm.h.
| double ParseAnarede::BusData::voltage = 1.0 |
Bus abs voltage (controlled value for PV and Ref. types)
Definition at line 128 of file ImportForm.h.
| wxString ParseAnarede::BusData::voltageBase = "0" |
Voltage base identifier
Definition at line 126 of file ImportForm.h.