*optiresponseupdatenormalvelocity

Updates the normal velocity flag of an optimization response.

Syntax

*optiresponseupdatenormalvelocity name normal_flag

Type

HyperMesh Tcl Modify

Description

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

Inputs

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

Example

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

*optiresponseupdatenormalvelocity "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