.PS cct_init # Usual defs... qrt=dimen_/4; hlf=dimen_/2; dim=dimen_; Op1:opamp(right_,,,,P) line right_ hlf " $v_o=-\frac{1}{RC}\int^t_0 v_i(t) \mathrm{d}t$" ljust_ line from Op1.In1 left_ qrt resistor(left_); rlabel(,R,) move down_ dim ground(,T) source(up_,AC); llabel(,v_i,) line from Op1.In2 left_ hlf then down hlf ground(,T) move to Op1.In1 then left_ qrt dot; line up_ hlf then right_ qrt capacitor(right_); llabel(,C,) line right_ qrt line to (Here, Op1.Out);dot "\tiny Integrator" at (1.5*dim, -1*dim) rjust_ .PE