How to set custom circuit parameters in code? #674
Unanswered
YulienPohl
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You have to distinguish two things when embedding a generic circuit. One is the custom component. This cannot be changed by the code in the custom component. And the other is the actual embedded circuit itself, which usually requires parameters. These parameters can be defined. This is quite different from simple components. In the simple components, the generic code can change the component itself. The generic code of a user defined component, can only parameterize the included circuit. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the help menu, one should set the parameters like this.
And how to set the intFormat?
Beta Was this translation helpful? Give feedback.
All reactions