Set a Feeder with a Substation Bank Parent
The following example code sets a feeder with a substation bank parent.
<?xml version="1.0" encoding="utf-8"?> <DistributionEquipmentHierarchy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.itron.com/distributionhierarchy/2013/03"> <SetDistributionEquipment DistributionEquipmentId="Test_Feeder_VA" DistributionEquipmentType="Feeder" EquipmentStatus="Active" TimeZone="PacificUS"> <SetParentEquipment ParentEquipmentId="Test_SubstationBank_VA" ParentEquipmentType="SubstationBank"/> <SetMeter MeterId="Mtr_Test_Feeder_VA" PhaseCount="3"> <SetChannel ChannelNumber="10063" HasIntervalData="True" Unit="WH" PowerFlowDirection="Delivered"> <SetDevice DeviceId="Device_Test_Feeder_TLM" DeviceType="0" Active="True"> </SetDevice> </SetChannel> </SetMeter> </SetDistributionEquipment> </DistributionEquipmentHierarchy>