ansys/pyaedt

Define two way coupling

soliton37 opened this issue · 0 comments

Description of the feature

      Define a coupling between HFSS and thermal tools, need a pyaedt equivalent command.
        omodule = mech.odesign.GetModule("AnalysisSetup")
        omodule.AddTwoWayCoupling(mech_setup_name,
                                  ["NAME:Options",
                                   "NumCouplingIters:=", 2])

Steps for implementing the feature

No response

Useful links and references

No response