*RegisterResultMathTemplate()
Registers a result math template.
Syntax
*RegisterResultMathTemplate (name, filename)
Application
HyperView
Inputs
- name
- The result math template name.
- filename
- The associated XML file to be used when reading a model/result.
Context
*BeginDefaults()
*BeginGraphicDefaults()
Example
*BeginGraphicDefaults()
*RegisterResultMathTemplate(“RM Template”,
“C:/result_math/rm_template.xml”)
*EndGraphicDefaults()
Comments
The Advanced result math template must be registered before using the *RegisterResultMathTemplate() preference statement. *RegisterResultMathTemplaate() defines the operator libraries available and what data will be extracted from the model.