Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the "open" component #28

Open
cpfannenmueller opened this issue Sep 11, 2024 · 1 comment
Open

Add the "open" component #28

cpfannenmueller opened this issue Sep 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cpfannenmueller
Copy link
Contributor

The open Component is missing and should be added, expeciallly when we can now place labels, as currently planed in the feature branch


\begin{circuitikz}[american voltages] \draw (0,1.5) -- ++(0.5,0)
       to[open, v=$v_o$, o-o] ++(2,0) -- ++(0.5,0);
    \draw (0,0) -- ++(0.5,0)
       to[open, v=$v_o$, voltage=straight, *-*] ++(2,0)
-- ++(0.5,0); \end{circuitikz}

Bildschirmfoto 2024-09-11 um 11 56 22

@JPWiedemann
Copy link
Contributor

This might be more complicated than initially anticipated since it behaves different to all the other path components. For now we don't support these exceptions. I have something in mind for the future though but it will take time and a lot more work on the component system

@JPWiedemann JPWiedemann added the enhancement New feature or request label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants