\usetikzlibrary{circuits} \usetikzlibrary{circuits.ee} \usetikzlibrary{circuits.ee.IEC} \usetikzlibrary{circuits.logic.IEC}
\node (R) [resistor={info={$R$}}] at (2,2) {}; % \node (C1) at (3,0) [point up,capacitor={info = $C_1$, info'= 100 }] {}; %
\node (p2) [contact] at (6,-2) {}; % x=6, y=-2
\draw (R1) -- (C1);
\draw (R1) |- (C1);
\draw (R1) -| (C1);
\draw [thick,->] (R1) -| (C1);
\documentclass[12pt]{article} \usepackage{mathtext} \usepackage[T2A]{fontenc} \usepackage[koi8-r]{inputenc} \usepackage[russian]{babel} \usepackage[pdftex]{graphics} \usepackage{tikz} \usetikzlibrary{circuits} % , \usetikzlibrary{circuits.ee} % \usetikzlibrary{circuits.ee.IEC} \usetikzlibrary{arrows} % \usetikzlibrary{patterns} % \begin{document} - RLC- \begin{figure}[!h] \begin{center} \begin{tikzpicture}[circuit ee IEC] % circuit ee IEC \node (in) at (0,0) [contact] {}; % - \node (L1) at (1,0) [inductor={info = $L_1$, info'= 47 }] {}; % - % info - , info' - \node (C1) at (3,0) [capacitor={info = $C_1$, info'= 100 }] {}; % \node (R) at (5,0) [resistor={info = $R_1$, info'= 2 }] {}; % \node (out) at (6,0) [contact] {}; % \draw (in) -- (L1) -- (C1) -- (R) -- (out); % \end{tikzpicture} \end{center} \caption{ } \end{figure} \begin{figure}[!h] \begin{center} \begin{tikzpicture}[circuit ee IEC] \node (R) [resistor={info={$R$}}] at (2,2) {}; % \node (p1) [contact] at (3,2) {}; % R \node (C) [point up, capacitor={info={$C$}}] at (3,1) {}; % 90 \node (p2) [contact] at (3,0) {}; % \draw [-latex] (p1) -- (5,2); % , R \draw [latex-] (0,2) -- (R); \draw (R) -- (p1) -- (C) -- (p2); % \draw [latex-] (0,0) -- (p2); \draw [-latex] (p2) -- (5,0); \node at (0,1) {}; % \node at (5,1) {}; % % \draw[xshift=60mm,-latex] (0,0) -- (4,0) node [anchor=west] {$\omega$}; % \draw[xshift=60mm,-latex] (0,0) -- (0,3) node [anchor=south] {$K(\omega)$}; % Y \draw [very thick,xshift=60mm, y=2cm, x=1cm, declare function={K(\w)=1/sqrt(1+\w^2);}] plot [domain=0:3, samples=10, smooth] (\x,{K(\x)}); % \end{tikzpicture} \end{center} \caption{RC - } \end{figure} \end{document}
\usepackage[europeanresistors,americaninductors]{circuitikz}
\begin{circuitikz} \end{circuitikz}
\begin{circuitikz} \draw (-1,0) to [sV,l=$U_c$] (-1,2) % to [R, l=$R_$,i>_=$I_$] (2,2) % to [Ty,l={VS},*-,n=VS] (2,0); % \draw (VS.G) to [R,mirror,l=$R_$,i<_=$I_$] ++(4,0) |- (2,2); \draw (VS.cathode) |- (-1,0); \end{circuitikz}
Source: https://habr.com/ru/post/250541/
All Articles