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.
- cactus_test_definitions/__init__.py +39 -0
- cactus_test_definitions/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/errors.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/events.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/parameters.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/schema.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
- cactus_test_definitions/__pycache__/test_procedures.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/variable_expressions.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/version.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__init__.py +30 -0
- cactus_test_definitions/client/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__pycache__/events.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
- cactus_test_definitions/client/__pycache__/validate.cpython-312.pyc +0 -0
- cactus_test_definitions/client/actions.py +99 -0
- cactus_test_definitions/client/checks.py +128 -0
- cactus_test_definitions/client/events.py +71 -0
- cactus_test_definitions/client/procedures/ALL-01.yaml +94 -0
- cactus_test_definitions/client/procedures/ALL-02.yaml +113 -0
- cactus_test_definitions/client/procedures/ALL-03-REJ.yaml +69 -0
- cactus_test_definitions/client/procedures/ALL-03.yaml +110 -0
- cactus_test_definitions/client/procedures/ALL-04.yaml +69 -0
- cactus_test_definitions/client/procedures/ALL-05.yaml +117 -0
- cactus_test_definitions/client/procedures/ALL-06.yaml +128 -0
- cactus_test_definitions/client/procedures/ALL-07.yaml +76 -0
- cactus_test_definitions/client/procedures/ALL-08.yaml +78 -0
- cactus_test_definitions/client/procedures/ALL-09.yaml +111 -0
- cactus_test_definitions/client/procedures/ALL-10.yaml +128 -0
- cactus_test_definitions/client/procedures/ALL-11.yaml +111 -0
- cactus_test_definitions/client/procedures/ALL-12.yaml +126 -0
- cactus_test_definitions/client/procedures/ALL-13.yaml +112 -0
- cactus_test_definitions/client/procedures/ALL-14.yaml +165 -0
- cactus_test_definitions/client/procedures/ALL-15.yaml +109 -0
- cactus_test_definitions/client/procedures/ALL-16.yaml +102 -0
- cactus_test_definitions/client/procedures/ALL-17.yaml +63 -0
- cactus_test_definitions/client/procedures/ALL-18.yaml +289 -0
- cactus_test_definitions/client/procedures/ALL-19.yaml +78 -0
- cactus_test_definitions/client/procedures/ALL-20.yaml +136 -0
- cactus_test_definitions/client/procedures/ALL-21.yaml +203 -0
- cactus_test_definitions/client/procedures/ALL-22.yaml +82 -0
- cactus_test_definitions/client/procedures/ALL-23.yaml +158 -0
- cactus_test_definitions/client/procedures/ALL-24.yaml +132 -0
- cactus_test_definitions/client/procedures/ALL-25-EXT.yaml +228 -0
- cactus_test_definitions/client/procedures/ALL-25.yaml +136 -0
- cactus_test_definitions/client/procedures/ALL-26.yaml +147 -0
- cactus_test_definitions/client/procedures/ALL-27.yaml +144 -0
- cactus_test_definitions/client/procedures/ALL-28.yaml +273 -0
- cactus_test_definitions/client/procedures/ALL-29.yaml +87 -0
- cactus_test_definitions/client/procedures/ALL-30.yaml +188 -0
- cactus_test_definitions/client/procedures/BES-01.yaml +136 -0
- cactus_test_definitions/client/procedures/BES-02.yaml +137 -0
- cactus_test_definitions/client/procedures/BES-03.yaml +135 -0
- cactus_test_definitions/client/procedures/BES-04.yaml +228 -0
- cactus_test_definitions/client/procedures/DRA-01.yaml +54 -0
- cactus_test_definitions/client/procedures/DRA-02.yaml +64 -0
- cactus_test_definitions/client/procedures/DRD-01.yaml +667 -0
- cactus_test_definitions/client/procedures/DRL-01.yaml +327 -0
- cactus_test_definitions/client/procedures/GEN-01.yaml +73 -0
- cactus_test_definitions/client/procedures/GEN-02.yaml +72 -0
- cactus_test_definitions/client/procedures/GEN-03.yaml +160 -0
- cactus_test_definitions/client/procedures/GEN-04.yaml +161 -0
- cactus_test_definitions/client/procedures/GEN-05.yaml +89 -0
- cactus_test_definitions/client/procedures/GEN-06.yaml +90 -0
- cactus_test_definitions/client/procedures/GEN-07.yaml +145 -0
- cactus_test_definitions/client/procedures/GEN-08.yaml +145 -0
- cactus_test_definitions/client/procedures/GEN-09.yaml +117 -0
- cactus_test_definitions/client/procedures/GEN-10.yaml +793 -0
- cactus_test_definitions/client/procedures/GEN-11.yaml +402 -0
- cactus_test_definitions/client/procedures/GEN-12.yaml +402 -0
- cactus_test_definitions/client/procedures/GEN-13.yaml +70 -0
- cactus_test_definitions/client/procedures/LOA-01.yaml +73 -0
- cactus_test_definitions/client/procedures/LOA-02.yaml +73 -0
- cactus_test_definitions/client/procedures/LOA-03.yaml +160 -0
- cactus_test_definitions/client/procedures/LOA-04.yaml +161 -0
- cactus_test_definitions/client/procedures/LOA-05.yaml +89 -0
- cactus_test_definitions/client/procedures/LOA-06.yaml +89 -0
- cactus_test_definitions/client/procedures/LOA-07.yaml +145 -0
- cactus_test_definitions/client/procedures/LOA-08.yaml +145 -0
- cactus_test_definitions/client/procedures/LOA-09.yaml +117 -0
- cactus_test_definitions/client/procedures/LOA-10.yaml +793 -0
- cactus_test_definitions/client/procedures/LOA-11.yaml +402 -0
- cactus_test_definitions/client/procedures/LOA-12.yaml +402 -0
- cactus_test_definitions/client/procedures/LOA-13.yaml +71 -0
- cactus_test_definitions/client/procedures/MUL-01.yaml +92 -0
- cactus_test_definitions/client/procedures/MUL-02.yaml +80 -0
- cactus_test_definitions/client/procedures/MUL-03.yaml +74 -0
- cactus_test_definitions/client/test_procedures.py +185 -0
- cactus_test_definitions/client/validate.py +98 -0
- cactus_test_definitions/csipaus.py +83 -0
- cactus_test_definitions/errors.py +15 -0
- cactus_test_definitions/parameters.py +153 -0
- cactus_test_definitions/py.typed +0 -0
- cactus_test_definitions/schema.py +22 -0
- cactus_test_definitions/server/README.md +172 -0
- cactus_test_definitions/server/__init__.py +27 -0
- cactus_test_definitions/server/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/server/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions/server/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
- cactus_test_definitions/server/__pycache__/validate.cpython-312.pyc +0 -0
- cactus_test_definitions/server/actions.py +140 -0
- cactus_test_definitions/server/checks.py +152 -0
- cactus_test_definitions/server/procedures/S-ALL-01.yaml +45 -0
- cactus_test_definitions/server/procedures/S-ALL-02.yaml +65 -0
- cactus_test_definitions/server/procedures/S-ALL-03.yaml +65 -0
- cactus_test_definitions/server/procedures/S-ALL-04.yaml +137 -0
- cactus_test_definitions/server/procedures/S-ALL-05.yaml +111 -0
- cactus_test_definitions/server/procedures/S-ALL-06.yaml +111 -0
- cactus_test_definitions/server/procedures/S-ALL-07.yaml +100 -0
- cactus_test_definitions/server/procedures/S-ALL-08.yaml +77 -0
- cactus_test_definitions/server/procedures/S-ALL-09.yaml +43 -0
- cactus_test_definitions/server/procedures/S-ALL-10.yaml +68 -0
- cactus_test_definitions/server/procedures/S-ALL-11.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-12.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-13.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-14.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-15.yaml +79 -0
- cactus_test_definitions/server/procedures/S-ALL-16.yaml +79 -0
- cactus_test_definitions/server/procedures/S-ALL-17.yaml +39 -0
- cactus_test_definitions/server/procedures/S-ALL-18.yaml +35 -0
- cactus_test_definitions/server/procedures/S-ALL-19.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-20.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-21.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-22.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-23.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-24.yaml +37 -0
- cactus_test_definitions/server/procedures/S-ALL-25.yaml +151 -0
- cactus_test_definitions/server/procedures/S-ALL-41.yaml +343 -0
- cactus_test_definitions/server/procedures/S-ALL-42.yaml +81 -0
- cactus_test_definitions/server/procedures/S-ALL-43.yaml +146 -0
- cactus_test_definitions/server/procedures/S-ALL-44.yaml +51 -0
- cactus_test_definitions/server/procedures/S-ALL-45.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-48.yaml +29 -0
- cactus_test_definitions/server/procedures/S-ALL-49.yaml +56 -0
- cactus_test_definitions/server/procedures/S-ALL-51.yaml +35 -0
- cactus_test_definitions/server/procedures/S-ALL-52.yaml +35 -0
- cactus_test_definitions/server/procedures/S-ALL-53.yaml +42 -0
- cactus_test_definitions/server/procedures/S-ALL-55.yaml +45 -0
- cactus_test_definitions/server/procedures/S-ALL-56.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-57.yaml +62 -0
- cactus_test_definitions/server/procedures/S-OPT-01.yaml +42 -0
- cactus_test_definitions/server/procedures/S-OPT-02.yaml +40 -0
- cactus_test_definitions/server/procedures/S-OPT-03.yaml +47 -0
- cactus_test_definitions/server/procedures/S-OPT-04.yaml +32 -0
- cactus_test_definitions/server/procedures/S-OPT-05.yaml +33 -0
- cactus_test_definitions/server/test_procedures.py +156 -0
- cactus_test_definitions/server/validate.py +30 -0
- cactus_test_definitions/variable_expressions.py +419 -0
- cactus_test_definitions-1.8.0.dist-info/METADATA +289 -0
- cactus_test_definitions-1.8.0.dist-info/RECORD +173 -0
- cactus_test_definitions-1.8.0.dist-info/WHEEL +5 -0
- cactus_test_definitions-1.8.0.dist-info/licenses/LICENSE.txt +22 -0
- cactus_test_definitions-1.8.0.dist-info/top_level.txt +2 -0
- tests/__init__.py +0 -0
- tests/unit/__init__.py +0 -0
- tests/unit/client/__init__.py +0 -0
- tests/unit/client/test_actions.py +72 -0
- tests/unit/client/test_checks.py +71 -0
- tests/unit/client/test_events.py +36 -0
- tests/unit/client/test_test_procedures.py +103 -0
- tests/unit/client/test_validate.py +200 -0
- tests/unit/server/__init__.py +0 -0
- tests/unit/server/test_test_procedures.py +60 -0
- tests/unit/server/test_validate.py +75 -0
- tests/unit/test_csipaus.py +49 -0
- tests/unit/test_parameters.py +197 -0
- 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
|