Skip to content
Snippets Groups Projects
Commit b2d6b1b1 authored by Doc. Ing. Zdeněk Hurák, Ph.D.'s avatar Doc. Ing. Zdeněk Hurák, Ph.D.
Browse files

Some polishing of the schematic of the RLC circuit (added labels and signs for voltages).

parent f5c484d1
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -36,7 +36,7 @@
%\usepackage{dtsyntax}
\usepackage{siunitx}
\usepackage[siunitx,europeanresistors]{circuitikz}
\usepackage[siunitx,europeanresistors,americanvoltages]{circuitikz}
\usepackage{mgbondgraph}
......@@ -315,17 +315,17 @@ To demonstrate the concepts, let us explore one example of an electronic circuit
\begin{tikzpicture}
\begin{circuitikz}
\draw (0,0)
to [V,v=$u_0$] (0,6);
to [european voltage source,v^<=$u_0$] (0,6);
\draw (0,6)--(3,6);
\draw (3,6)
to [R,l=$R_1$,*-*,i=$i_{\mathrm{R}_1}$] (3,3)
to [R,l=$R_2$,-*,i=$i_{\mathrm{R}_2}$] (6,3)
to [R,l=$R_1$,*-*,i=$i_{\mathrm{R}_1}$,v_>=$u_{\mathrm{R}_1}$] (3,3)
to [R,l=$R_2$,-*,i=$i_{\mathrm{R}_2}$,v_>=$u_{\mathrm{R}_1}$] (6,3)
|- (0,0);
\draw (3,6)
-- (6,6)
to [L,l=$L$,i=$i_L$] (6,3);
to [L,l=$L$,i=$i_\mathrm{L}$,v_>=$u_{\mathrm{L}}$] (6,3);
\draw (3,3)
to [C=$C$,-*,i=$i_C$] (3,0);
to [C=$C$,-*,i=$i_\mathrm{C}$,v_>=$u_{\mathrm{C}}$] (3,0);
\end{circuitikz}
\end{tikzpicture}
\caption{Circuit diagram of an electrical RLC circuit.}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment