.PS include(libcct.m4) cct_init # Usual defs... qrt=dimen_/4; hlf=dimen_/2; dim=dimen_; mm=1/25.4; pi=atan2(0,-1); L1:line right_ 3.5*dim move up_ dim line left_ hlf {capacitor(down_); rlabel(,C); dot} dot; line left_ dim ; dot {resistor(down_); rlabel(,G); dot} move left_ dim inductor(right_,W) ; llabel(,L) move left_ dim resistor(left_); rlabel(,R) dimension_(from L1.start to L1.end, -0.2*dim,$d\ell$,hlf) # White filled gaps last obliterate lines underneath. gap(up_ at L1.start,1); llabel(,$Input$) gap(up_ at L1.end,1); rlabel(,$Output$) "{\tiny Lumped}" at (3.5*dim,-hlf) .PE