|
Antares Simulator
Power System Simulator
|
Rules for TS numbers, for all years and a single timeseries. More...
#include <TSnumberData.h>
Public Types | |
| using | MatrixType = Matrix< uint32_t > |
| Matrix. | |
Data manupulation | |
| MatrixType | pTSNumberRules |
| All TS number overlay (0 if auto) | |
| 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 |
| virtual CString< 512, false > | get_prefix () const =0 |
| virtual uint | get_tsGenCount (const Study &study) const =0 |
Additional Inherited Members | |
Public Member Functions inherited from Antares::Data::ScenarioBuilder::dataInterface | |
| virtual bool | apply (Study &study)=0 |
| Apply the changes to the study corresponding data (time series, hydro levels, ...) More... | |
Rules for TS numbers, for all years and a single timeseries.
| void Antares::Data::ScenarioBuilder::TSNumberData::setTSnumber | ( | uint | index, |
| uint | year, | ||
| uint | value | ||
| ) |
Assign a single value.
| index | An area index or a thermal cluster index |
| year | A year |
| value | The new TS number |