|
DSIMA
|
Single period bid. More...


Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
Public Attributes | |
| min | |
| Minimum flexibility. More... | |
| max | |
| Maximum flexibility. More... | |
| acceptedMin | |
| Accepted minimum flexibility. More... | |
| acceptedMax | |
| Accepted maximum flexibility. More... | |
| modulation | |
| Modulation request. More... | |
Single period bid.
Sign convention is positive for production. The reference is 0: min <= 0 <= max.
| 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. |
| acceptedMax |
Accepted maximum flexibility.
| acceptedMin |
Accepted minimum flexibility.
| max |
Maximum flexibility.
| min |
Minimum flexibility.
| modulation |
Modulation request.