MPDataCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.MPDataCommand Bases: object Represents a MPDATA command. Overview Properties Name Description 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.