Array parameters#
These APDL commands are used to operate on parameter arrays (vectors and matrices).
Note
Many of these commands are kept for legacy compatibility.
To interact with arrays in a more Pythonic manner, see the parameters class Parameters .
For working with arrays outside of MAPDL, consider using NumPy.
|
Calculates the coefficients for, or evaluates, a Fourier series. |
|
Copies or transposes an array parameter matrix. |
|
Performs matrix operations on array parameter matrices. |
|
Writes a matrix to a file in a formatted sequence. |
|
Reads a file into a string array parameter. |
|
Operates on table parameters. |
|
Applies the absolute value function to array parameters. |
|
Specifies the number of columns in matrix operations. |
|
Allows array parameter results to add to existing results. |
|
Applies a scale factor to array parameters. |
|
Performs a function on a single array parameter. |
|
Forms an array parameter by interpolation of a table. |
|
Specifies the number of rows to be used in array parameter operations. |
|
Specifies an array parameter as a masking vector. |
|
Operates on two array parameters. |
|
Restores array parameter values into the ANSYS database. |
|
Determines properties of an array parameter. |
|
Lists the current specifications for the array parameters. |
|
Writes data to a file in a formatted sequence. |