Skip to content

Commit

Permalink
px to em 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Guo <[email protected]>
  • Loading branch information
Jerry-Jinfeng-Guo committed Feb 11, 2025
1 parent 766e1f8 commit d1570c9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/user_manual/model-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The circuit diagram for the test case is as follows:

```{tikz}
:alt: basic node
:width: 5em
:width: 4em
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
Expand All @@ -42,7 +42,7 @@ The second grid example uses a line to validate node operation for voltages othe

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

```{tikz}
:alt: line
:width: 10em
:width: 8em
\draw (3,0) node[gridnode, anchor=south]{} to (3,-1);
\draw [black, ultra thick] (0.5,-1) -- (5.5,-1);
Expand All @@ -82,7 +82,7 @@ because only 'T' transformer model is available in pandapower while power-grid-m

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

```{tikz}
:alt: shunt
:width: 10em
:width: 8em
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
Expand All @@ -115,7 +115,7 @@ While source is present in all cases, this case tests two sources being used tog

```{tikz}
:alt: source
:width: 10em
:width: 8em
\draw (3,0) node[gridnode, anchor=south]{} to (3,-4) node[gridnode, anchor=north]{};
\draw [black, ultra thick] (2.5,-1) -- (3.5,-1);
Expand All @@ -129,7 +129,7 @@ A symmetrical load can be in open or closed state. It can be of 3 types: constan

```{tikz}
:alt: sym_load
:width: 10em
:width: 8em
\draw (3,0) node[gridnode, anchor=south]{} to (3,-3);
\draw (2.5,-1) [black, ultra thick] to ++(1,0);
Expand All @@ -146,7 +146,7 @@ A symmetrical generator can be in open or closed state. It can be of 3 types: co

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

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

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

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

0 comments on commit d1570c9

Please sign in to comment.