*optiresponseupdatesubcasetrackingvalue
Updates the subcase tracking flag of an optimization response.
Syntax
*optiresponseupdatesubcasetrackingvalue name tracking_value
Type
HyperMesh Tcl Modify
Description
Updates the subcase tracking flag of an optimization response.
Inputs
- name
- The name of the optiresponse to update.
- tracking_value
- 0 - Off
Examples
To activate the subcase tracking mode process:
*optiresponseupdatesubcasetrackingvalue "optiresponse1" 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019