hm_gethmfileuserprofile

Returns the user profile information saved in the HyperMesh database.

Syntax

hm_gethmfileuserprofile filename

Type

HyperMesh Tcl Query Command

Description

Returns the user profile information saved in the specified HyperMesh database. The string is comprised of 3 parts, application, profile and subprofile. For example: HyperMesh RadiossBlock Block140

Inputs

filename
The full path and filename of the database file. Paths with spaces must be enclosed in quotes.

Example

To get the user profile for C:\temp\test.hm:

hm_gethmfileuserprofile  C:/temp/test.hm

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

14.0