Traits for load time series variables.
More...
#include <load.h>
|
|
static constexpr std::string_view | kCaption = "LOAD" |
| | Display name for load in outputs and GUI.
|
| |
| static constexpr std::string_view | kDescription |
| | Descriptive text for load time series. More...
|
| |
Traits for load time series variables.
- Defines the specific characteristics of electrical load variables:
- Caption: "LOAD" (as displayed in outputs and GUI)
- Description: Descriptive text for load generation/consumption
- No area member needed (load data accessed directly)
- ## Load vs Generation:
- Unlike generation variables that use areaMember pointers, load variables access data directly through
area->load.series since load is a fundamental property present in all areas.
◆ kDescription
| constexpr std::string_view Antares::Solver::Variable::Economy::LoadTraits::kDescription |
|
inlinestaticconstexpr |
Initial value:= "Load generation, thoughout all MC "
"years"
Descriptive text for load time series.
The documentation for this struct was generated from the following file:
- src/solver/variable/include/antares/solver/variable/commons/load.h