Pipeline equality ----------------- Alt text **Technology ID: PIPELINE_EQUALITY** **Technology parameters:** | ID | Label | Unit | Behaviors | Description | | --- | --- | --- | --- | --- | | SET_CONSTRAINTS | Set constraints | Boolean | | Boolean that activates the associated model object | | | **Model code:** ``` python if bool(asset.getData("SET_CONSTRAINTS").getDataValue()) == True: setTransmissionEquality(Crystal.getPortfolio(), F_PIPELINE) ```