hm_jobs_getVersionList

Returns the list of versions available for a given application in a server.

Syntax

hm_jobs_getVersionList name app_name

Type

HyperMesh Tcl Query Command

Description

Returns the list of versions available for a given application in a server.

Inputs

name
The name of the server to query.
app_name
The name of the application to query.

Examples

To query the OptiStruct application on the HWUL server:
hm_jobs_getAppList HWUL OptiStruct

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

2021.2