MPDataCommand#

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

Bases: object

Represents a MPDATA command.

Overview#

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.