Model.titlesetcurrent# Model.titlesetcurrent(titlename)# Sets a title to be the current title. Parameters: titlename (hwString) – The name of the title. Example# Set the title with name “ Test “ to be the current title# import hm import hm.entities as ent model = hm.Model() model.titlesetcurrent(titlename="Test")