*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
1 - On (allows selection of loadsteps)

Examples

To activate the subcase tracking mode process:

*optiresponseupdatesubcasetrackingvalue "optiresponse1" 1

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

2019