MaxwellCircuitComponents: create_component #4847
Unanswered
rickygill00
asked this question in
Q&A
Replies: 1 comment
-
Hi @rickygill00, To create a winding you simply need this method: create_winding(). Hope this helps, Kind regards, Giulia |
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
-
Hello, I can't seem to name a winding component using create_component(). For example:
myWinding = MaxwellCircuitComponent.create_component(name="myWinding", component_library="", component_name="Winding")
This creates the winding but does not set the name to "myWinding". Using myWinding.set_property(name="Name", value="myWinding") changes the name.
Am I doing something wrong with create_component()?
Beta Was this translation helpful? Give feedback.
All reactions