hm_getactivesimstep
Returns the active subcase ID and simulation step ID.
Syntax
hm_getactivesimstep
Type
HyperMesh Tcl Query Command
Description
Returns the active subcase ID and simulation step ID.
Example
set curr [hm_getactivesimstep]
set subcase [lindex $curr 0]
set simstep [lindex $curr 1]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021.2