#circuitikz

1 messages · Page 1 of 1 (latest)

stone cedar
#

i need that circle

#

<@&554129321644785664>

#

<@&554129321644785664>

#

i tried this

#

[C,tr circle=true]

#

but didnt work'

#

@remote comet

flat knot
stone cedar
foggy moss
#

Have you looked at section 4.15.7 of circuitikz documentation?

#

,texdoc circuitikz

tropic fulcrumBOT
stone cedar
#

node (node[C, tr circle]{})

#

?

foggy moss
#

it'd be quicker for you to try it out then for us to come up with an example

stone cedar
#

wisdom

#

didn't work

tropic fulcrumBOT
#

fvckewulf
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

stone cedar
#

@foggy mosswhat you think

foggy moss
#

what does the error message say

stone cedar
#

thank you very very very much for ur helpful informations

foggy moss
#

I mean, you could just draw a circle at the dedicated node

#
% circuitikz
% \usetikzlibrary{positioning}
\begin{circuitikz}
    \coordinate (B) at (5,2);
    \coordinate (A) at (0,2);
    \coordinate (C) at (2.5, 2);
    
    \draw (0,4)
    to [R] (2.5,4)
    to [battery1,invert] (5,4) -- (5,0)
    to [battery1] (2.5,0)
    to [R] (0,0) -- (0,0)-- (0,4);
    \draw (A)
    to [C] (C)
    to [R] (B);
    \node at ($(A)!0.5!(C)$) [draw, circle, minimum size = 4em, inner sep = 0pt] {};
    \fill (A) circle (2pt) node[left] {A};
    \fill (B) circle (2pt) node[right] {B};
\end{circuitikz}

to literally just draw a circle