update 20180730

This commit is contained in:
2018-07-31 22:58:46 +02:00
parent 1a851697b7
commit f9f2184e3e
7 changed files with 137 additions and 15 deletions
Binary file not shown.
View File
+23 -4
View File
@@ -1,13 +1,32 @@
\documentclass[convert={outfile=\jobname.svg}]{standalone}
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{circuitikz}[scale=2]
\draw[color=black, thick]
(0,0)
to [R, l={R0}, short, o-] (0,1)
to [R, l={R1}, short, o-] (0,2)
(0,2.8)
to [short, *-] (-.8,2.8)
to [voltmeter] (-.8,-.35)
to [short, -*] (0,-.35)
(0,3)
to [R, l={$R_0$}, v_>=$I_{ges}$, o-] (0,1.5)
to [nos, *-] (0,1)
to [R, l={$R_1$}, v_>=$I_{ret}$, -o] (0,-.5)
(0,1.5)
to [] (.6,1.5)
to [nos, *-] (.6,1)
to [R, l={$R_1$}, -] (.6,-.5)
(.6,1.5)
to [] (1.2,1.5)
to [nos, *-] (1.2,1)
to [R, l={$R_1$}, -] (1.2,-.5)
(1.2,1.5)
to [] (1.5, 1.5) node[right]{...}
;
\end{circuitikz}