*setparameter

Parameterizes a data name or attribute on a single entity.

Syntax

*setparameter name entity_type entity_id data_name_or_attribute row column reserved

Type

HyperMesh Tcl Modify Command

Description

Parameterizes a data name or attribute on a single entity.

Inputs

name
The name of parameter entity to assign.
entity_type
The type of entity to parameterize.
entity_id
The ID of the entity to parameterize.
data_name_or_attribute
The data name or attribute name/ID to parameterize.
row
The row index of the attribute in a 1D or 2D array. Must be set to 0 otherwise.
column
The column index of the attribute in a 2D array attribute. Must be set to 0 otherwise.
reserved
Must be set to 0.

Example

To parameterize attribute LSD_DA1 on entity set 5 with the parameter named param1:

*setparameter param1 sets 5 LSD_DA1 0 0 0

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