*setsimulationstep

Sets the current subcase and simulation step.

Syntax

*setsimulationstep subcase_id simulation_id

Type

HyperMesh Tcl Modify Command

Description

Sets the current subcase and simulation step. All the result plots retrieve their values based on the current subcase and simulation step.

Inputs

subcase_id
The HyperMesh result subcase ID.
simulation_id
The HyperMesh result simulation ID. The referenced result simulation should belong to the referenced result subcase.

Example

To set simulation step 1 of subcase 2 as current:

*setsimulationstep 2 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

2021.2