|
DSIMA
|
Single period obligation bid. More...


Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
Public Member Functions inherited from SPBid | |
| def | __init__ |
| Constructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from SPBid | |
| min | |
| Minimum flexibility. More... | |
| max | |
| Maximum flexibility. More... | |
| acceptedMin | |
| Accepted minimum flexibility. More... | |
| acceptedMax | |
| Accepted maximum flexibility. More... | |
| modulation | |
| Modulation request. More... | |
Single period 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 | Period. |
| 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. |