Erik Kostson
Ansys Employee
Hi
This is a bit tricky.

That last commands you posted will not work.

you need to get the imported load group object from Mechanical - in your case it is:
impLoadGrp = ExtAPI.DataModel.GetObjectsByName('Imported Load (A2) ')[0]
Then call the add heat method on that object I think.

All the best

Erik