MPDataCommand# class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.MPDataCommand# Bases: object Represents a MPDATA command. Overview# Properties 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.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.