-
Notifications
You must be signed in to change notification settings - Fork 521
/
readme.metadata.json
49 lines (49 loc) · 1.44 KB
/
readme.metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"category": "Utility network",
"description": "Demonstrates the creation of a simple electric distribution report. It traces downstream from a given point and adds up the count of customers and total load per phase.",
"formal_name": "CreateLoadReport",
"ignore": false,
"images": [
"createloadreport.jpg"
],
"keywords": [
"condition barriers",
"downstream trace",
"network analysis",
"subnetwork trace",
"trace configuration",
"traversability",
"upstream trace",
"utility network",
"validate consistency"
],
"offline_data": [],
"redirect_from": [
"/net/latest/maui/sample-code/create-load-report.htm"
],
"relevant_apis": [
"UtilityAssetType",
"UtilityCategoryComparison",
"UtilityDomainNetwork",
"UtilityElement",
"UtilityElementTraceResult",
"UtilityNetwork",
"UtilityNetworkAttribute",
"UtilityNetworkAttributeComparison",
"UtilityNetworkDefinition",
"UtilityNetworkSource",
"UtilityTerminal",
"UtilityTier",
"UtilityTraceConfiguration",
"UtilityTraceFunction",
"UtilityTraceParameters",
"UtilityTraceResult",
"UtilityTraceType",
"UtilityTraversability"
],
"snippets": [
"CreateLoadReport.xaml.cs",
"CreateLoadReport.xaml"
],
"title": "Create load report"
}