Smart Grid Applications Overview > Responder Overview > Optional Configurations > Archive Explorer > Report Criteria > Planned |
Version: 10.1 |
You can change which causes to total for the Planned column of the Reliability Indices: SAIDI by Cause Code - Summary report by editing the Value attribute of the report's Planned 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" />
<b:Property Key="Planned" Value="6, 100, 110, 190" />
The above XML indicates which incidents (by cause) are included in this report from the CAUSE_RUS domain. By default Planned Outages (6), Construction (100), Maintenance (110), and Other Planned (190) are included in 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" />