*opticontrolupdatebarconparameters
Updates the optimization control parameters used to control the internal constraints of PBARL and PBEAML properties during optimization.
Syntax
*opticontrolupdatebarconparameters barcon_toggle barcon_value
Type
HyperMesh Tcl Modify
Description
Updates the optimization control parameters used to control the internal constraints of PBARL and PBEAML properties during optimization.
Inputs
- barcon_toggle
- 0 - Off
- barcon_value
- The string EXTENDED or REQUIRED.
Example
To activate the barcon process:
*opticontrolupdatebarconparameters 1 REQUIRED
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
14.0