We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Electronics

Electronics

Topics related to HFSS, Maxwell, SIwave, Icepak, Electronics Enterprise and more.

Embedded Element Patterns of an Array

    • jdiaz
      Subscriber

       Based on an infinite array simulation (aka unit cell), HFSS allows to calculate the embedded element pattern with a desired resolution established on the Master/Slave boundary conditions. For example, a microstrip patch antenna can be modeled on a square unit cell that lies on the XY plane with a resolution of 5 degrees (i.e., theta from 0 to 90 degrees every 5 degrees and phi from 0 to 180 degrees every 5 degrees). This model yields 1369 points of interest.


      Now, to extract this data, I wrote a Python script that populates every point on a table using the "add trace command". The issue that I find is that it takes the software too much time to complete this table. My resources are a 16 core 2.4 GHz processor and 64 GB of RAM. The code has been running for 2 days and it has done only 524 out of 1369 iterations. 


      Now, my question is: is there a more efficient way of extracting the embedded element patterns of a unit cell?


      Before, I have tried instead of making a big table, exporting each angle as a table and it takes about the same time. 

Viewing 0 reply threads
  • The topic ‘Embedded Element Patterns of an Array’ is closed to new replies.