Model.xyplotregisterimporttemplate#
- Model.xyplotregisterimporttemplate(filename)#
Registers an import template.
- Parameters:
filename (hwString) – The name of the template file.
Example#
Register crashup.up to import template for HyperForm from installation .#import hm import hm.entities as ent model = hm.Model() file=fr"{hm.altair_home}\hwdesktop\hm\scripts\hyperform\userprocess\templates\crashform.up" model.xyplotregisterimporttemplate(filename=file)