This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Changing the number of turns of the inductor displayed #173
Unanswered
RIneeshREddy
asked this question in
Q&A
Replies: 1 comment
-
|
Hey @RIneeshREddy 👋, Yes, this setting exists. It is referenced in the styling system of Zap. Line 268 in 887679b You should be able to reference it like this: #import "@preview/zap:0.5.0"
#zap.circuit({
import zap: *
inductor("i1", (0, 0), (0, 4), bumps: 4)
})Please be aware that the default number will switch to 4 in the next release due to #165. Hope this helps 😉. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
is it possible to configure the number of turns of the inductor which is displayed, as shown -
3 turns:

4 turns:

I went through the documentation but couldn't find any arguments which would allow me to do so.
If such an argument does exist, kindly do let me know.
Beta Was this translation helpful? Give feedback.
All reactions