*opticontrolupdatecontolparameters
Updates the optimization control parameters used to control the percentage value of the constraint violation tolerance.
Syntax
*opticontrolupdatecontolparameters controltoggle control
Type
HyperMesh Tcl Modify
Description
Updates the optimization control parameters used to control the percentage value of the constraint violation tolerance.
Inputs
- controltoggle
- Control toggle on (1) or off (0) state (integer).
- control
- Control value (real, > 0.0).
Example
To activate the control process:
*opticontrolupdatecontrolparameters 1 1.0
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
14.0.120