hwIReportTemplate GetParameterEnabled
Returns the information whether the given parameter is enabled or not.
Syntax
hwIReportTemplate GetParameterEnabled name
Application
Tcl Query
Description
This command gets the information whether the given parameter is enabled or not.
Inputs
- name
- The name of the parameter.
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep GetParameterEnabled paramterName;
Error
Returns true (the parameter is enabled) or false (the parameter is not enabled).
Keywords
Tcl
Report Template
Template
Query