hm_getmethodinfo
Returns method information from the stress tool .
Syntax
hm_getmethodinfo type
Type
HyperMesh Tcl Query Command
Description
Returns method information from the stress tool.
Inputs
- type
 - The type of information to return. Valid values are categories, filenames, names and types.
 
Example
To get the list of method types:
    hm_getmethodinfo typesErrors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019.1