Add DC/DC Converter #529
Comments
|
Well yes it does. It is a suitable easy solution, that I havnt thought of. Cheers! |
|
It is true that the symbol is slightly different though. I'll see if I can add it easily. \documentclass[border=10pt]{standalone}
\usepackage[siunitx, RPvoltages]{circuitikz}
\begin{document}
\tikzset{sdcdc/.style={twoportsplit, t1={$=$}, t2={$=$}}}
\begin{tikzpicture}[]
\draw (0,0) to [sdcdc] ++(3,0);
\end{tikzpicture}
\end{document} |
|
Fair enough. Havnt thought about that either :) However, cheers for the quick response and help :) |
Suggested by user Pratched in issue circuitikz#529
|
It was easy, and clearly, the block is fitting better with the other ones. Thanks! |
|
Please feel free to re-open if needed! |

Hey folks, cheers for the good work. Great stuff to work with. Is it possible to simply add a DC/DC-converter shape? I assume its basically copy&paste as interchanging the sine with another equal sign as you did with
sdcacandsacdc?The text was updated successfully, but these errors were encountered: