Antares Simulator
Power System Simulator
Antares::Solver::Variable::Economy::LoadTraits Struct Reference

Traits for load time series variables. More...

#include <load.h>

Static Public Attributes

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...
 

Detailed Description

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.

Member Data Documentation

◆ 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: