Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
ReactiveLimits Struct Reference

Stores reactive power limits and their status for a bus. More...

#include <ElectricCalculation.h>

Public Attributes

double maxLimit = 0.0
 
double minLimit = 0.0
 
ReactiveLimitsType maxLimitType = RL_UNLIMITED
 
ReactiveLimitsType minLimitType = RL_UNLIMITED
 
ReactiveLimitsType limitReached = RL_NONE_REACHED
 

Detailed Description

Stores reactive power limits and their status for a bus.

Definition at line 77 of file ElectricCalculation.h.

Member Data Documentation

◆ limitReached

ReactiveLimitsType ReactiveLimits::limitReached = RL_NONE_REACHED

Indicates whether a reactive limit has been reached.

Definition at line 84 of file ElectricCalculation.h.

◆ maxLimit

double ReactiveLimits::maxLimit = 0.0

Maximum reactive power limit.

Definition at line 78 of file ElectricCalculation.h.

◆ maxLimitType

ReactiveLimitsType ReactiveLimits::maxLimitType = RL_UNLIMITED

Type of maximum reactive power limit.

Definition at line 81 of file ElectricCalculation.h.

◆ minLimit

double ReactiveLimits::minLimit = 0.0

Minimum reactive power limit.

Definition at line 79 of file ElectricCalculation.h.

◆ minLimitType

ReactiveLimitsType ReactiveLimits::minLimitType = RL_UNLIMITED

Type of minimum reactive power limit.

Definition at line 82 of file ElectricCalculation.h.


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