Search found 3 matches

by todeilatiberia
Wed Aug 14, 2019 10:35 pm
Forum: Graphics, Figures & Tables
Topic: capacitor plates used as coordinates
Replies: 1
Views: 1410

capacitor plates used as coordinates

Greetings,

How can I use the positive and the negative pins from a capacitor as reference to connect another parts in tikz?

Code: Select all

[pC, l=$C_{21}$, name=C21, -]
Is it possible also for the normal capacitors?

Code: Select all

[C, l=$C_{20}$, name=C20, -]
Thanks!
by todeilatiberia
Wed Aug 14, 2019 1:49 pm
Forum: Graphics, Figures & Tables
Topic: connection in one point only
Replies: 1
Views: 1239

connection in one point only

Hello all,

Is it possible to coonect the source of M1 to a defined path without knowing the coordinates?

\path (0,0) coordinate (IBGND);
\draw (IBGND) to [short,-] (15,0){};
\draw (0.5,0.5) to [C, l=$C_1$, name=C1, -] (0.5,1.5) %cap = 1
(0.5,0) -- (0.5,0.5) ;
\draw (1,1.5) node[pmos,anchor ...
by todeilatiberia
Fri Aug 02, 2019 3:16 pm
Forum: Graphics, Figures & Tables
Topic: Tikz connection points in circuits
Replies: 1
Views: 3649

Tikz connection points in circuits

Is it possible to label the circles that mark the begging and the end of the circuit with name (similar to labels)?
also, can I change the shape into some diamonds?
and how can I add the value for the components?

Here is the code:
\begin{circuitikz}[american currents,american voltages,line width=0 ...