hm_bag_getsupportedconfiglist
Returns a list of supported bag configurations.
Syntax
hm_bag_getsupportedconfiglist ?-byname?
Type
HyperMesh Tcl Query Command
Description
This command returns a list of the supported bag configs.
Inputs
- ?-byname?
- By default, HyperMeshreturns the bag config. If this option is specified, the generic name for each bag config is returned instead.
Examples
To get the list of generic names for all supported bag configurations:
hm_bag_getsupportedconfiglist -byname
To get list of supported bag configs:
hm_bag_getsupportedconfiglist
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
10.0