Questions tagged [circuitikz]
{circuitikz} is a package for drawing electrical and electronic networks with TikZ.
934
questions
1
vote
1answer
23 views
nobase/nogate not working for nigbt in circuitikz
I want to disable the gate connection for IGBT but 'nogate/nobase' isn't working as its for transistor class.
Is there any other command that will help be get rid of the gate terminal of IGBT?
\begin{...
1
vote
2answers
41 views
On controlling the linewidth of the wire and border of a voltage source and the font size of its polarity +-
Let us assume that we plan to draw a voltage source using the code as below:
\documentclass[border=0.5cm]{standalone}
\usepackage[american]{circuitikz}
\usepackage{anyfontsize}
\newcommand{\myfont}{\...
-1
votes
1answer
53 views
How can I build this circuit using a transformer core?
I need to recreate this circuit using LaTeX:
I already have the right side circuit but still don't know how to add the transformer (left part), I checked the circuitikz manual but keep getting errors....
0
votes
1answer
64 views
How to Draw This RCL Circuit with Circuitikz
I am a total newbie using circuitikz.
Please how do I draw the attached RCL Circuit diagram?
I'll be glad to be helped
4
votes
2answers
189 views
Fixing ugly connections in circuitikz's logic circuit
I have a circuitikz simple logic circuit. While connections are technically ok, the result is very ugly. How can I improve it?
MWE:
\documentclass[a4paper,12pt]{article}
\usepackage{circuitikz}
\...
1
vote
1answer
86 views
how can I add a switch to this RLC circuit?
i got this RLC circuit:
it is all set, but I need to add a switch to the node colored yellow, like this:
and this is the code I got so far:
\begin{circuitikz}[american]
\draw (0,0) to[battery1 = \SI{...
3
votes
1answer
97 views
how can I draw a RLC circuit with a switch, using Tikz?
I need to draw this circuit but I just can't incorporate the switch, so a little help would be nice :)
so far i got the same circuit without the resistance and the switch, i did it like this:
\begin{...
7
votes
3answers
990 views
How to draw the internal circuits of an operational amplifier?
I'm trying to do the next schematics about the 741 opamp:
but I don't know where to anchor the first transistor or even which should be done first, and how to do the transistor with double emitter. ...
0
votes
1answer
60 views
Halfbridge IGBT
i want to draw a half bridge with IGBT with specific parameter. this is my result so far
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{circuitikz}
\...
0
votes
1answer
78 views
How to make this scheme look a bit better? [closed]
Im working on the next scheme
What improvements can be added?
Specially the decoration item.
MWE
\documentclass{article}
\usepackage{circuitikz}
\usetikzlibrary{shapes,arrows}
\usetikzlibrary{...
7
votes
1answer
211 views
How to put a resistor between the + and - inputs inside of an opamp?
I want to redo this image:
but the resistors inside the opamp isnt well rendered, because I cant position well the components.
The MWE
\documentclass{article}
\usepackage{circuitikz}
\begin{...
9
votes
3answers
416 views
How to number the circles?
Im trying to do a schematic for the TO-99 opamp, like these
but I dont know how to number each circle/pin (besides of explicitly one by one).
MWE
\documentclass[tikz,border=5pt]{standalone}
\...
7
votes
1answer
499 views
Why does the resistor have a straight line?
I'm making the next circuit:
based on the next one
but the resistor has a straight line across. I understand that I am giving the command but I don't understand where.
And by the way, can someone ...
7
votes
1answer
136 views
How to correctly draw an amplifier in tikz?
Im trying to do in tikz the next amplifier schematic:
But Im stuck here
I dont know why the source works for a pin and the other takes the line and write in the image. And the stealth is moved to ...
1
vote
1answer
32 views
Set labels style in circuitikz
How can I change the style for all labels (and current/voltage as well) in circuitikz?
\documentclass{article}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz}
\draw (0,0) node[ground]{} ...
1
vote
1answer
34 views
TikZ/Circuitikz: change the color of dipchip pin numbers?
I am trying to use the tikz package to define a node and am confused about a few settings one of which is specific to the package circuitikz that
\documentclass[border=10pt]{standalone}
\usepackage{...
2
votes
1answer
77 views
Change Circuitikz vsource current arrow direction
Task
I want to meet the following specifications with Circuitikz:
Technical current direction (+ to -)
Electric field voltage
European symbols but american style power sources
Problem
I already ...
2
votes
1answer
52 views
In circuitikz multiwire: How to so specify label placement?
Circuitikz has the nice
\draw (a) to[multiwire=n] (b);
option, drawing a slash across a wire to indicate bus width. It places the slash and the label n in the middle. Is there any convenient way to ...
8
votes
3answers
421 views
AC-impedance in circuitikz
I am looking for the Symbol of a AC-impedance as it is used often in some fields of electrical engineering. It's the symbol of a European resistor with a sinusoidal wave in it as in the picture below. ...
5
votes
1answer
89 views
CircuiTikZ American voltage signs not vertically aligned with unicode-math
I am creating a circuit diagram, and noticed that the voltage signs are not aligned vertically.
I have manually added the red overlay to highlight the issue.
I used XeLaTeX through LaTeXmk, and here ...
3
votes
2answers
352 views
How to make sure that all lines are connected in a Wheatstone bridge using circuitikz?
I recently discovered circuitikz which is great because I need to illustrate a diagonally configured Wheatstone bridge. I came across this question which I modified to become more compact:
\...
2
votes
1answer
51 views
Mechanics on arcs (spring, damper)
I am used to drawing basic mechanical components (spring, damper) using the tikz and circuitikz this way:
\coordinate (A) at (0,0);
\coordinate (B) at (3,0);
[..]
\draw (A) to[spring] (B);
\draw (C) ...
0
votes
0answers
47 views
Is there a package for translating incidence matrices to electric circuits?
Is there a way to take a given incidence matrix and translate it to an image of a an electrical circuit? For example in TikZ or some other package. For the background of this: I am working with an e-...
1
vote
1answer
56 views
Circuitikz schematic scaling issue
I am trying to draw a simple circuit with circuitikz, but in order to better suit my needs I had to modify the size of all components through /tikz/circuitikz/bipoles/length=0.9cm (default length ...
1
vote
2answers
110 views
CircuiTikZ —How to create Constant Phase Element (CPE) used in Electrochemistry
Good day, Can anyone help with how to create a new component in circuittikz. I am trying to create the CPE element shown in the figure below instead of the standard capacitor element. i have searched ...
0
votes
0answers
61 views
CircuiTikZ —How to create Constant Phase Element (CPE) used in Electrochemistry [duplicate]
Good day, Can anyone help with how to create a new component in circuittikz. I am trying to create the CPE element W shown in the figure below instead of the standard capacitor element.
Thank you.
0
votes
0answers
28 views
How to create complex three-phase circuit with Circuitikz [duplicate]
this is my first question here, so I am going to be brief. I want to make this three- phase circuit, but I don't know how to start with Circuitikz. This is the figure:
2
votes
1answer
59 views
How do I fix incorrect label placement?
The latest version of circuitikz (1.3.2) displaces the label to the source of the component. I tried using [=v1.2.1] to fix it but it does not work. Any ideas?
Here is the issue:
Here follows my ...
1
vote
1answer
21 views
Different arrows at two port and adder in CircuiTikZ
the following circuitikz snippet
\documentclass[tikz]{standalone}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz}
\draw (0,0) node[below]{$x(t)$} to[amp, >] (4,0);
...
2
votes
1answer
63 views
Tighter capacitor plates in CircuiTikZ
The gap between the plates of CircuiTikZ's default capacitor symbol is quite spacious. I'd like it to be less so, perhaps by a factor of 2/3 or 1/2.
You can see the difference between what I want and ...
4
votes
2answers
148 views
Does circuitikz have built-in power dissipation/production arrows?
As part of my electrical engineering unit, I would like to show various elements either producing or dissipating energy.
One of my lectures had this image, and I was wondering if using arrows from ...
0
votes
2answers
97 views
draw circuitikz
Hello friends, could you helpme? I need to draw this circuits but I dont know, thanks for your help.
2
votes
2answers
70 views
How do you combine graphics from tiKZ, PGF and circuiTiKz packages with the regular text as in a document?
Most of the examples given in manuals shows only graphics from TiKZ, PGF and circuiTiKZ packages only. There is no single example embedding these graphics in a regular document.
1
vote
1answer
27 views
CircuiTikZ own component definition: Error for newer versions of the package
I defined a customized nigfete node-style component which I haved used without having any issues until I installed version 1.3.4 of the CircuiTikZ package. However, now I am getting an "Undefined ...
2
votes
1answer
88 views
Change color of current and voltage arrow (circuitikz)
Currently, only the names of currents and voltages are red/blue. I'd also like their arrows to be red/blue. How can this be done?
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{float}...
1
vote
1answer
77 views
CircuiTikZ: Redefine 'open nodes fill' key to 'fill=none' (so that open-circuit terminals are not filled)
Problem description
As described in the "Terminal shapes" section (currently section 4.12) of the circuitikz manual, the "open circuit" versions of bipole nodes are
[...] by ...
5
votes
1answer
255 views
Wires reach into European resistors in CircuiTikZ
I've drawn a simple circuit diagram with CircuiTikZ, but my wires do somehow reach into my resistors which doesn't look very pretty. I guess this is quite easy to fix, but I couldn't do it.
\...
0
votes
0answers
31 views
Can I use `circuitikz` to draw other diagrams?
I find circuitikz very useful to draw electrical circuits but also like to use it to draw IT schematics.
It already has a square block I can use as follows:
but I also need a rectangle, trapezium and ...
0
votes
2answers
73 views
Help for design a circuit on Circuitikz [closed]
I need help to draw this circuit on Circuitikz. The schematic are shown below. Thanks!
2
votes
1answer
48 views
Rotate full circuit, without any of the text
I have a schematics (grossly simplified in the below MWE) that I would like to use both upright and rotated, from the same source (i.e. the only difference should be in the \begin{tikzpicture} ...
0
votes
1answer
72 views
3
votes
1answer
61 views
Write on 3 lines in ciruitikz diagram
On a circuitikz diagram, I would like to be able to write an annotation on 3 lines: I arrive of course on 2 lines using the command
\draw (0,0) to[rmeter, t=GBF, l2=\SI{1}{\kHz} and \SI{0.05}{\V}]
...
0
votes
1answer
57 views
Best way to resolve the incompatibility between Overleaf and Texlive
I am using both Overleaf and Texlive.
The code using
\ctikzset{resistors/scale=0.55, inductors/scale=0.55, blocks/scale=0.5, grounds/scale=0.55}
works in Overleaf but fails in the latest version of ...
1
vote
1answer
22 views
Connection in `short` style with rectilinear edges
I'd like to use circuitikz's short style on a rectilinear edge:
\documentclass[tikz,margin=3mm]{standalone}
\usepackage{tikz}
\usetikzlibrary{circuits.ee.IEC}
\usepackage{circuitikz}
\begin{document}
...
3
votes
2answers
76 views
Draw external pins only for connected pins
I'm trying to modify the CircuiTikZ manual's tutorial example (section 2.3) to apply the idea from section 4.24.4, i.e. using a modified dipchip for an opaque black-box block.
\ctikzset{
logic ports=...
1
vote
1answer
58 views
Adjustable (circuit-)tikzpicture as standalone with interchangeable nodes/pathes (in TexStudio)
Im looking for a smooth way to adjust an existing circuitikz as standalone to create closely related outputs with varying content. Like switching through different settings for my scheme.
E.g. the ...
1
vote
1answer
36 views
How to draw square shaped dependent voltage and current sources in CircuiTikZ?
I would like to create square-shaped dependent voltage and current sources like in this figure. I would prefer to still be able to use them as options of the "to" command like this:
(0,0) to[...
1
vote
1answer
40 views
draw Logic gates with Circuitikz
I would like to draw the logic circuit but I have some problems.
This is my sample code.
\begin{figure}[!htb]
\centering
\begin{circuitikz}[/tikz/circuitikz/bipoles/length=1cm]
\draw
(0,2) ...
2
votes
1answer
33 views
remove notch of dipchip from circuitikz?
I'd like to remove the notch / dot symbol of an IC drawn as dipchip with circuitikz (the notch is the semi-circualr symbol on top of the IC, see image attached). Is there a way to achieve this ?
\...
4
votes
1answer
118 views
circuitikz: Controlling the size of poles
\documentclass[12pt,a4paper]{article}
\usepackage{tikz}
\usepackage{circuitikz}
\begin{document}
\begin{tikzpicture}
\node (a) at (0,0) [ocirc] {};
\node (c)...