I'm using circuitikz
to create an electric circuit diagram. I'd like to draw a DC motor like this:
(source: expertsmind.com)
or this one:
It looks like there's no symbol for motors in circuitikz
. I'm using \begin{circuitikz}[american]
. How I draw those symbols?
Best Answer
Another alternative is to modify an existing two-terminal element in the
circuitikz
such assV
and redefine a new command called\mymotor
that draws the desired shape and form. Here two shapes (\mymotor, \mymotorB) are defined as asked by the OP.Code: