Choke file#
The choke configuration file allows you to synthesize a choke from a JSON file.
This code creates the choke geometry:
from ansys.aedt.core import Hfss
hfss = Hfss()
choke_file1 = "choke_example.json"
choke = hfss.modeler.create_choke(choke_file1)
hfss.release_desktop()
File structure example:
For a practical demonstration, see the Choke example.