Smart Grid Applications Overview > Responder Overview > Optional Configurations > Archive Explorer > Report Criteria > Power Supply |
Version: 10.1 |
You can change which causes to total for the Power Supply column of the Reliability Indices: SAIDI by Cause Code - Summary report by editing the Value attribute of the report's PowerSupply property.
To change which causes to include:
<QueryClass Key="SaidiByCauseCodeSummary" Caption="Reliability Indices: SAIDI by Cause Code - Summary" Category="Browser">
<Properties>
<b:Property Key="Description" Value="A summary report of SAIDI by Cause Code." />
<b:Property Key="TimePeriod" Value="MTD" />
<b:Property Key="Tmi" Value="5" />
<b:Property Key="PowerSupply" Value="1" />
The above XML indicates which power supplies (by cause) are included in this report from the CAUSE_RUS domain. By default Power Supply (1) is the only cause included for the Power Supply column of this report.
Domain Name="CAUSE_RUS" xsi:type="CodedDomainConfig" DataType="Int32" SortedBy="ListedOrder">
<DomainPair Value="0" Description="<Unknown>" />
<DomainPair Value="6" Description="Planned Outage" />
<DomainPair Value="10" Description="Non-Outage" />
<DomainPair Value="1" Description="000 - Power Supply" />
<DomainPair Value="100" Description="100 - Construction" />
<DomainPair Value="110" Description="110 - Maintenance" />
<DomainPair Value="190" Description="190 - Other Planned" />
<DomainPair Value="300" Description="300 - Material or Equipment Fault/Failure" />