@@ -31,7 +31,7 @@ The circuit diagram for the test case is as follows:
31
31
32
32
``` {tikz}
33
33
:alt: basic node
34
- :width: 5em
34
+ :width: 4em
35
35
36
36
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
37
37
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -42,7 +42,7 @@ The second grid example uses a line to validate node operation for voltages othe
42
42
43
43
``` {tikz}
44
44
:alt: node
45
- :width: 5em
45
+ :width: 4em
46
46
47
47
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
48
48
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -56,7 +56,7 @@ The circuit diagram for the test case is as follows:
56
56
57
57
``` {tikz}
58
58
:alt: line
59
- :width: 10em
59
+ :width: 8em
60
60
61
61
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
62
62
\draw [black, ultra thick] (0.5,-1) -- (5.5,-1);
@@ -82,7 +82,7 @@ because only 'T' transformer model is available in pandapower while power-grid-m
82
82
83
83
``` {tikz}
84
84
:alt: transformer
85
- :width: 10em
85
+ :width: 8em
86
86
87
87
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
88
88
\draw [black, ultra thick] (0.5,-1) -- (5.5,-1);
@@ -100,7 +100,7 @@ A shunt can be in 2 states: open or closed.
100
100
101
101
``` {tikz}
102
102
:alt: shunt
103
- :width: 10em
103
+ :width: 8em
104
104
105
105
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
106
106
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -115,7 +115,7 @@ While source is present in all cases, this case tests two sources being used tog
115
115
116
116
``` {tikz}
117
117
:alt: source
118
- :width: 10em
118
+ :width: 8em
119
119
120
120
\draw (3,0) node[gridnode, anchor=south]{} to (3,-4) node[gridnode, anchor=north]{};
121
121
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -129,7 +129,7 @@ A symmetrical load can be in open or closed state. It can be of 3 types: constan
129
129
130
130
``` {tikz}
131
131
:alt: sym_load
132
- :width: 10em
132
+ :width: 8em
133
133
134
134
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
135
135
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -146,7 +146,7 @@ A symmetrical generator can be in open or closed state. It can be of 3 types: co
146
146
147
147
``` {tikz}
148
148
:alt: sym_gen
149
- :width: 10em
149
+ :width: 8em
150
150
151
151
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
152
152
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -168,7 +168,7 @@ An asymmetrical load can be in open or closed state.
168
168
169
169
``` {tikz}
170
170
:alt: asym_load
171
- :width: 10em
171
+ :width: 8em
172
172
173
173
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
174
174
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -183,7 +183,7 @@ An asymmetrical generator can be in open or closed state.
183
183
184
184
``` {tikz}
185
185
:alt: asym_gen
186
- :width: 10em
186
+ :width: 8em
187
187
188
188
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
189
189
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -267,7 +267,7 @@ The test grid is as follows:
267
267
268
268
``` {tikz}
269
269
:alt: short circuit case
270
- :width: 10em
270
+ :width: 6em
271
271
272
272
\draw [red, ultra thick] (4,7) -- (4,2);
273
273
\draw (0,6) node[gridnode, anchor=east]{} to (1,6);
0 commit comments