*analysisfilesetwithsolverids
Loads a results file for use in subsequent operations.
Syntax
*analysisfilesetwithsolverids filename
Type
HyperMesh Tcl Modify
Description
Loads a results file for use in subsequent operations. All IDs are assumed to be solver IDs for the current template.
Inputs
- filename
- The full path and name of the results file.
Examples
To load the result file named C:/my_results/test.res:
*analysisfilesetwithsolverids C:/my_results/test.res
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0