|
Antares Simulator
Power System Simulator
|
Public Member Functions | |
| bool | reset (const Study &study) override |
| Reset data from the study. | |
| void | setTSnumber (const std::string &group_name, unsigned year, unsigned value) |
| unsigned | get (const std::string &group_name, unsigned year) const |
| bool | apply (Study &study) override |
| Apply the changes to the study corresponding data (time series, hydro levels, ...) More... | |
| CString< 512, false > | get_prefix () const override |
| unsigned | get_tsGenCount (const Study &study) const override |
Public Member Functions inherited from Antares::Data::ScenarioBuilder::TSNumberData | |
| bool | reset (const Study &study) override |
| Reset data from the study. | |
| void | setTSnumber (uint index, uint year, uint value) |
| Assign a single value. More... | |
| uint | width () const override |
| uint | height () const override |
| double | get_value (uint x, uint y) const |
| void | set_value (uint x, uint y, uint value) const |
Data manupulation | |
Additional Inherited Members | |
Public Types inherited from Antares::Data::ScenarioBuilder::TSNumberData | |
| using | MatrixType = Matrix< uint32_t > |
| Matrix. | |
Protected Member Functions inherited from Antares::Data::ScenarioBuilder::TSNumberData | |
Protected Attributes inherited from Antares::Data::ScenarioBuilder::TSNumberData | |
| MatrixType | pTSNumberRules |
| All TS number overlay (0 if auto) | |
|
overridevirtual |
Apply the changes to the study corresponding data (time series, hydro levels, ...)
This method is only useful when launched from the solver.
Implements Antares::Data::ScenarioBuilder::dataInterface.