hm_ce_cfglistget
Returns info on FE configurations for a specified solver, connector style and FE config file.
Syntax
hm_ce_cfglistget solver_name style_name filename
Type
HyperMesh Tcl Query Command
Description
Returns info on FE configurations for a specified solver, connector style and FE config file.
Inputs
- solver_name
- The name of the solver to query. Examples include nastran, abaqus, lsdyna, etc.
- style
- The connector style name. Valid values are area, bolt, mass, seam and spot.
- filename
- The full path and filename of the FE config file. If not specified, the current.
Examples
To get the FE config list for Nastran spot connectors from the file C:/temp/feconfig.cfg:
hm_ce_cfglistget nastran spot C:/temp/feconfig.cfg
To get all current FE configs for Nastran spot connectors:
hm_ce_cfglistget nastran spot ""
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0