d += elm.Dot() d.push() # Save this drawing position/direction for later d += elm.Capacitor().down() # Go off in another direction temporarily d += elm.Ground(lead=False) d.pop() # Return to the pushed position/direction d += elm.Diode() 1. 2. 3. 4. 5. 6. 7. 8. 9...