*BeginResult()

Captures the path and the reader used to load the result set.

Syntax

*BeginResult (File reference, File reader identification)

Application

HyperView

Substatements

*CurrentSubcase()

Inputs

File reference
Contains a parameter that references a result file name.
File reader identification
Specifies which file reader should be used to load the result set.

Context

*BeginGraphic()

Example

*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
       *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)
          *CurrentSubcase(1, 4)
       *EndResult()
• • •
   *EndModel()
• • •
*EndGraphic()

Comments

The parameters in the File reference argument are listed at the top of the session file.

The parameters for the *CurrentSubcase are the subcase id and the simulation index (for Modal or Linear Static analysis types only).

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