MPDataCommand#

class ansys.mechanical.stubs.v261.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.

FullName

FullName property.

Index

Gets the command index.

Lab

Gets the label.

Mat

Gets the material number.

Name

Gets the command name.

Temps

Gets the temperatures.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Values

Gets the values.

Property detail#

property MPDataCommand.FullName: str | None#

FullName property.

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.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.

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.