hm_bag_getgenericnamefromconfig

Returns the generic bag name for the specified configuration.

Syntax

hm_bag_getgenericnamefromconfig config

Type

HyperMesh Tcl Query Command

Description

This command returns the generic bag name for the specified bag config.

Inputs

config
The bag configuration.

Example

To get the generic name of bag config 4:

hm_bag_getgenericnamefromconfig 4

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

10.0