Antares Simulator
Power System Simulator
|
Constructor & Destructor | |
Data::Area::Vector | localareas |
List of all areas (sub-set of the complete list) | |
std::array< Matrix< float >, 12 > | correlation |
Correlation coefficients for each month. | |
Data::Correlation::Mode | mode |
Correlation mode (monthly / annual) | |
~StudyData ()=default | |
Destructor. | |
template<class PredicateT > | |
void | loadFromStudy (Data::Study &study, const Data::Correlation &correlation, PredicateT &predicate) |
Load all informations from a study and a predicate. | |
void StudyData::loadFromStudy | ( | Data::Study & | study, |
const Data::Correlation & | correlation, | ||
PredicateT & | predicate ) |
Load all informations from a study and a predicate.
Example of a predicate:
All areas excluded from the list will see their time-series matrix reset to 1x8760.
study | A study |
predicate | Predicate to determine whether the specified object meets some criteria and to retrive some specific data from the area |