![]() |
Power System Platform
2026w10a-beta
|
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 |
Stores reactive power limits and their status for a bus.
Definition at line 77 of file ElectricCalculation.h.
| ReactiveLimitsType ReactiveLimits::limitReached = RL_NONE_REACHED |
Indicates whether a reactive limit has been reached.
Definition at line 84 of file ElectricCalculation.h.
| double ReactiveLimits::maxLimit = 0.0 |
Maximum reactive power limit.
Definition at line 78 of file ElectricCalculation.h.
| ReactiveLimitsType ReactiveLimits::maxLimitType = RL_UNLIMITED |
Type of maximum reactive power limit.
Definition at line 81 of file ElectricCalculation.h.
| double ReactiveLimits::minLimit = 0.0 |
Minimum reactive power limit.
Definition at line 79 of file ElectricCalculation.h.
| ReactiveLimitsType ReactiveLimits::minLimitType = RL_UNLIMITED |
Type of minimum reactive power limit.
Definition at line 82 of file ElectricCalculation.h.