*gaugedesvarupdate

Creates a gauge design variable.

Syntax

*gaugedesvarupdate markmask name upperbound initialvalue lowerbound delxv

Type

HyperMesh Tcl Modify

Description

Creates a gauge design variable.

Inputs

markmask
The mark that contains the components. Only PSHELL components can be chosen.
name
The name of the design variable.
upperbound
Design variable upper bound.
initialvalue
Initial value of the design variable.
lowerbound
Design variable lower bound.
delvx
Move limit of the design variable.
–1 - Is the equivalent to using the "move limit default" toggle in the gauge panel.

Example

To update a design variable "dv1" to have an upper bound of 4.0, lower bound of 2.0, an initial value of 3.2, and a move limit of 0.7 that references an existing components "psh3":
*createmark(components,1) "psh3" 
*gaugedesvarupdate(1,"dv1",4,3.2,2,0.7)