MPDataCommand#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.MPDataCommand(iMPDataCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IMPDataCommand)#

Bases: object

Represents a MPDATA command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Index

Gets the command index.

Lab

Gets the label.

Mat

Gets the material number.

Name

Gets the command name.

Temps

Gets the temperatures.

Values

Gets the values.

Property detail#

property MPDataCommand.Index: int | None#

Gets the command index.

property MPDataCommand.Lab: str | None#

Gets the label.

property MPDataCommand.Mat: int | None#

Gets the material number.

property MPDataCommand.Name: str | None#

Gets the command name.

property MPDataCommand.Temps: tuple[float] | None#

Gets the temperatures.

property MPDataCommand.Values: tuple[float] | None#

Gets the values.

Method detail#

MPDataCommand.Equals(obj: Any) bool#

Equals method.

MPDataCommand.GetHashCode() int#

GetHashCode method.

MPDataCommand.GetType() type#

GetType method.

MPDataCommand.ToString() str#

ToString method.