VGET, Par
, IR
, TSTRT
, KCPLX
Moves a variable into an array parameter vector.
Par
Array parameter vector in the operation.
IR
Reference number of the variable (1 to NV [NUMVAR]).
TSTRT
Time (or frequency) corresponding to start of IR
data.
If between values, the nearer value is used.
KCPLX
Complex number key:
0 | — | Use the real part of the |
1 | — | Use the imaginary part of the |
Moves a variable into an array parameter vector. The starting array
element number must be defined. For example, VGET,A(1),2
moves variable 2 (starting at time 0.0) to array parameter A. Looping continues
from array element A(1) with the index number incremented by one until the
variable is filled. The number of loops may be controlled with the *VLEN command (except that loop
skipping (NINC
) is not allowed). For multi-dimensioned
array parameters, only the first (row) subscript is incremented.