Model.xyplotregisterexternalreader#
- Model.xyplotregisterexternalreader(path)#
Registers a translator for use in the Edit Curves panel.
- Parameters:
path (hwString) – Path of the executable for the reader.
Note
With external readers, you can expand the file reading capabilities of the Edit Curves panel through the addition of custom readers. Custom readers can be written in C or Fortran.
Example#
Register ./daisy.exe translator#import hm import hm.entities as ent model = hm.Model() model.xyplotregisterexternalreader(path="./daisy.exe")