*optiresponseupdatenormaldisplacement

Updates the normal displacement flag of an optimization response.

Syntax

*optiresponseupdatenormaldisplacement name normal_flag

Type

HyperMesh Tcl Modify

Description

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

Inputs

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

Example

To update the normal displacement flag of an optimization response frfdisp to on:

*optiresponseupdatenormaldisplacement "frfdisp" 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