Model.xyplotreadcurve#
- Model.xyplotreadcurve(filename)#
Reads curves from an file.
- Parameters:
filename (hwString) – The name of the file which contains the curve data.
Example#
Read curve data from path C:/mydata / curveDat.txt#import hm import hm.entities as ent model = hm.Model() model.xyplotreadcurve(filename="C:/mydata/curveDat.txt")