hwIReportTemplate SaveResolutions

Saves the resolution file.

Syntax

hwIReportTemplate SaveResolutions filename

Application

Tcl Query

Description

Saves the resolution file.

Inputs

filename
The filepath of the desired file.

Example

hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep SaveResolutions filepath;

Error

Success (0) or an error code.

Keywords

Tcl

Report Template

Template

Query