Skip to content

Commit c4331e3

Browse files
committed
FIX: Microgrid associations
1 parent 56769b8 commit c4331e3

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

ravens/lib/template.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,58 @@
681681
"type": "string",
682682
"$referencePath": "ConnectivityNode"
683683
}
684+
},
685+
"EquipmentContainer.Equipments": {
686+
"type": "array",
687+
"items": {
688+
"$objectType": "reference",
689+
"$objectId": "Equipment",
690+
"$arrayPosition": null,
691+
"anyOf": [
692+
{
693+
"$objectType": "reference",
694+
"$objectId": "Equipment",
695+
"type": "string",
696+
"$referencePath": "PowerSystemResource/Equipment"
697+
},
698+
{
699+
"$objectType": "reference",
700+
"$objectId": "EnergyConsumer",
701+
"type": "string",
702+
"$referencePath": "PowerSystemResource/Equipment/ConductingEquipment/EnergyConnection/EnergyConsumer"
703+
},
704+
{
705+
"$objectType": "reference",
706+
"$objectId": "EnergySource",
707+
"type": "string",
708+
"$referencePath": "PowerSystemResource/Equipment/ConductingEquipment/EnergyConnection/EnergySource"
709+
},
710+
{
711+
"$objectType": "reference",
712+
"$objectId": "ACLineSegment",
713+
"type": "string",
714+
"$referencePath": "PowerSystemResource/Equipment/ConductingEquipment/Conductor/ACLineSegment"
715+
},
716+
{
717+
"$objectType": "reference",
718+
"$objectId": "SeriesCompensator",
719+
"type": "string",
720+
"$referencePath": "PowerSystemResource/Equipment/ConductingEquipment/SeriesCompensator"
721+
},
722+
{
723+
"$objectType": "reference",
724+
"$objectId": "Switch",
725+
"type": "string",
726+
"$referencePath": "PowerSystemResource/Equipment/ConductingEquipment/Switch"
727+
},
728+
{
729+
"$objectType": "reference",
730+
"$objectId": "PowerTransformer",
731+
"type": "string",
732+
"$referencePath": "PowerSystemResource/Equipment/ConductingEquipment/PowerTransformer"
733+
}
734+
]
735+
}
684736
}
685737
}
686738
}

0 commit comments

Comments
 (0)