SetDistrict
This element is only used by the Itron Analytics District Metering Analysis application. SetDistrict determines which district a distribution type meter (District Meter) is associated to and whether this meter is supplying gas or water to the district or if it is diverting gas or water away from the District. SetDistrict requires IsDistrictMeter=”True” under SetMeter. It must be called from within the SetMeter element and multiple instances can be called per instance of SetMeter.
Diagram |
|
|
Properties |
|
|
Use |
Collection Manager |
Not used |
Performance Manager |
Not used |
|
Itron Analytics |
Required |
|
ChoiceConnect Fixed Network |
Not used |
|
Attributes |
Note: This element can only be called within <SetMeter MeterId="DistrictMeter1" MeterNumber="DistrictMeter1" MeterSize="3"" MeterInstallationDate="2001-11-21T00:00:00+00:00" EndpointInstallationDate="1985-08-21T00:00:00+00:00" MeterType="DistrictMeter" IsDistrictMeter="True"> <SetChannel ChannelNumber="1" HasIntervalData="True" PowerFlowDirection="Delivered" Unit="gal"> <SetDevice DeviceId="22222245" DeviceType="171" Active="True"> <DeviceLinkRange Start="BOT" End="EOT"/> <DecodeType DecodeType="163" Dials="6" Multiplier="1" Truncation="2"/> </SetDevice> <RegisterDisplayInfo LeftDigits="5" RightDigits="1" PaintedDigits="0" BlackDials="1"/> </SetChannel> <SetDistrict DistrictId="District1" DistrictName="District1" FlowDirection="OutFlow"/> <SetDistrict DistrictId="District2" DistrictName="District2" FlowDirection="InFlow"/> <MeterLinkRange Start="BOT" End="EOT"/> </SetMeter> |