VGET
VGET, Par, IR, TSTRT, KCPLX
Moves a variable into an array parameter vector.
ParArray parameter vector in the operation.
IRReference number of the variable (1 to NV (NUMVAR)).
TSTRTTime (or frequency) corresponding to start of
IRdata. If between values, the nearer value is used.KCPLXComplex number key:
0
—
Use the real part of the
IRdata.1
—
Use the imaginary part of the
IRdata.
Notes
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.