hm_bag_getconfigfromgenericname

Returns the bag configuration for the specified generic name.

Syntax

hm_bag_getconfigfromgenericname name

Type

HyperMesh Tcl Query Command

Description

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

Inputs

name
The generic name of the bag configuration.

Example

To get the bag configuration of ADMPart generic name:

hm_bag_getconfigfromgenericname ADMPart

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