|
DSIMA
|
Energy constrained obligation bid. More...


Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
Public Member Functions inherited from ECBid | |
| def | __init__ |
| Constructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from ECBid | |
| reservation | |
| Reservation status of a bid in [0,1]. More... | |
| min | |
| Minimum flexibility for each period. More... | |
| max | |
| Maximum flexibility for each period. More... | |
| modulation | |
| Modulation request for each period. More... | |
Energy constrained obligation bid.
| def __init__ | ( | self, | |
| T, | |||
id = 0, |
|||
bus = 0, |
|||
rc = options.EPS, |
|||
ac = options.EPS, |
|||
dsoRc = options.EPS, |
|||
dsoAc = options.EPS, |
|||
owner = "" |
|||
| ) |
Constructor.
| T | Number of periods. |
| id | Identification number of the bid. |
| bus | Bus of the bid. |
| rc | Reservation cost of the bid. |
| ac | Activation cost of the bid. |
| dsoRc | Reservation cost of the bid for the DSO. |
| dsoAc | Activation cost of the bid for the DSO. |
| owner | Owner of the bid. |