44 lines
1.1 KiB
TeX
44 lines
1.1 KiB
TeX
\documentclass[]{standalone}
|
|
\input{./tikzpreamble}
|
|
|
|
\begin{document}
|
|
\begin{circuitikz}[scale=2]
|
|
|
|
\draw[color=black, thick]
|
|
(0,3)
|
|
to [short, *-] (-.8,3)
|
|
to [voltmeter] (-.8,-.5)
|
|
to [short, -*] (0,-.5)
|
|
|
|
(0,3.2) node[right] {V$_\text{SS}$ = 1.8V}
|
|
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)
|
|
to (0,-.8) node[draw=black, fill=white]{reticle}
|
|
to (0,-1.2)
|
|
to [short, -o] (-.3, -1.2) node[left] {GND}
|
|
|
|
(0,1.5)
|
|
to [R, l={$R_{0+}$}] (1,1.5)
|
|
to [nos, *-] (1,1)
|
|
to [R, l={$R_1$}, -] (1,-.5)
|
|
to (1,-.8) node[draw=black, fill=white]{reticle}
|
|
to (1,-1.2)
|
|
to [short, -*] (0, -1.2)
|
|
|
|
(1,1.5)
|
|
to [R, l={$R_{0+}$}] (2,1.5)
|
|
to [nos, *-] (2,1)
|
|
to [R, l={$R_1$}, -] (2,-.5)
|
|
to (2,-.8) node[draw=black, fill=white]{reticle}
|
|
to (2,-1.2)
|
|
to [short, -*] (1, -1.2)
|
|
|
|
(2,-1.2) to[short, *-] (2.5, -1.2) node[right]{\ldots}
|
|
(2,1.5)
|
|
to [] (2.5, 1.5) node[right]{\ldots}
|
|
;
|
|
|
|
\end{circuitikz}
|
|
\end{document}
|