also, can I change the shape into some diamonds?
and how can I add the value for the components?
Here is the code:
Code: Select all
\begin{circuitikz}[american currents,american voltages,line width=0.25mm]
\onlyifstandalone{
%\grid{0}{5}{5}{5}
}
\draw (2,4) to [R=$R$,*-]
(2,2) to [C=$C_1$]
(2,0) node [ground] {};
\draw [o-o] (0,4) -- (10,4);
\end{circuitikz}