Skip to content

Commit d1570c9

Browse files
px to em 2.0
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent 766e1f8 commit d1570c9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/user_manual/model-validation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The circuit diagram for the test case is as follows:
3131

3232
```{tikz}
3333
:alt: basic node
34-
:width: 5em
34+
:width: 4em
3535
3636
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
3737
\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
4242

4343
```{tikz}
4444
:alt: node
45-
:width: 5em
45+
:width: 4em
4646
4747
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
4848
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
@@ -56,7 +56,7 @@ The circuit diagram for the test case is as follows:
5656

5757
```{tikz}
5858
:alt: line
59-
:width: 10em
59+
:width: 8em
6060
6161
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
6262
\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
8282

8383
```{tikz}
8484
:alt: transformer
85-
:width: 10em
85+
:width: 8em
8686
8787
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
8888
\draw [black, ultra thick] (0.5,-1) -- (5.5,-1);
@@ -100,7 +100,7 @@ A shunt can be in 2 states: open or closed.
100100

101101
```{tikz}
102102
:alt: shunt
103-
:width: 10em
103+
:width: 8em
104104
105105
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
106106
\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
115115

116116
```{tikz}
117117
:alt: source
118-
:width: 10em
118+
:width: 8em
119119
120120
\draw (3,0) node[gridnode, anchor=south]{} to (3,-4) node[gridnode, anchor=north]{};
121121
\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
129129

130130
```{tikz}
131131
:alt: sym_load
132-
:width: 10em
132+
:width: 8em
133133
134134
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
135135
\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
146146

147147
```{tikz}
148148
:alt: sym_gen
149-
:width: 10em
149+
:width: 8em
150150
151151
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
152152
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -168,7 +168,7 @@ An asymmetrical load can be in open or closed state.
168168

169169
```{tikz}
170170
:alt: asym_load
171-
:width: 10em
171+
:width: 8em
172172
173173
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
174174
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -183,7 +183,7 @@ An asymmetrical generator can be in open or closed state.
183183

184184
```{tikz}
185185
:alt: asym_gen
186-
:width: 10em
186+
:width: 8em
187187
188188
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
189189
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
@@ -267,7 +267,7 @@ The test grid is as follows:
267267

268268
```{tikz}
269269
:alt: short circuit case
270-
:width: 10em
270+
:width: 6em
271271
272272
\draw [red, ultra thick] (4,7) -- (4,2);
273273
\draw (0,6) node[gridnode, anchor=east]{} to (1,6);

0 commit comments

Comments
 (0)