*optiresponseupdatenormalacceleration

Updates the normal acceleration flag of an optimization response.

Syntax

*optiresponseupdatenormalacceleration name normal_flag

Type

HyperMesh Tcl Query

Description

Updates the normal acceleration flag of an optimization response. It is applicable only for FRF responses.

Inputs

name
The name of the optimization response.
normal_flag
The normal acceleration flag. Valid values are:
  • 0 - Off
  • 1 - On

Example

To update the normal acceleration flag of an optimization response frfaccel to on:

*optiresponseupdatenormalacceleration "frfaccel" 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

11.0.101