*CurrentResults()
Keeps track of live and current plotted result definitions
Syntax
*CurrentResults(Scalar_live, Vector_live, Tensor_live, Scalar_plot, Vector_plot, Tensor_plot)
Application
HyperView
Inputs
- Scalar_live
- The ID of the scalar definition used for live contour.
- Vector_live
- The ID of the vector definition used for live vector.
- Tensor_live
- The ID of the tensor definition used for live tensor.
- Scalar_plot
- The ID of the scalar definition used for current contour plot.
- Vector_plot
- The ID of the vector definition used for current vector plot.
- Tensor_plot
- The ID of the tensor definition used for current tensor plot.
Context
*BeginGraphic()
Example
*CurrentResults(1, 1, 1, 2, 2, 2)
Comments
For current definitions, two separate results for each type are maintained. One is “live” where all of the time remains unloaded, so that you can change its settings at any time. The second result is the “plot” result, which is used to show the plotted results. It is updated anytime you make changes settings on the “live” result and its plot. Both results are called “Current Result” as a label.