Demand-response --------------- Alt text **Technology ID: DEMAND-RESPONSE** **Input energy interface, with default energy:** - CONSUMPTION: electricity **Technology behaviors:** - MUST_RUN **Technology parameters:** | ID | Label | Unit | Behaviors | Description | | --- | --- | --- | --- | --- | | DEMAND_CYCLE_DURATION | Demand cycle duration | h | not MUST_RUN | Demand cycle duration, to compute a regular flexible demand from the realistic demand | | DEMAND_FIRST_HOUR | Demand first hour | h | not MUST_RUN | Demand cycle duration, to compute a regular flexible demand from the realistic demand | | STORAGE_COST | Storage cost | Euro/MW.h/h | not MUST_RUN | Cost associated with storage. Non-zero storage cost prevents equaly-optimal \ | | DEMAND | Demand | MW | | Power demand | | PMAX_IN | Pmax In | MW | not MUST_RUN | Input maximal power | | | **Model code:** ``` python stateON = AssetState('ON') setDemandResponseModel(stateON, asset) finalize(stateON) ```