Graphics, Figures & Tables ⇒ Advice on drawing circuit diagram
Advice on drawing circuit diagram
I explored many examples in the tikz package but didn't find anything that can help me draw the attached diagram in latex. Can someone post tips on how to draw the attached image in latex?
Many thanks
- Attachments
-
- Power system diagram
- newdiag.png (2.52 KiB) Viewed 3938 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Advice on drawing circuit diagram
Code: Select all
.PS
cct_init
arrow down dimen_/3 then right_ dimen_*2/3 "$I_i$" above
{ line up_ dimen_*2/3 with .c at Here; "$V_i$" above }
arrowline(right_ dimen_*2/3)
{ down_; resistor(,,E); rlabel(,0.5y_{i0}); ground(,T) }
right_; resistor(,,E); llabel(,y_{ij}); b_current(I_g)
{ down_; resistor(,,E); llabel(,0.5y_{j0}); ground(,T) }
line right_ dimen_*2/3
{ line up dimen_*2/3 with .c at Here; "$V_j$" above }
arrow <- right dimen_*2/3 "$I_j$" above
line up dimen_/3
.PE
Advice on drawing circuit diagram
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
-
- Posts: 1
- Joined: Tue Feb 03, 2015 1:02 am