Model.xyplotsetsecondcurve#
- Model.xyplotsetsecondcurve(curvename)#
Sets the second curve to be used when performing mathematical functions on a curve.
- Parameters:
curvename (hwString) – The name of the curve.
Example#
Set as second curve thecurvename="mycurve"#import hm import hm.entities as ent model = hm.Model() model.xyplotsetsecondcurve(curvename="mycurve")