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

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
 

Member Data Documentation

◆ angle

double ParseAnarede::BusData::angle = 0.0

Angle of voltage

◆ busName

wxString ParseAnarede::BusData::busName = "Bus"

Bus name

◆ ctrlBusID

int ParseAnarede::BusData::ctrlBusID = 0

Controlled bus ID

◆ genPower

std::complex<double> ParseAnarede::BusData::genPower = std::complex<double>(0, 0)

Generated power

◆ id

int ParseAnarede::BusData::id = 0

Bus electrical ID

◆ isOnline

bool ParseAnarede::BusData::isOnline = true

Element is online

◆ loadPower

std::complex<double> ParseAnarede::BusData::loadPower = std::complex<double>(0, 0)

Load power

◆ maxReactivePower

double ParseAnarede::BusData::maxReactivePower = 99999.0

Maximum reactive power

◆ minReactivePower

double ParseAnarede::BusData::minReactivePower = -9999.0

Minimal reactive power

◆ shuntReactive

double ParseAnarede::BusData::shuntReactive
Initial value:
=
0.0

Reactive power of shunt element. Positive for capacitor, negative for inductor.

◆ type

int ParseAnarede::BusData::type = 0

Bus Type: 0 = PQ; 1 = PV; 2 = Ref.; 3 = PQ with voltage between

◆ voltage

double ParseAnarede::BusData::voltage = 1.0

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

◆ voltageBase

wxString ParseAnarede::BusData::voltageBase = "0"

Voltage base identifier


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