Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.19 KB | None | 0 0
  1. \begin{figure}[h]
  2.     \begin{circuitikz}[american voltages]
  3.         \draw
  4.         (4,-1) to[short] (4,-2)
  5.         (5,-1) to[short] (5,-2);
  6.         \draw (4,-2) to[open,v_>=$U_S$] (5,-2);
  7.     \end{circuitikz}
  8. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement