sureshbabu123
Subscriber

Hi


I am trying to automate the import body temperature


I wanted to insert the " import body temperature" by using ACT console command just like AddPressure etc built in commands.. But failed ..


Please help me.. I tryed for Displacement as well. but failed


 


I tryed below.. This is not working


analysis = ExtAPI.DataModel.Project.Model.Analyses[0]


imported = [0]


tempload = imported.AddImportedDisplacement()


............


I tryed this too


s = ExtAPI.DataModel.Project.Model.GetChildren(DataModelObjectCategory.ImportedLoad, True)


s.AddImportedDisplacement()


iam getting errorr : 'List[DataModelObject]' object has no attribute 'AddImportedDisplacement'