Retrofit -------- Alt text **Technology ID: RETROFIT** **Technology parameters:** | ID | Label | Unit | Behaviors | Description | | --- | --- | --- | --- | --- | | SET_CONSTRAINTS | Set constraints | Boolean | | Boolean that activates the associated model object | | RETROFIT_DATA_COLLECTION | Retrofit data | | | Retrofit data matrix | | | **Model code:** ``` python if bool(asset.getData("SET_CONSTRAINTS").getDataValue()) == True: setRetrofitConstraints(Crystal.getPortfolio()) ```