Captures the path and the reader used to load the result set.
*BeginResult()Captures the path and the reader used to load the result set. |
|||||
*BeginResult()Captures the path and the reader used to load the result set. |
Syntax |
*BeginResult(File reference, File reader identification) |
|
Arguments |
Name |
Description |
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. |
|
Substatements |
||
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 |
||
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. |
|
See also |
|
|