Model.descriptorsettext#
- Model.descriptorsettext(text)#
Sets the text which should be displayed in the plot descriptor.
- Parameters:
text (hwString) – The text which should be displayed in the plot descriptor.
Example#
Set “ My_model “ as the text of the plot desciptor#import hm import hm.entities as ent model = hm.Model() model.descriptorsettext(text="My_model")