Operations#

class ansys.mapdl.core._commands.post26.operations.Operations#

Operations.abs([ir, ia, name, facta])

Forms the absolute value of a variable.

Operations.add([ir, ia, ib, ic, name, ...])

Adds (sums) variables.

Operations.atan([ir, ia, name, facta])

Forms the arctangent of a complex variable.

Operations.clog([ir, ia, name, facta, factb])

Forms the common log of a variable

Operations.conjug([ir, ia, name, facta])

Forms the complex conjugate of a variable.

Operations.deriv([ir, iy, ix, name, facta])

Differentiates a variable.

Operations.exp([ir, ia, name, facta, factb])

Forms the exponential of a variable.

Operations.filldata([ir, lstrt, lstop, ...])

Fills a variable by a ramp function.

Operations.imagin([ir, ia, name, facta])

Forms an imaginary variable from a complex variable.

Operations.int1([ir, iy, ix, name, facta, ...])

Integrates a variable.

Operations.large([ir, ia, ib, ic, name, ...])

Finds the largest (the envelope) of three variables.

Operations.nlog([ir, ia, name, facta, factb])

Forms the natural log of a variable.

Operations.prod([ir, ia, ib, ic, name, ...])

Multiplies variables.

Operations.quot([ir, ia, ib, name, facta, factb])

Divides two variables.

Operations.realvar([ir, ia, name, facta])

Forms a variable using only the real part of a complex variable.

Operations.small([ir, ia, ib, ic, name, ...])

Finds the smallest of three variables.

Operations.sqrt([ir, ia, name, facta])

Forms the square root of a variable.