*opticontrolupdateeslparameters
Updates the optimization control parameters to be used in the Equivalent Static Load Method (ESLM) optimization.
Syntax
*opticontrolupdateeslparameters maxtoggle max opttoggle opt toltoggle tol
Type
HyperMesh Tcl Modify
Description
Updates the optimization control parameters that corresponds to the DOPTPRM card to be used in the Equivalent Static Load Method (ESLM) optimization.
Inputs
- maxtoggle
- Max toggle on (1) or off (0) state (integer).
- max
- Max value (integer).
- opttoggle
- Opt toggle on (1) or off (0) state (integer).
- opt
- Opt value (integer).
- toltoggle
- Tol toggle on (1) or off (0) state (integer).
- tol
- Tol value (double).
Example
To update the optimization control entity by activating opt and setting tol to 0.6:
*opticontrolupdateeslparameters 0 0 1 1 1 0.6
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
9.0