*configurationsuppressactive

Sets the active state for configurations entity type.

Syntax

*configurationsuppressactive entity_type entity_id

Type

HyperMesh Tcl Modify Command

Description

Sets the configurations entity with the specified ID to "active" state and sets the other configurations type entities of the model in the session to "inactive" state.

Inputs

entity_type
The entity type. Valid value is configurations.
entity_id
The ID of the configuration entity.

Examples

*configurationsuppressactive configurations 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

2022