Align modes analytically using coordinate system with U Axis Line in Circular Waveguides? #5727
-
Hello Again! `PortOne=hfss.modeler.create_circle(orientation='X', PortOne = hfss.modeler["PortOne"] y_start = [0, hfss.variable_manager["y_start"].evaluated_value, hfss.variable_manager["z_start_end"].evaluated_value] hfss.wave_port(PortOne, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@engineer366 Please could you share the values of the variables? Then I could reproduce the issue. Please also attach a screenshot of the UI if possible |
Beta Was this translation helpful? Give feedback.
-
currently it is not possible to define multiple integration lines via the API, I've added an enhancement request earlier: #4887 |
Beta Was this translation helpful? Give feedback.
Hi @engineer366 , with the new PyAEDT main is now possible. Next week we will create a new release (0.14.0).
You can see the unit tests:
tests/system/general/test_20_HFSS.py
The alignment and polarity is missed for now directly from the PyAEDT method, but you have 2 options:
Create 2 integration lines:
Define the second line with the mo…