MPDataCommand#

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

Bases: object

Represents a MPDATA command.

Overview#

Mat

Gets the material number.

Lab

Gets the label.

Temps

Gets the temperatures.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property MPDataCommand.Mat: System.UInt32 | None

Gets the material number.

property MPDataCommand.Lab: System.String | None

Gets the label.

property MPDataCommand.Temps: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the temperatures.

property MPDataCommand.Values: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the values.

property MPDataCommand.Name: System.String | None

Gets the command name.

property MPDataCommand.Index: System.UInt32 | None

Gets the command index.