ansys.mapdl.core.Mapdl.vget#
- Mapdl.vget(par='', ir='', tstrt='', kcplx='', **kwargs)#
Moves a variable into an array parameter vector.
Mechanical APDL Command: VGET
- Parameters:
- par
str
Array parameter vector in the operation.
- ir
str
Reference number of the variable (1 to NV ( numvar )).
- tstrt
str
Time (or frequency) corresponding to start of
IR
data. If between values, the nearer value is used.- kcplx
int
orstr
Complex number key:
0
- Use the real part of theIR
data.1
- Use the imaginary part of theIR
data.
- par
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 vlen command (except that loop skipping (
NINC
) is not allowed). For multi-dimensioned array parameters, only the first (row) subscript is incremented.