Skip to content

Instantly share code, notes, and snippets.

@monhime
Created January 14, 2020 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monhime/7abc76c90a0da7f2a4405e5f825199fe to your computer and use it in GitHub Desktop.
Save monhime/7abc76c90a0da7f2a4405e5f825199fe to your computer and use it in GitHub Desktop.
Circuitikzの使用例4
\documentclass[10pt, a3paper, titlepage, uplatex]{jsarticle}
\usepackage{amsmath,ams symb}
\usepackage[dvipdfmx]{graphicx}
\usepackage{circuitikz}
\begin{document}
\begin{figure}[htbp]
\begin{center}
\begin{circuitikz}[american currents]
\draw(0,0)
(2,0)to[short,o-] (0,0)
to[generic=$3\dot{Z}_{NG}$](0,2)
to[generic=$\dot{Z}_0$](0,4)
(1,0)to[generic=$\dot{Z}_0$](1,4)
(0,4)to[short,-o](2,4)
(2,4)to[short](2.5,4)
(3,0)to[generic=$3\dot{Z}_{NT1}$](3,4)
to[L=$jX_l$](5,4)
(2,0)to[short,-o](5,0)
(0,0)to[short,o-o](5,0)
(5,4)to[short, o-*] (6,4)
to[C=$\frac{C_0}{2}$](6,0)
to[short,*-o](5,0)
(6,4)to[L=$L_0$](8,4)
to[C=$\frac{C_0}{2}$](8,0)
(6,0)to[short](8,0)
(8,4)to[short,*-o](9,4)node[anchor=south]{$故障点$}
(8,0)to[short,*-o](9,0)
(9,4)to[short, o-*] (10,4)
to[C=$\frac{C_0}{2}$](10,0)
to[short,*-o](9,0)
(10,4)to[L=$L_0$](12,4)
to[C=$\frac{C_0}{2}$](12,0)
(10,0)to[short](12,0)
(12,4)to[short,*-o](13,4)
(12,0)to[short,*-o](13,0)
(13,4)to[L=$jX_l$](15,4)
to[generic=$3\dot{Z}_{N1}$](15,0)
(15.5,4)to[short,-o](16,4)
(13,0)to[short,o-o](16,0)
(16,0)to[short,o-] (17,0)
to[generic=$3\dot{Z}_{NM}$](17,2)
to[generic=$\dot{Z}_0$](17,4)
to[short,-o](16,4)
;
\end{circuitikz}
\caption{送電系統の零相成分}
\label{fig4}
\end{center}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment