DSIMA
 All Classes Namespaces Files Functions Variables
Bid Class Reference

Bid. More...

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 t
 Period of application. More...
 
 id
 Identification number of the bid. More...
 
 bus
 Bus of the bid. More...
 
 reservationCost
 Reservation cost of the bid. More...
 
 activationCost
 Activation cost of the bid. More...
 
 dsoReservationCost
 Reservation cost of the bid for the DSO. More...
 
 dsoActivationCost
 Activation cost of the bid for the DSO. More...
 
 owner
 
 requests
 List of buyer's requests for a bid. More...
 
 reservationBenefits
 Benefits from the reservation costs computed by the flexibility platform. More...
 
 activationBenefits
 Benefits from the activation costs computed by the flexibility platform. More...
 

Detailed Description

Bid.

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

activationBenefits

Benefits from the activation costs computed by the flexibility platform.

activationCost

Activation cost of the bid.

bus

Bus of the bid.

dsoActivationCost

Activation cost of the bid for the DSO.

dsoReservationCost

Reservation cost of the bid for the DSO.

id

Identification number of the bid.

owner
requests

List of buyer's requests for a bid.

reservationBenefits

Benefits from the reservation costs computed by the flexibility platform.

reservationCost

Reservation cost of the bid.

t

Period of application.


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