ArrayParameters#

class ansys.mapdl.core._commands.apdl.array_parameters.ArrayParameters#

ArrayParameters.mfouri([oper, coeff, mode, ...])

Calculates the coefficients for, or evaluates, a Fourier series.

ArrayParameters.mfun([parr, func, par1])

Copies or transposes an array parameter matrix.

ArrayParameters.moper([parr, par1, oper, ...])

Performs matrix operations on array parameter matrices.

ArrayParameters.mwrite([parr, fname, ext, ...])

Writes a matrix to a file in a formatted sequence.

ArrayParameters.sread([strarray, fname, ...])

Reads a file into a string array parameter.

ArrayParameters.starvplot([parx, pary, y2, ...])

Graphs columns (vectors) of array parameters.

ArrayParameters.starvput([parr, entity, ...])

Restores array parameter values into the Mechanical APDL database.

ArrayParameters.toper([parr, par1, oper, ...])

Operates on table parameters.

ArrayParameters.vabs([kabsr, kabs1, kabs2, ...])

Applies the absolute value function to array parameters.

ArrayParameters.vcol([ncol1, ncol2])

Specifies the number of columns in matrix operations.

ArrayParameters.vcum([key])

Allows array parameter results to add to existing results.

ArrayParameters.vfact([factr, fact1, fact2, ...])

Applies a scale factor to array parameters.

ArrayParameters.vfun([parr, func, par1, ...])

Performs a function on a single array parameter.

ArrayParameters.vitrp([parr, part, pari, ...])

Forms an array parameter by interpolation of a table.

ArrayParameters.vlen([nrow, ninc])

Specifies the number of rows to be used in array parameter operations.

ArrayParameters.vmask([par])

Specifies an array parameter as a masking vector.

ArrayParameters.voper([parr, par1, oper, ...])

Operates on two array parameters.

ArrayParameters.vscfun([parr, func, par1])

Determines properties of an array parameter.

ArrayParameters.vstat(**kwargs)

Lists the current specifications for the array parameters.

ArrayParameters.vwrite([par1, par2, par3, ...])

Writes data to a file in a formatted sequence.