cactus-test-definitions 1.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. cactus_test_definitions/__init__.py +39 -0
  2. cactus_test_definitions/__pycache__/__init__.cpython-312.pyc +0 -0
  3. cactus_test_definitions/__pycache__/actions.cpython-312.pyc +0 -0
  4. cactus_test_definitions/__pycache__/checks.cpython-312.pyc +0 -0
  5. cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc +0 -0
  6. cactus_test_definitions/__pycache__/errors.cpython-312.pyc +0 -0
  7. cactus_test_definitions/__pycache__/events.cpython-312.pyc +0 -0
  8. cactus_test_definitions/__pycache__/parameters.cpython-312.pyc +0 -0
  9. cactus_test_definitions/__pycache__/schema.cpython-312.pyc +0 -0
  10. cactus_test_definitions/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
  11. cactus_test_definitions/__pycache__/test_procedures.cpython-312.pyc +0 -0
  12. cactus_test_definitions/__pycache__/variable_expressions.cpython-312.pyc +0 -0
  13. cactus_test_definitions/__pycache__/version.cpython-312.pyc +0 -0
  14. cactus_test_definitions/client/__init__.py +30 -0
  15. cactus_test_definitions/client/__pycache__/__init__.cpython-312.pyc +0 -0
  16. cactus_test_definitions/client/__pycache__/actions.cpython-312.pyc +0 -0
  17. cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc +0 -0
  18. cactus_test_definitions/client/__pycache__/events.cpython-312.pyc +0 -0
  19. cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
  20. cactus_test_definitions/client/__pycache__/validate.cpython-312.pyc +0 -0
  21. cactus_test_definitions/client/actions.py +99 -0
  22. cactus_test_definitions/client/checks.py +128 -0
  23. cactus_test_definitions/client/events.py +71 -0
  24. cactus_test_definitions/client/procedures/ALL-01.yaml +94 -0
  25. cactus_test_definitions/client/procedures/ALL-02.yaml +113 -0
  26. cactus_test_definitions/client/procedures/ALL-03-REJ.yaml +69 -0
  27. cactus_test_definitions/client/procedures/ALL-03.yaml +110 -0
  28. cactus_test_definitions/client/procedures/ALL-04.yaml +69 -0
  29. cactus_test_definitions/client/procedures/ALL-05.yaml +117 -0
  30. cactus_test_definitions/client/procedures/ALL-06.yaml +128 -0
  31. cactus_test_definitions/client/procedures/ALL-07.yaml +76 -0
  32. cactus_test_definitions/client/procedures/ALL-08.yaml +78 -0
  33. cactus_test_definitions/client/procedures/ALL-09.yaml +111 -0
  34. cactus_test_definitions/client/procedures/ALL-10.yaml +128 -0
  35. cactus_test_definitions/client/procedures/ALL-11.yaml +111 -0
  36. cactus_test_definitions/client/procedures/ALL-12.yaml +126 -0
  37. cactus_test_definitions/client/procedures/ALL-13.yaml +112 -0
  38. cactus_test_definitions/client/procedures/ALL-14.yaml +165 -0
  39. cactus_test_definitions/client/procedures/ALL-15.yaml +109 -0
  40. cactus_test_definitions/client/procedures/ALL-16.yaml +102 -0
  41. cactus_test_definitions/client/procedures/ALL-17.yaml +63 -0
  42. cactus_test_definitions/client/procedures/ALL-18.yaml +289 -0
  43. cactus_test_definitions/client/procedures/ALL-19.yaml +78 -0
  44. cactus_test_definitions/client/procedures/ALL-20.yaml +136 -0
  45. cactus_test_definitions/client/procedures/ALL-21.yaml +203 -0
  46. cactus_test_definitions/client/procedures/ALL-22.yaml +82 -0
  47. cactus_test_definitions/client/procedures/ALL-23.yaml +158 -0
  48. cactus_test_definitions/client/procedures/ALL-24.yaml +132 -0
  49. cactus_test_definitions/client/procedures/ALL-25-EXT.yaml +228 -0
  50. cactus_test_definitions/client/procedures/ALL-25.yaml +136 -0
  51. cactus_test_definitions/client/procedures/ALL-26.yaml +147 -0
  52. cactus_test_definitions/client/procedures/ALL-27.yaml +144 -0
  53. cactus_test_definitions/client/procedures/ALL-28.yaml +273 -0
  54. cactus_test_definitions/client/procedures/ALL-29.yaml +87 -0
  55. cactus_test_definitions/client/procedures/ALL-30.yaml +188 -0
  56. cactus_test_definitions/client/procedures/BES-01.yaml +136 -0
  57. cactus_test_definitions/client/procedures/BES-02.yaml +137 -0
  58. cactus_test_definitions/client/procedures/BES-03.yaml +135 -0
  59. cactus_test_definitions/client/procedures/BES-04.yaml +228 -0
  60. cactus_test_definitions/client/procedures/DRA-01.yaml +54 -0
  61. cactus_test_definitions/client/procedures/DRA-02.yaml +64 -0
  62. cactus_test_definitions/client/procedures/DRD-01.yaml +667 -0
  63. cactus_test_definitions/client/procedures/DRL-01.yaml +327 -0
  64. cactus_test_definitions/client/procedures/GEN-01.yaml +73 -0
  65. cactus_test_definitions/client/procedures/GEN-02.yaml +72 -0
  66. cactus_test_definitions/client/procedures/GEN-03.yaml +160 -0
  67. cactus_test_definitions/client/procedures/GEN-04.yaml +161 -0
  68. cactus_test_definitions/client/procedures/GEN-05.yaml +89 -0
  69. cactus_test_definitions/client/procedures/GEN-06.yaml +90 -0
  70. cactus_test_definitions/client/procedures/GEN-07.yaml +145 -0
  71. cactus_test_definitions/client/procedures/GEN-08.yaml +145 -0
  72. cactus_test_definitions/client/procedures/GEN-09.yaml +117 -0
  73. cactus_test_definitions/client/procedures/GEN-10.yaml +793 -0
  74. cactus_test_definitions/client/procedures/GEN-11.yaml +402 -0
  75. cactus_test_definitions/client/procedures/GEN-12.yaml +402 -0
  76. cactus_test_definitions/client/procedures/GEN-13.yaml +70 -0
  77. cactus_test_definitions/client/procedures/LOA-01.yaml +73 -0
  78. cactus_test_definitions/client/procedures/LOA-02.yaml +73 -0
  79. cactus_test_definitions/client/procedures/LOA-03.yaml +160 -0
  80. cactus_test_definitions/client/procedures/LOA-04.yaml +161 -0
  81. cactus_test_definitions/client/procedures/LOA-05.yaml +89 -0
  82. cactus_test_definitions/client/procedures/LOA-06.yaml +89 -0
  83. cactus_test_definitions/client/procedures/LOA-07.yaml +145 -0
  84. cactus_test_definitions/client/procedures/LOA-08.yaml +145 -0
  85. cactus_test_definitions/client/procedures/LOA-09.yaml +117 -0
  86. cactus_test_definitions/client/procedures/LOA-10.yaml +793 -0
  87. cactus_test_definitions/client/procedures/LOA-11.yaml +402 -0
  88. cactus_test_definitions/client/procedures/LOA-12.yaml +402 -0
  89. cactus_test_definitions/client/procedures/LOA-13.yaml +71 -0
  90. cactus_test_definitions/client/procedures/MUL-01.yaml +92 -0
  91. cactus_test_definitions/client/procedures/MUL-02.yaml +80 -0
  92. cactus_test_definitions/client/procedures/MUL-03.yaml +74 -0
  93. cactus_test_definitions/client/test_procedures.py +185 -0
  94. cactus_test_definitions/client/validate.py +98 -0
  95. cactus_test_definitions/csipaus.py +83 -0
  96. cactus_test_definitions/errors.py +15 -0
  97. cactus_test_definitions/parameters.py +153 -0
  98. cactus_test_definitions/py.typed +0 -0
  99. cactus_test_definitions/schema.py +22 -0
  100. cactus_test_definitions/server/README.md +172 -0
  101. cactus_test_definitions/server/__init__.py +27 -0
  102. cactus_test_definitions/server/__pycache__/__init__.cpython-312.pyc +0 -0
  103. cactus_test_definitions/server/__pycache__/actions.cpython-312.pyc +0 -0
  104. cactus_test_definitions/server/__pycache__/checks.cpython-312.pyc +0 -0
  105. cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
  106. cactus_test_definitions/server/__pycache__/validate.cpython-312.pyc +0 -0
  107. cactus_test_definitions/server/actions.py +140 -0
  108. cactus_test_definitions/server/checks.py +152 -0
  109. cactus_test_definitions/server/procedures/S-ALL-01.yaml +45 -0
  110. cactus_test_definitions/server/procedures/S-ALL-02.yaml +65 -0
  111. cactus_test_definitions/server/procedures/S-ALL-03.yaml +65 -0
  112. cactus_test_definitions/server/procedures/S-ALL-04.yaml +137 -0
  113. cactus_test_definitions/server/procedures/S-ALL-05.yaml +111 -0
  114. cactus_test_definitions/server/procedures/S-ALL-06.yaml +111 -0
  115. cactus_test_definitions/server/procedures/S-ALL-07.yaml +100 -0
  116. cactus_test_definitions/server/procedures/S-ALL-08.yaml +77 -0
  117. cactus_test_definitions/server/procedures/S-ALL-09.yaml +43 -0
  118. cactus_test_definitions/server/procedures/S-ALL-10.yaml +68 -0
  119. cactus_test_definitions/server/procedures/S-ALL-11.yaml +36 -0
  120. cactus_test_definitions/server/procedures/S-ALL-12.yaml +36 -0
  121. cactus_test_definitions/server/procedures/S-ALL-13.yaml +36 -0
  122. cactus_test_definitions/server/procedures/S-ALL-14.yaml +36 -0
  123. cactus_test_definitions/server/procedures/S-ALL-15.yaml +79 -0
  124. cactus_test_definitions/server/procedures/S-ALL-16.yaml +79 -0
  125. cactus_test_definitions/server/procedures/S-ALL-17.yaml +39 -0
  126. cactus_test_definitions/server/procedures/S-ALL-18.yaml +35 -0
  127. cactus_test_definitions/server/procedures/S-ALL-19.yaml +34 -0
  128. cactus_test_definitions/server/procedures/S-ALL-20.yaml +34 -0
  129. cactus_test_definitions/server/procedures/S-ALL-21.yaml +34 -0
  130. cactus_test_definitions/server/procedures/S-ALL-22.yaml +34 -0
  131. cactus_test_definitions/server/procedures/S-ALL-23.yaml +34 -0
  132. cactus_test_definitions/server/procedures/S-ALL-24.yaml +37 -0
  133. cactus_test_definitions/server/procedures/S-ALL-25.yaml +151 -0
  134. cactus_test_definitions/server/procedures/S-ALL-41.yaml +343 -0
  135. cactus_test_definitions/server/procedures/S-ALL-42.yaml +81 -0
  136. cactus_test_definitions/server/procedures/S-ALL-43.yaml +146 -0
  137. cactus_test_definitions/server/procedures/S-ALL-44.yaml +51 -0
  138. cactus_test_definitions/server/procedures/S-ALL-45.yaml +34 -0
  139. cactus_test_definitions/server/procedures/S-ALL-48.yaml +29 -0
  140. cactus_test_definitions/server/procedures/S-ALL-49.yaml +56 -0
  141. cactus_test_definitions/server/procedures/S-ALL-51.yaml +35 -0
  142. cactus_test_definitions/server/procedures/S-ALL-52.yaml +35 -0
  143. cactus_test_definitions/server/procedures/S-ALL-53.yaml +42 -0
  144. cactus_test_definitions/server/procedures/S-ALL-55.yaml +45 -0
  145. cactus_test_definitions/server/procedures/S-ALL-56.yaml +36 -0
  146. cactus_test_definitions/server/procedures/S-ALL-57.yaml +62 -0
  147. cactus_test_definitions/server/procedures/S-OPT-01.yaml +42 -0
  148. cactus_test_definitions/server/procedures/S-OPT-02.yaml +40 -0
  149. cactus_test_definitions/server/procedures/S-OPT-03.yaml +47 -0
  150. cactus_test_definitions/server/procedures/S-OPT-04.yaml +32 -0
  151. cactus_test_definitions/server/procedures/S-OPT-05.yaml +33 -0
  152. cactus_test_definitions/server/test_procedures.py +156 -0
  153. cactus_test_definitions/server/validate.py +30 -0
  154. cactus_test_definitions/variable_expressions.py +419 -0
  155. cactus_test_definitions-1.8.0.dist-info/METADATA +289 -0
  156. cactus_test_definitions-1.8.0.dist-info/RECORD +173 -0
  157. cactus_test_definitions-1.8.0.dist-info/WHEEL +5 -0
  158. cactus_test_definitions-1.8.0.dist-info/licenses/LICENSE.txt +22 -0
  159. cactus_test_definitions-1.8.0.dist-info/top_level.txt +2 -0
  160. tests/__init__.py +0 -0
  161. tests/unit/__init__.py +0 -0
  162. tests/unit/client/__init__.py +0 -0
  163. tests/unit/client/test_actions.py +72 -0
  164. tests/unit/client/test_checks.py +71 -0
  165. tests/unit/client/test_events.py +36 -0
  166. tests/unit/client/test_test_procedures.py +103 -0
  167. tests/unit/client/test_validate.py +200 -0
  168. tests/unit/server/__init__.py +0 -0
  169. tests/unit/server/test_test_procedures.py +60 -0
  170. tests/unit/server/test_validate.py +75 -0
  171. tests/unit/test_csipaus.py +49 -0
  172. tests/unit/test_parameters.py +197 -0
  173. tests/unit/test_variable_expressions.py +402 -0
