Model.xyplotsetcurve# Model.xyplotsetcurve(curve)# Sets the current curve. Parameters: curve (hwString) – The name of the curve to be made current. Example# Set as current curve the “mycurve”# import hm import hm.entities as ent model = hm.Model() model.xyplotsetcurrent(curve="mycurve")