Skip to content

Commit

Permalink
UPD: AlgorithmProperties example
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Nov 5, 2024
1 parent d9c5934 commit 7d20752
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions examples/schema/AlgorithmProperties.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"IdentifiedObject.mRID": "c23252a0-cd95-4f64-88e8-4553aa9e1cf6",
"IdentifiedObject.name": "DesignAlgorithmProperties",
"DesignAlgorithmProperties.analysisPeriod": "P25Y",
"DesignAlgorithmProperties.energyAvailabilityLimit": 95.0,
"DesignAlgorithmProperties.energyAvailabilityObjective": 100.0,
"DesignAlgorithmProperties.purchaseCostLimit": {
"value": 10000.0,
"unit": "USD"
},
"DesignAlgorithmProperties.purchaseCostObjective": {
"value": 9000.0,
"unit": "USD"
},
"AlgorithmProperties.workingDirectory": "/tmp/a7880c4d-d916-48b3-b45c-85cbc956243e"
"AlgorithmProperties": {
"DesignAlgorithmProperties": {
"DesignAlgorithmProperties_1": {
"IdentifiedObject.mRID": "c23252a0-cd95-4f64-88e8-4553aa9e1cf6",
"IdentifiedObject.name": "DesignAlgorithmProperties_1",
"DesignAlgorithmProperties.analysisPeriod": "P25Y",
"DesignAlgorithmProperties.energyAvailabilityLimit": 95.0,
"DesignAlgorithmProperties.energyAvailabilityObjective": 100.0,
"DesignAlgorithmProperties.purchaseCostMax": {
"value": 10000.0,
"unit": "USD"
},
"DesignAlgorithmProperties.purchaseCostObjective": {
"value": 9000.0,
"unit": "USD"
},
"AlgorithmProperties.workingDirectory": "/tmp/a7880c4d-d916-48b3-b45c-85cbc956243e"
}
}
}
}

0 comments on commit 7d20752

Please sign in to comment.