File: Save Window as
Save a graph, workbook or matrix window to file
1. window_saveas pg:=Graph1 fname:="OffsetY" filepath:="C:\My Windows";
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Page | pg |
Input Page |
|
Specify the page which will be saved as file. The active page is used by default if no page is specified. |
Category | category |
Input string |
|
Specify the template's category name. |
File Path | filepath |
Input string |
|
Specify the file path. The default path is the User Files Folder. Note that the path should be exist, or the script gives an error. |
File Name | fname |
Input string |
|
Specify file name. Default is page short name. |
File Type | ftype |
Input int |
|
Specify file type.
|
Preview Image (Optional) | preview |
Input string |
|
Specify the comment of the page. |
Comment | comment |
Input string |
|
Specify the preview Image for the file. This is optional. |