-
Notifications
You must be signed in to change notification settings - Fork 128
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
FEAT: VSin, ISin Sources added to Maxwell Circuit Primitives #5283
base: main
Are you sure you want to change the base?
Commits on Oct 11, 2024
-
VSin, ISin Sources added to Maxwell Circuit Primitives
Create Page and Select Page added to Circuit Primitives
Configuration menu - View commit details
-
Copy full SHA for 5aac760 - Browse repository at this point
Copy the full SHA 5aac760View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8699a5 - Browse repository at this point
Copy the full SHA f8699a5View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8552947 - Browse repository at this point
Copy the full SHA 8552947View commit details -
VSin, ISin Sources added to Maxwell Circuit Primitives
Create Page and Select Page added to Circuit Primitives
Configuration menu - View commit details
-
Copy full SHA for 93375bd - Browse repository at this point
Copy the full SHA 93375bdView commit details -
Merge remote-tracking branch 'origin/5282-Add-Missing-Circuit-Element…
…s' into 5282-Add-Missing-Circuit-Elements # Conflicts: # src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
Configuration menu - View commit details
-
Copy full SHA for 955bcf7 - Browse repository at this point
Copy the full SHA 955bcf7View commit details -
VSin, ISin Sources added to Maxwell Circuit Primitives
Create Page and Select Page added to Circuit Primitives
Configuration menu - View commit details
-
Copy full SHA for cf6153e - Browse repository at this point
Copy the full SHA cf6153eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for eb4c79e - Browse repository at this point
Copy the full SHA eb4c79eView commit details
Commits on Oct 14, 2024
-
vsin, isin Sources added to Maxwell Circuit Primitives
Create Page added to Circuit Primitives
Configuration menu - View commit details
-
Copy full SHA for a07645f - Browse repository at this point
Copy the full SHA a07645fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 84e4f7a - Browse repository at this point
Copy the full SHA 84e4f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7945da - Browse repository at this point
Copy the full SHA d7945daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a2340 - Browse repository at this point
Copy the full SHA a3a2340View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46152e2 - Browse repository at this point
Copy the full SHA 46152e2View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf84832 - Browse repository at this point
Copy the full SHA bf84832View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c4d246 - Browse repository at this point
Copy the full SHA 0c4d246View commit details -
Configuration menu - View commit details
-
Copy full SHA for d180ad8 - Browse repository at this point
Copy the full SHA d180ad8View commit details
Commits on Oct 18, 2024
-
Renamed create_vsin and create_isin to create_v_sin and create_i_sin
Configuration menu - View commit details
-
Copy full SHA for 5a95e4e - Browse repository at this point
Copy the full SHA 5a95e4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7d09f - Browse repository at this point
Copy the full SHA 4b7d09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f00f682 - Browse repository at this point
Copy the full SHA f00f682View commit details -
Added support for Name=None case which previously created error messa…
…ges. All elements now support names that are Strings, Integers, Floats or left blank as per expected Maxwell circuit schematic usage.
Configuration menu - View commit details
-
Copy full SHA for 359f752 - Browse repository at this point
Copy the full SHA 359f752View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf3786 - Browse repository at this point
Copy the full SHA fdf3786View commit details
Commits on Oct 30, 2024
-
Added method 'get_num_pages' as well as unit tests 52_create_page and…
… 53_get_num_pages
Configuration menu - View commit details
-
Copy full SHA for 4ef9e9f - Browse repository at this point
Copy the full SHA 4ef9e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d44fd5d - Browse repository at this point
Copy the full SHA d44fd5dView commit details
Commits on Nov 5, 2024
-
Update src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
Co-authored-by: gmalinve <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a98ed1 - Browse repository at this point
Copy the full SHA 0a98ed1View commit details -
Update src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
Co-authored-by: gmalinve <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4dd34f - Browse repository at this point
Copy the full SHA a4dd34fView commit details -
Update src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
Co-authored-by: gmalinve <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7aa718d - Browse repository at this point
Copy the full SHA 7aa718dView commit details -
Update src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
Co-authored-by: gmalinve <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd322c4 - Browse repository at this point
Copy the full SHA bd322c4View commit details -
Update src/ansys/aedt/core/modeler/circuits/primitives_circuit.py
Co-authored-by: gmalinve <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44827f3 - Browse repository at this point
Copy the full SHA 44827f3View commit details
Commits on Nov 12, 2024
-
-Moved create_page and get_num_pages into maxwellcircuit.py, they sho…
…uld not be in circuit.py. -Replaced set_property method with parameter method. -Added example in docstring for create_i_sin and create_v_sin. -Added more checks for create_voltage_source and create_current_source name types in unit tests. -Moved create_page and get_num_pages unit tests to test_35_MaxwellCircuit.py -Added assert not to two of the unit tests
Configuration menu - View commit details
-
Copy full SHA for 29eeb97 - Browse repository at this point
Copy the full SHA 29eeb97View commit details -
Merge branch 'main' of https://github.com/ansys/pyaedt into 5282-Add-…
…Missing-Circuit-Elements
Configuration menu - View commit details
-
Copy full SHA for 3f56946 - Browse repository at this point
Copy the full SHA 3f56946View commit details -
Merge branch 'main' into 5282-Add-Missing-Circuit-Elements
# Conflicts: # tests/system/general/test_21_Circuit.py
Configuration menu - View commit details
-
Copy full SHA for e053aab - Browse repository at this point
Copy the full SHA e053aabView commit details -
CHORE: Auto fixes from pre-commit.com hooks
For more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8cefb93 - Browse repository at this point
Copy the full SHA 8cefb93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c9258 - Browse repository at this point
Copy the full SHA 44c9258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b94bd1 - Browse repository at this point
Copy the full SHA 8b94bd1View commit details