You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently circuit schematic (Maxwell circuit, circuit, Simplorer etc) only allow one schematic page. Add support for having multiple pages.
Needed for ETK, Electronic Transformer Toolkit.
Steps for implementing the feature
Expose page number create_component method of primitives_circuit.py to PyAEDT
Useful links and references
No response
The text was updated successfully, but these errors were encountered:
@gmalinve , Not quite, when circuit elements are added the page number needs setting to have them land on the intended page if there is more than one page. UI and native API behave differently in this respect.
At the moment Pyaedt just supports all circuit elements landing on first page
@gmalinve , Thinking about this a bit more, it would make sense if this is added at the same time as the other circuit components in R #5283 as you've pointed out.
I'll close this PR and create the new class in Schematic as discussed earlier on the Office Hours call.
Description of the feature
Presently circuit schematic (Maxwell circuit, circuit, Simplorer etc) only allow one schematic page. Add support for having multiple pages.
Needed for ETK, Electronic Transformer Toolkit.
Steps for implementing the feature
Expose page number create_component method of primitives_circuit.py to PyAEDT
Useful links and references
No response
The text was updated successfully, but these errors were encountered: