MPCommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.MPCommand#

Bases: object

Represents a MP command.

Overview#

C0

Gets the temperature-independent term of the property.

C1

Gets the coefficient of the linear term in the property-versus-temperature polynomial.

C2

Gets the coefficient of the quadratic term in the property-versus-temperature polynomial.

C3

Gets the coefficient of the cubic term in the property-versus-temperature polynomial.

C4

Gets the coefficient of the quartic term in the property-versus-temperature polynomial.

Index

Gets the command index.

Lab

Gets the label.

Mat

Gets the material number.

Name

Gets the command name.

Property detail#

property MPCommand.C0: float | None#

Gets the temperature-independent term of the property.

property MPCommand.C1: float | None#

Gets the coefficient of the linear term in the property-versus-temperature polynomial.

property MPCommand.C2: float | None#

Gets the coefficient of the quadratic term in the property-versus-temperature polynomial.

property MPCommand.C3: float | None#

Gets the coefficient of the cubic term in the property-versus-temperature polynomial.

property MPCommand.C4: float | None#

Gets the coefficient of the quartic term in the property-versus-temperature polynomial.

property MPCommand.Index: int | None#

Gets the command index.

property MPCommand.Lab: str | None#

Gets the label.

property MPCommand.Mat: int | None#

Gets the material number.

property MPCommand.Name: str | None#

Gets the command name.