Circuit2TikZ / CircuiTikZ-Designer

A GUI for drawing CircuiTikZ circuits
https://circuit2tikz.tf.fau.de/designer/
GNU General Public License v3.0
38 stars 1 forks source link

symbol for a simple NMOS and PMOS #33

Open sriniv1422 opened 2 months ago

sriniv1422 commented 2 months ago

can you please add a symbol for a simple NMOS and PMOS that looks like this NMOS_PMOS

JPWiedemann commented 2 months ago

Hey @sriniv1422, I'll look into it. If we add them, we would probably add all transistor variants described by chapter 4.15.5.2 in the circuitikz manual(v1.7.0). Maybe we should start to implement a system to select component variants. This should be more user friendly then listing all variants for all transistors in the component list. If we just list them, the number of different transistor components would kind of explode and make finding them slightly harder.

nguyenthienviet commented 1 week ago

I think you could keep the component list simple by displaying only the main components instead of all of their variants. The variants could be selected by edit the properties of the componenets. For example, those transistors could be selected with the option "arrowmos"

JPWiedemann commented 1 week ago

@nguyenthienviet That's pretty much what I had in mind.