CO2 emissions limit ------------------- Alt text **Technology ID: CO2_EMISSIONS_LIMIT** **Technology parameters:** | ID | Label | Unit | Behaviors | Description | | --- | --- | --- | --- | --- | | SET_CONSTRAINTS | Set constraints | Boolean | | Boolean that activates the associated model object | | CO2_EMISSIONS_LIMIT_NODES | Nodes of CO2 emissions limit | | | Matrix mapping nodes to CO2 emission limited regions | | CO2_EMISSIONS_LIMIT_ZONES | Quotas of CO2 emissions limit | | | CO2 quotas of CO2 limited regions | | | **Model code:** ``` python if bool(asset.getData("SET_CONSTRAINTS").getDataValue()) == True: setCO2EmissionLimit(asset, Crystal.getPortfolio()) ```