@@ -0,0 +1,36 @@
1
+ Description: Active Control - Export Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModExpLimW = 0W and no rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: der-control
33
+ parameters:
34
+ minimum_count: 1
35
+ opModExpLimW: 0
36
+ rampTms: null
@@ -0,0 +1,36 @@
1
+ Description: Active Control - Generation Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModGenLimW = 0W and no rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: der-control
33
+ parameters:
34
+ minimum_count: 1
35
+ opModGenLimW: 0
36
+ rampTms: null
@@ -0,0 +1,36 @@
1
+ Description: Active Control - Import Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModImpLimW = 0W and no rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: der-control
33
+ parameters:
34
+ minimum_count: 1
35
+ opModImpLimW: 0
36
+ rampTms: null
@@ -0,0 +1,36 @@
1
+ Description: Active Control - Load Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModLoadLimW = 0W and no rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: der-control
33
+ parameters:
34
+ minimum_count: 1
35
+ opModLoadLimW: 0
36
+ rampTms: null
@@ -0,0 +1,79 @@
1
+ Description: Active Control - Energise / De-energise
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModEnergize = true and without including the rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ checks:
26
+ - type: end-device
27
+ parameters:
28
+ matches_client: true
29
+ - type: der-control
30
+ parameters:
31
+ minimum_count: 1
32
+ opModEnergize: True
33
+ rampTms: null
34
+
35
+ - id: (1) De-energize
36
+ repeat_until_pass: true
37
+ client: client
38
+ instructions:
39
+ - Configure an active control with opModEnergize = false and without including the rampTms attribute.
40
+ action:
41
+ type: discovery
42
+ parameters:
43
+ resources:
44
+ - EndDevice
45
+ - DERControlList
46
+ - DER
47
+ - DERControl
48
+ checks:
49
+ - type: end-device
50
+ parameters:
51
+ matches_client: true
52
+ - type: der-control
53
+ parameters:
54
+ minimum_count: 1
55
+ opModEnergize: False
56
+ rampTms: null
57
+
58
+ - id: (2) Energize
59
+ repeat_until_pass: true
60
+ client: client
61
+ instructions:
62
+ - Configure an active control with opModEnergize = true and without including the rampTms attribute.
63
+ action:
64
+ type: discovery
65
+ parameters:
66
+ resources:
67
+ - EndDevice
68
+ - DERControlList
69
+ - DER
70
+ - DERControl
71
+ checks:
72
+ - type: end-device
73
+ parameters:
74
+ matches_client: true
75
+ - type: der-control
76
+ parameters:
77
+ minimum_count: 1
78
+ opModEnergize: True
79
+ rampTms: null
@@ -0,0 +1,79 @@
1
+ Description: Active Control - Disconnect
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModConnect = true and without including the rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ checks:
26
+ - type: end-device
27
+ parameters:
28
+ matches_client: true
29
+ - type: der-control
30
+ parameters:
31
+ minimum_count: 1
32
+ opModConnect: True
33
+ rampTms: null
34
+
35
+ - id: (1) De-energize
36
+ repeat_until_pass: true
37
+ client: client
38
+ instructions:
39
+ - Configure an active control with opModConnect = false and without including the rampTms attribute.
40
+ action:
41
+ type: discovery
42
+ parameters:
43
+ resources:
44
+ - EndDevice
45
+ - DERControlList
46
+ - DER
47
+ - DERControl
48
+ checks:
49
+ - type: end-device
50
+ parameters:
51
+ matches_client: true
52
+ - type: der-control
53
+ parameters:
54
+ minimum_count: 1
55
+ opModConnect: False
56
+ rampTms: null
57
+
58
+ - id: (2) Energize
59
+ repeat_until_pass: true
60
+ client: client
61
+ instructions:
62
+ - Configure an active control with opModConnect = true and without including the rampTms attribute.
63
+ action:
64
+ type: discovery
65
+ parameters:
66
+ resources:
67
+ - EndDevice
68
+ - DERControlList
69
+ - DER
70
+ - DERControl
71
+ checks:
72
+ - type: end-device
73
+ parameters:
74
+ matches_client: true
75
+ - type: der-control
76
+ parameters:
77
+ minimum_count: 1
78
+ opModConnect: True
79
+ rampTms: null
@@ -0,0 +1,39 @@
1
+ Description: Active Control - Control Combinations
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModExpLimW = 50% of the DER active power rating, opModGenLimW = 0W, opModImpLimW = 50% the DER active power rating, opModLoadLimW = 0W, opModEnergize = false, opModConnect = false, and without including the rampTms attribute.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ checks:
26
+ - type: end-device
27
+ parameters:
28
+ matches_client: true
29
+ - type: der-control
30
+ parameters:
31
+ minimum_count: 1
32
+ opModExpLimW: $(setMaxW * 0.5)
33
+ opModGenLimW: 0
34
+ opModImpLimW: $(setMaxW * 0.5)
35
+ opModLoadLimW: 0
36
+ opModEnergize: False
37
+ opModConnect: False
38
+ rampTms: null
39
+
@@ -0,0 +1,35 @@
1
+ Description: Active Control - Ramp Rates
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure an active control with opModExpLimW = 0, opModImpLimW = 0, rampTms=30 seconds.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ checks:
26
+ - type: end-device
27
+ parameters:
28
+ matches_client: true
29
+ - type: der-control
30
+ parameters:
31
+ minimum_count: 1
32
+ opModExpLimW: 0
33
+ opModImpLimW: 0
34
+ rampTms: 30
35
+
@@ -0,0 +1,34 @@
1
+ Description: Default Control - Export Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure a default control with opModExpLimW = 30 % of DER max rated active power.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DefaultDERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: default-der-control
33
+ parameters:
34
+ opModExpLimW: $(setMaxW * 0.3)
@@ -0,0 +1,34 @@
1
+ Description: Default Control - Generation Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure a default control with opModGenLimW = 30 % of DER max rated active power.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DefaultDERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: default-der-control
33
+ parameters:
34
+ opModGenLimW: $(setMaxW * 0.3)
@@ -0,0 +1,34 @@
1
+ Description: Default Control - Import Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure a default control with opModImpLimW = 30 % of DER max rated active power.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DefaultDERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: default-der-control
33
+ parameters:
34
+ opModImpLimW: $(setMaxW * 0.3)
@@ -0,0 +1,34 @@
1
+ Description: Default Control - Load Limit
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure a default control with opModLoadLimW = 30 % of DER max rated active power.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DefaultDERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: default-der-control
33
+ parameters:
34
+ opModLoadLimW: $(setMaxW * 0.3)
@@ -0,0 +1,34 @@
1
+ Description: Default Control - Ramp Rate
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure a default control with setGradW = 1 % per second.
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DefaultDERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: default-der-control
33
+ parameters:
34
+ setGradW: 1
@@ -0,0 +1,37 @@
1
+ Description: Default Control - Control Combinations
2
+ Category: Control
3
+ Classes:
4
+ - A
5
+
6
+ TargetVersions:
7
+ - v1.2
8
+
9
+ Preconditions:
10
+ required_clients:
11
+ - id: client
12
+
13
+ Steps:
14
+ - id: (A) PRECONDITION
15
+ repeat_until_pass: true
16
+ client: client
17
+ instructions:
18
+ - Create an EndDevice registration.
19
+ - Configure a default control with - opModExpLimW = 50% of the DER active power rating, opModGenLimW = 0W, opModImpLimW = 50% of the DER active power rating, opModLoadLimW = 0W
20
+ action:
21
+ type: discovery
22
+ parameters:
23
+ resources:
24
+ - EndDevice
25
+ - DERControlList
26
+ - DER
27
+ - DefaultDERControl
28
+ checks:
29
+ - type: end-device
30
+ parameters:
31
+ matches_client: true
32
+ - type: default-der-control
33
+ parameters:
34
+ opModExpLimW: $(setMaxW * 0.5)
35
+ opModGenLimW: 0
36
+ opModImpLimW: $(setMaxW * 0.5)
37
+ opModLoadLimW: 0