MPCommand#

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

Bases: object

Represents a MP command.

Overview#

Mat

Gets the material number.

Lab

Gets the label.

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.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property MPCommand.Mat: System.UInt32 | None

Gets the material number.

property MPCommand.Lab: System.String | None

Gets the label.

property MPCommand.C0: System.Double | None

Gets the temperature-independent term of the property.

property MPCommand.C1: System.Double | None

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

property MPCommand.C2: System.Double | None

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

property MPCommand.C3: System.Double | None

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

property MPCommand.C4: System.Double | None

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

property MPCommand.Name: System.String | None

Gets the command name.

property MPCommand.Index: System.UInt32 | None

Gets the command index.