Model.morphupdateparameterstring# Model.morphupdateparameterstring(parameter, value)# Updates string morphing parameters. Parameters: parameter (hwString) – The parameter of interest. Valid parameters are: iressimu: Name of the simulation used in FEA results plotting. iresdata: Name of the data type used in FEA results plotting. value (hwString) – The new value of the parameter. Example# Update the name of the FEA simulation for plot# import hm import hm.entities as ent model = hm.Model() model.morphupdateparameterstring(parameter="Cantilver", value="loading")