*ResultReference()
Specifies the filename for a referenced set of results that has been pasted into a window as a link to another model’s results.
Syntax
*ResultReference (File reference)
Application
MotionView and HyperView
Inputs
- File reference
- A parameter that refers to a results file name.
Context
*BeginGraphic()
*BeginWindow()
Example
*BeginWindow(Animation)         // Window 1
  *BeginGraphic()
• • •
    *ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot)
    *ResultSource({RESULT_FILE_1}, LS_DYNA d3plot)
• • •
  *EndGraphic()
*EndWindow()
*BeginWindow(Animation)         // Window 2
  *IsActive()
  *BeginGraphic()
• • •
    *ModelReference({GRAPHIC_FILE_1})
    *ResultReference({RESULT_FILE_1})
• • •
  *EndGraphic()
*EndWindow()Comments
The parameters in the File reference argument are listed at the top of the session file.