Interruptible load ------------------ Alt text **Technology ID: INTERRUPTIBLE_LOAD** **Input energy interface, with default energy:** - CONSUMPTION: electricity **Technology parameters:** | ID | Label | Unit | Behaviors | Description | | --- | --- | --- | --- | --- | | STORAGE_CAPACITY | Storage capacity | MW.h | | Storage capacity | | PRODUCTION_COST | Production cost | | | Production cost (emission cost excluded) | | DEMAND | Demand | MW | | Power demand | | | **Model code:** ``` python stateON = AssetState('ON') setInterruptibleLoadModel(stateON, asset) finalize(stateON) ```