diff options
Diffstat (limited to 'graphics/circuit_macros/doc/QTrans.m4')
-rw-r--r-- | graphics/circuit_macros/doc/QTrans.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/circuit_macros/doc/QTrans.m4 b/graphics/circuit_macros/doc/QTrans.m4 index 1bc3a15a0a..9eb1e0bfd6 100644 --- a/graphics/circuit_macros/doc/QTrans.m4 +++ b/graphics/circuit_macros/doc/QTrans.m4 @@ -2,17 +2,16 @@ #QTrans.m4 cct_init elen = 0.75 - Origin: Here Vs: source(up_ elen,S); llabel(-,V_s,+) resistor(right_ elen); rlabel(,R_s) dot - { capacitor(down_ to (Here,Origin)) + { capacitor(down_ to (Here,Vs.start)) rlabel(+,V,-); llabel(,{1\over{j\omega C}},) dot } arrowline(right_ elen*2/3); llabel(,I) T1: transformer(down_ Vs.len,,6,,4) with .P1 at Here # Place P1 "$T1$" at last [].n above - line from T1.P2 to Origin + line from T1.P2 to Vs.start line from T1.S1 up_ to (T1.S1,Vs.end) then right_ elen*2/3 resistor(down_ Vs.len); rlabel(,R_L); b_current(I_L,rjust) line to (T1.S2,Here) then to T1.S2 |