*optiresponseupdaterandpsid

Updates the PSD loadset ID of an optimization response.

Syntax

*optiresponseupdaterandpsid name rand_psid

Type

HyperMesh Tcl Modify

Description

Updates the PSD loadset ID of an optimization response. It is applicable only for PSD (Power Spectral Density) and RMS (Root Mean Square) responses.

Inputs

name
The name of the optimization response.
rand_psid
The ID of the RANDPS load collector.

Example

To update the PSD loadset ID of an optimization response psddisp with a previously existing RANDPS of ID 5:

*optiresponseupdaterandpsid "psddisp" 5

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}