Flexibility services user.
More...
Flexibility services user.
Needed to inherit:
- name
- 'costs' personal data
- A ZIMPL model to evaluate the flexibility offers.
- A method flexibilityEvaluation wrapping the method FSU.flexiblityActivationRequest .
| def _writeContractedFlex |
( |
|
self, |
|
|
|
spBidRequestsList, |
|
|
|
ecBidRequestsList, |
|
|
|
data |
|
) |
| |
|
private |
Write the contracted flexibility in a CSV file.
- Parameters
-
| spBidRequestsList | List of accepted single period requests. |
| ecBidRequestsList | List of accepted energy constrained bid requests. |
| data | Data. |
| def flexiblityActivationRequest |
( |
|
self, |
|
|
|
model, |
|
|
|
data |
|
) |
| |
Activate the contracted flexibility through the flexibility platform.
- Parameters
-
| model | Flexibility activation model file without the extension. |
| data | Data. |
| def flexiblityEvaluationAndRequest |
( |
|
self, |
|
|
|
model, |
|
|
|
data |
|
) |
| |
Evaluate the flexibility offers and request them on the flexibility platform.
- Parameters
-
| model | Flexibility evaluation model file without the extension. |
| data | Data. |
| def initialize |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def writeFlexbilityActivated |
( |
|
self, |
|
|
|
data |
|
) |
| |
Write the flexibility activated to a data file.
Suppose that the flexibility activation request has been determined in the personal data 'u' for each node and each period.
- See also
- flexiblityActivationRequest .
- Parameters
-
| def xmlData |
( |
|
self, |
|
|
|
data |
|
) |
| |
Get the data to display.
- Parameters
-
- Returns
- XML data string.
| string acceptedFlexFile = 'acceptedFlex.dat' |
|
static |
| string activatedFlexFile = 'activatedFlex.dat' |
|
static |
The documentation for this class was generated from the following file: