Electronics

Electronics

Topics relate to HFSS, Maxwell, SIwave, Icepak, Electronics Enterprise and more

Get the scattering parameter values of a Transmission line with HFSS and VBA

TAGGED: 

    • Volter Phase
      Bbp_participant

      Hi all,

      I need to get the S11 value of a transmission line with VBA script (for example I define the frequency and gives me the S11 value).

      With the help of HFSS, I was able to define a marker on the S11 chart with this procedure.

      Set oModule = oDesign.GetModule("ReportSetup")

      oModule.AddMarker "S Parameter Plot 1", "m1", "dB(S(1 1)) : Setup1 : Sweep : Cartesian", "6.7GHz"

      I need to get the oModule.addMarker value of Y value(which is equal to S11) by defining the frequency (X=6.7Ghz value).

      If there is another simplest way, I would be appreciative of your help.

       

    • Praneeth
      Forum Moderator

      Hi Volter,

      Thank you for reaching out to the Ansys learning forum. Your patience is much appreciated.

      Please follow the HFSS scripting guide available under the Help menu. It contains all the available commands along with some examples for your reference.

      Best regards,
      Praneeth.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.