*opticontrolupdatetoprstparameters

Updates the optimization control parameters in the subsequent restart optimization model.

Syntax

*opticontrolupdatetoprstparameters toprsttoggle toprst

Type

HyperMesh Tcl Modify

Description

Updates the optimization control parameters in the subsequent restart optimization model.

Inputs

toprsttoggle
The toggle state on (1) or off (0).
toprst
STRICT, ADVNOR OR ADVRES. Default (regular topology restart).

Example

To define in the subsequent restart optimization model:

*opticontrolupdatetoprstparameters 1 STRICT

To undefine in the subsequent restart optimization model:

*opticontrolupdatetoprstparameters 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

2017.2