Other CO2 captured production ----------------------------- Alt text **Technology ID: OTHER_CO2_CAPTURED_PRODUCTION** **Output energy interface, with default energy:** - PRODUCTION: co2_captured **Technology parameters:** | ID | Label | Unit | Behaviors | Description | | --- | --- | --- | --- | --- | | PMAX | Pmax | t/t | | Installed power capacity | | | **Model code:** ``` python stateON = AssetState('ON') stateON.setEquality(asset.getParameter(ENERGY_DELIVERY), False, asset.getData(PMAX)) finalize(stateON) ```