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

Detailed Description

Definition at line 122 of file ImportForm.h.

Member Data Documentation

◆ angle

double ParseAnarede::BusData::angle = 0.0

Angle of voltage

Definition at line 129 of file ImportForm.h.

◆ busName

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

Bus name

Definition at line 127 of file ImportForm.h.

◆ ctrlBusID

int ParseAnarede::BusData::ctrlBusID = 0

Controlled bus ID

Definition at line 133 of file ImportForm.h.

◆ genPower

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

Generated power

Definition at line 130 of file ImportForm.h.

◆ id

int ParseAnarede::BusData::id = 0

Bus electrical ID

Definition at line 123 of file ImportForm.h.

◆ isOnline

bool ParseAnarede::BusData::isOnline = true

Element is online

Definition at line 124 of file ImportForm.h.

◆ loadPower

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

Load power

Definition at line 134 of file ImportForm.h.

◆ maxReactivePower

double ParseAnarede::BusData::maxReactivePower = 99999.0

Maximum reactive power

Definition at line 132 of file ImportForm.h.

◆ minReactivePower

double ParseAnarede::BusData::minReactivePower = -9999.0

Minimal reactive power

Definition at line 131 of file ImportForm.h.

◆ shuntReactive

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

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

Definition at line 135 of file ImportForm.h.

◆ type

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.

◆ voltage

double ParseAnarede::BusData::voltage = 1.0

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

Definition at line 128 of file ImportForm.h.

◆ voltageBase

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

Voltage base identifier

Definition at line 126 of file ImportForm.h.


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