Man kann die Pfeilspitze aus `circuitikz` verwenden. Leider ist diese nur als Node und nicht als Tip definiert weshalb das Platzieren ein bisschen umständlich ist.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[siunitx,european]{circuitikz}
\begin{document}
\begin{figure}
\begin{circuitikz}
\draw
(0,4) to [battery1, v_=$U_\mathrm{Bat}$,i=$I_\mathrm{entl.}$] (0,0)
(0,0) to [short, -o] (8,0)
(0,4) to [R, l=$R_\mathrm{\SI{}{\ohm}}$] (2,4)
(2,4) -- (2,5) to [C, l=$C_1$] (4,5) -- (4,4)
(2,4) -- (2,3) to [R, l=$R_1$] (4,3) -- (4,4)
(4,4) -- (5,4) -- (5,5) to [C, l=$C_2$] (7,5) -- (7,4)
(5,4) -- (5,3) to [R, l=$R_2$] (7,3) -- (7,4) to [short, -o] (8,4);
\draw (8,3.8) -- node[sloped,currarrow,label=right:$U_\mathrm{klemme}$] {} --
node[right] {$U_\mathrm{klemme}$}
node[sloped,currarrow,pos=1] {}
(8,0.2) ;
\end{circuitikz}
\caption[Batterie Ersatzschaltbild]{Batterie Ersatzschaltbild}
\label{fig:batterie_ersatzschaltbild}
\end{figure}
\end{document}
![alt text][1]
[1]: http://texwelt.de/wissen/upfiles/test_296.pnghttp://texwelt.de/wissen/upfiles/test_297.png