hm_getmodelcheckdefaultconfigfile

Returns the default model check config file for a profile.

Syntax

hm_getmodelcheckdefaultconfigfile ?profile?

Type

HyperMesh Tcl Query Command

Description

Returns the default model check config file for a profile.

If a user specified config file is not present, then it gives the default config file provided in the installation.

Inputs

profile
The name of a specific profile to query. If not specified, then the default config file for the current profile is returned.

Examples

To return the default config file for "LsDyna":

hm_getmodelcheckdefaultconfigfile "LsDyna"

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

2019