how to control my active modes on floquet port #6416
-
Hi everyone, I need to plot the results for each mode individually on the Floquet Port (TM, TE). In other words, I would like to plot the S21 parameter when only the TM mode is active and the TE mode is disabled, and vice versa. However, I couldn’t find a way to control or isolate the active modes on the Floquet Port using PyAEDT. Any help would be greatly appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @luiGarcg , I think you can grab the trace names, and then do some processing to perform what you need. Here you have an example: https://examples.aedt.docs.pyansys.com/version/dev/examples/high_frequency/antenna/fss_unitcell.html Please share more information if this answer is not enough. Thanks |
Beta Was this translation helpful? Give feedback.
Hi @luiGarcg , I increased the number of modes because I think it will be more representative.
I have one Floquet port (called p1) with 4 modes.
Here are all the combinations, where first you can the port name (p1) and then separated by a semicolon the mode:
If your question is if it is possible to know which mode corresponds to which polarization state, it is not possible yet, and we can request that feature to Ansys development. In the first picture you can see how mode 1 corresponds to TE, mode 2 to TM ....
In your specific case, if you want the S21 when the mode 2 is disabled, you just need to plot 'dB(S(port2:1,port1:1))', because in this case the mode 2 is disabled. Of course, you…