Reserve symmetry requirement#
Technology ID: RESERVE_SYMMETRY_REQUIREMENT
Technology parameters:
ID |
Label |
Unit |
Behaviors |
Description |
---|---|---|---|---|
SET_CONSTRAINTS |
Set constraints |
Boolean |
Boolean that activates the associated model object |
|
ACTIVATION_PER_ZONE |
Reserve Procurement Symmetry Requirement per Zone |
Boolean/node |
Matrix defining for each zone if reserve procurement is symmetric or not |
|
Model code:
if bool(asset.getData(SET_CONSTRAINTS).getDataValue()) == True:
activationPerZone = parseIndexedMatrixWithTwoColumns(asset, indexedMatrixName=ACTIVATION_PER_ZONE)
reserveSymmetryRequirement(activationPerZone)