Exporting Options Files
Ansys Electronics Desktop can export user and host options files in XML format.
Exporting Options Files Using the Desktop UI
Export options files by selecting Tools > Options > Export Options Files. This brings up a browser dialog box to select the destination directory.
Click Open to copy all config files for the current user and current host to the specified directory. Config files for the install, install_machine, user, and user_machine levels will be copied, if they exist. One additional file, admin.XML, will also be copied to the destination directory; this file does not contain user configurable options.
Exporting Options Files Using a Script
A script command has been added that exports options config files:
ExportOptionsFiles
Syntax | ExportOptionsFiles <DestinationDirectory>
|
Return Value | None. |
Parameters | BSTR <DestinationDirectory> |
VBScript Example |
|
IPY Example | oDesktop.ExportOptionsFiles('D:/test/export')
|