DSIMA
 All Classes Namespaces Files Functions Variables
ECBid Class Reference

Energy constrained bid. More...

Inheritance diagram for ECBid:
Collaboration diagram for ECBid:

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 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...
 

Detailed Description

Energy constrained bid.

Sign convention is positive for production. The reference is 0: min <= 0 <= max.

Constructor & Destructor Documentation

def __init__ (   self,
  T,
  id = 0,
  bus = 0,
  rc = options.EPS,
  ac = options.EPS,
  dsoRc = options.EPS,
  dsoAc = options.EPS,
  owner = "" 
)

Constructor.

Parameters
TNumber of periods.
idIdentification number of the bid.
busBus of the bid.
rcReservation cost of the bid.
acActivation cost of the bid.
dsoRcReservation cost of the bid for the DSO.
dsoAcActivation cost of the bid for the DSO.
ownerOwner of the bid.

Member Data Documentation

max

Maximum flexibility for each period.

min

Minimum flexibility for each period.

modulation

Modulation request for each period.

reservation

Reservation status of a bid in [0,1].


The documentation for this class was generated from the following file: