Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
ParseMatpower::GenData Struct Reference

Public Attributes

int busID = 0
 
double pg = 0.0
 
double qg = 0.0
 
double maxReactivePower = 99999.0
 
double minReactivePower = -9999.0
 
double baseMVA = 100
 
bool isOnline = true
 

Detailed Description

Definition at line 233 of file ImportForm.h.

Member Data Documentation

◆ baseMVA

double ParseMatpower::GenData::baseMVA = 100

Generator power base (MVA)

Definition at line 239 of file ImportForm.h.

◆ busID

int ParseMatpower::GenData::busID = 0

Bus electrical ID

Definition at line 234 of file ImportForm.h.

◆ isOnline

bool ParseMatpower::GenData::isOnline = true

Machine status (> 0 = machine in-service; <= 0 = machine out-of-service)

Definition at line 240 of file ImportForm.h.

◆ maxReactivePower

double ParseMatpower::GenData::maxReactivePower = 99999.0

Maximum reactive power (MVAr)

Definition at line 237 of file ImportForm.h.

◆ minReactivePower

double ParseMatpower::GenData::minReactivePower = -9999.0

Minimal reactive power (MVAr)

Definition at line 238 of file ImportForm.h.

◆ pg

double ParseMatpower::GenData::pg = 0.0

Real power output (MW)

Definition at line 235 of file ImportForm.h.

◆ qg

double ParseMatpower::GenData::qg = 0.0

Reactive power output (MVAr)

Definition at line 236 of file ImportForm.h.


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