HyperWorks Desktop

*CurrentSubcase()

Captures the subcase id only for the transient analysis type and the simulation index for modal or linear static analysis types.

*CurrentSubcase()

Captures the subcase id only for the transient analysis type and the simulation index for modal or linear static analysis types.

Previous topic Next topic No expanding text in this topic  

*CurrentSubcase()

Captures the subcase id only for the transient analysis type and the simulation index for modal or linear static analysis types.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*CurrentSubcase(Subcase id, Simulation index)

Arguments

Name

Description

 

Subcase id

Captures the current subcase ID of the result file.

 

Simulation index

Captures the simulation index only if the analysis type is Modal or Linear Static.

Example

*BeginGraphic()

• • •

  *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)

      *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)

         *CurrentSubcase(1, 4)

      *EndResult()

• • •

  *EndModel()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

Comments

Linear superposition is now being supported for 9.0, therefore there can be multiple *BeginResult() blocks in a single *BeginModel() block.

See also

 

*BeginResult()

*EndResult()

List of Session Statements