Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. draw[red]
  2. (igbt1.G) to[short,red] ++ (0,-0.5) node[below,red] {$S_1$};
  3.  
  4. ctikzset{bipoles/length=6mm}
  5. draw (igbt2.S) [red] -- ++ (0,-0.3) coordinate (D2)
  6. to [Do,a=D2,color = red] (D2 -| igbt2.D) -- (igbt2.D);
  7. draw[gray] (igbt2.G) -- ++ (-0.5,0) node[left,gray] {$S_2$}
  8. (igbt1.S) -- ++ (0.3,0) coordinate (D1)
  9. to [Do,a=D1,color=gray] (D1 |- igbt1.D) -- (igbt1.D);
  10. draw[B] (in+) -- node[ left=5pt] {$V_1$} (in-);
  11. draw[B] (out-) -- node[right=5pt] {$V_2$} (out+);
  12. end{circuitikz}
Add Comment
Please, Sign In to add comment