hwIReportTemplate SetParameterValue
Sets the parameter of a report.
Syntax
hwIReportTemplate_handle SetParameterValue name, value
Application
Tcl Modify
Description
This command sets the parameter value (the input area in the GUI for parameter).
Inputs
- name
 - The name of the parameter that you want to set.
 - value
 - The value or filepath that you want to set in the parameter.
 
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep SetParameterValue dat_file
c:/demos/mv_hv_hg/reports/text_summary/sdf.dat;
      Error
Success (0) or an error message is returned.
Keywords
Tcl
Report Template
Template
Modify