*LoadedSimulations()

Lists subcase ID and simulations loaded for a given model.

Syntax

*LoadedSimulations(subcase, simulations)

Application

HyperView

Inputs

subcase
The ID of the subcase which is loaded.
simulations
The simulation IDs of the particular subcase.

Context

*BeginResult()

Example

*BeginResult({RESULT_FILE_1}, "LS-DYNA d3plot Result Reader")
       *LoadedSimulations("1", "0,26")
       *CurrentSubcase(1)
*EndResult()