I have a slight visual disturbance on the connection between the nodes of the opamp and the lines connecting to it.
Maybe it does not get better, or do i have to adjust some line thickness? Thanks for your help!
\begin{figure}[!htbp]
\centering
\ctikzset{voltage/distance from node=.2}% defines arrow's distance from nodes
\ctikzset{voltage/distance from line=.02}% defines arrow's distance from wires
\ctikzset{voltage/bump b/.initial=.1}% defines arrow's curvature
\begin{tikzpicture}
\draw
(0,0) node[ocirc] (A) {}
(0,3) node [ocirc] (B) {}
(11,0) node[ocirc] (C) {}
(11,3.5) node[ocirc] (D) {}
(3,3) node[circ] (E) {}
(6,3) node[circ] (F) {}
(10,3.5) node[circ] (O) {}
(10,5) node[circ] (OT) {}
(8,3.5) node[op amp] (opamp) {}
(B) to [open,v=$u_e(t)$] (A)
(D) to [open, v^=$u_a(t)$] (C)
(A) -- (C)
(B) to[R, l=$R_1$] (E) to[R,l=$R_2$] (opamp.+)
(F) to[C,l=$C_1$] (6,0)
(E) -- (3,6) to[C, l=$C_2$] (10,6) -- (O) -- (opamp.out)
(opamp.-) -- (6,4) -- (6,5) -- (OT)
(O) -- (D)
(opamp.+) node[left] {}
(opamp.-) node[left] {}
(opamp.out) node[right] {}
;
\end{tikzpicture}
\caption{2nd Order Low Pass}
\label{fig:lowpass}
\end{figure}



\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – BambOo Jul 23 '19 at 09:41okularis horrible,evinceis better). Try to print it too. Anyway, I'll check as soon as I can... – Rmano Jul 23 '19 at 09:57